Searched refs:inspect_symbol (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ast-inspect.c | 60 ast_append_child(node, "break:", stmt->iterator_break, inspect_symbol); in inspect_statement() 61 ast_append_child(node, "continue:", stmt->iterator_continue, inspect_symbol); in inspect_statement() 73 ast_append_child(node, "switch_break:", stmt->switch_break, inspect_symbol); in inspect_statement() 74 ast_append_child(node, "switch_case:", stmt->switch_case, inspect_symbol); in inspect_statement() 80 ast_append_child(node, "case_label:", stmt->case_label, inspect_symbol); in inspect_statement() 84 ast_append_child(node, "ret_target:", stmt->ret_target, inspect_symbol); in inspect_statement() 124 void inspect_symbol(AstNode *node) in inspect_symbol() function 129 ast_append_child(node, "ctype.base_type:", sym->ctype.base_type,inspect_symbol); in inspect_symbol() 145 inspect_ptr_list(node, "symbol_list", inspect_symbol); in inspect_symbol_list() 206 ast_append_child(node, "cast_type:", expr->cast_type, inspect_symbol); in inspect_expression() [all...] |
H A D | ast-inspect.h | 7 void inspect_symbol(AstNode *node);
|
Completed in 1 milliseconds