Searched refs:macro_node (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 2723 int cil_check_recursive_call(struct cil_tree_node *call_node, struct cil_tree_node *macro_node) in cil_check_recursive_call() argument 2736 if (call->macro != macro_node->data) { in cil_check_recursive_call() 2740 if (curr != macro_node) { in cil_check_recursive_call() 2765 struct cil_tree_node *macro_node = NULL; in cil_resolve_call1() local 2778 macro_node = macro_datum->nodes->head->data; in cil_resolve_call1() 2780 if (macro_node->flavor != CIL_MACRO) { in cil_resolve_call1() 3003 rc = cil_check_recursive_call(current, macro_node); in cil_resolve_call1() 3008 rc = cil_copy_ast(db, macro_node, current); in cil_resolve_call1()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 5858 struct cil_tree_node *macro_node = NULL; in test_cil_resolve_call1_unknown_neg() local 5859 …est_db->ast->root->cl_head->next->next->next->data)->macro_str, CIL_SYM_BLOCKS, args, ¯o_node); in test_cil_resolve_call1_unknown_neg() 5860 …)test_db->ast->root->cl_head->next->next->next->data)->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_unknown_neg() 5985 struct cil_tree_node *macro_node = NULL; in test_cil_resolve_call1_paramsflavor_neg() local 5988 …_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, ¯o_node); in test_cil_resolve_call1_paramsflavor_neg() 5989 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_paramsflavor_neg() 6016 struct cil_tree_node *macro_node = NULL; in test_cil_resolve_call1_unknownflavor_neg() local 6019 …_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, ¯o_node); in test_cil_resolve_call1_unknownflavor_neg() 6020 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_unknownflavor_neg()
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 6701 …<!-- struct {cpp_hashnode* macro_node; source_location* virt_locs; source_location* cur_virt_loc;}… 6704 <!-- cpp_hashnode* macro_node --> 6705 …<var-decl name='macro_node' type-id='type-id-116' visibility='default' filepath='../.././libcpp/in… 8542 …<parameter type-id='type-id-116' name='macro_node' filepath='../.././libcpp/line-map.c' line='305'… 9738 …<!-- struct {cpp_hashnode* macro_node; source_location* virt_locs; source_location* cur_virt_loc;}… 9741 <!-- cpp_hashnode* macro_node --> 9742 …<var-decl name='macro_node' type-id='type-id-116' visibility='default' filepath='../.././libcpp/in…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 4525 …<var-decl name='macro_node' type-id='type-id-116' visibility='default' filepath='../.././libcpp/in… 5653 …<parameter type-id='type-id-116' name='macro_node' filepath='../.././libcpp/line-map.c' line='305'… 6505 …<var-decl name='macro_node' type-id='type-id-116' visibility='default' filepath='../.././libcpp/in…
|