Rizin
unix-like reverse engineering framework and cli tools
|
#include <mpc.h>
Public Attributes | |
char * | tag |
char * | contents |
mpc_state_t | state |
int | children_num |
struct mpc_ast_t ** | children |
struct mpc_ast_t** mpc_ast_t::children |
Definition at line 289 of file mpc.h.
Referenced by mpc_ast_get_child_lb(), mpc_ast_get_index_lb(), mpc_ast_traverse_next(), mpc_ast_traverse_start(), and processNode().
int mpc_ast_t::children_num |
Definition at line 288 of file mpc.h.
Referenced by mpc_ast_get_child_lb(), mpc_ast_get_index_lb(), mpc_ast_traverse_start(), mpcf_fold_ast(), and processNode().
char* mpc_ast_t::contents |
Definition at line 286 of file mpc.h.
Referenced by main(), and processNode().
mpc_state_t mpc_ast_t::state |
char* mpc_ast_t::tag |
Definition at line 285 of file mpc.h.
Referenced by isComment(), isInlineAssembly(), isProcedure(), isSigdef(), isStatement(), main(), mpc_ast_get_child_lb(), mpc_ast_get_index_lb(), and processNode().