Rizin
unix-like reverse engineering framework and cli tools
|
#include <mpc.h>
Public Attributes | |
mpc_ast_t * | curr_node |
struct mpc_ast_trav_t * | parent |
int | curr_child |
mpc_ast_trav_order_t | order |
int mpc_ast_trav_t::curr_child |
Definition at line 318 of file mpc.h.
Referenced by mpc_ast_traverse_next(), and mpc_ast_traverse_start().
mpc_ast_t* mpc_ast_trav_t::curr_node |
Definition at line 316 of file mpc.h.
Referenced by mpc_ast_traverse_next(), and mpc_ast_traverse_start().
mpc_ast_trav_order_t mpc_ast_trav_t::order |
Definition at line 319 of file mpc.h.
Referenced by mpc_ast_traverse_next(), and mpc_ast_traverse_start().
struct mpc_ast_trav_t* mpc_ast_trav_t::parent |
Definition at line 317 of file mpc.h.
Referenced by cmd_descs_generate.CmdDesc::_validate(), mpc_ast_traverse_free(), mpc_ast_traverse_next(), and mpc_ast_traverse_start().