Home
last modified time | relevance | path

Searched refs:CIL_MACRO (Results 1 – 15 of 15) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h161 CIL_MACRO, enumerator
Dcil_post.c563 case CIL_MACRO: in __cil_post_db_count_helper()
671 case CIL_MACRO: in __cil_post_db_array_helper()
1509 case CIL_MACRO: { in __cil_post_db_neverallow_attr_helper()
1541 case CIL_MACRO: { in __cil_post_db_attr_helper()
1642 case CIL_MACRO: { in __cil_post_db_roletype_helper()
1741 case CIL_MACRO: { in __cil_post_db_userrole_helper()
1830 case CIL_MACRO: { in __cil_post_db_cat_helper()
2201 case CIL_MACRO: in __cil_post_db_classperms_helper()
2255 } else if (node->flavor == CIL_MACRO) { in __cil_post_report_conflict()
Dcil_resolve_ast.c90 } else if (parent->flavor == CIL_MACRO) { in __cil_insert_name()
2709 if (terminating_node->flavor == CIL_MACRO) { in cil_print_recursive_call()
2717 if (curr->flavor == CIL_MACRO) { in cil_print_recursive_call()
2743 } else if (curr->flavor == CIL_MACRO) { in cil_check_recursive_call()
2784 if (macro_node->flavor != CIL_MACRO) { in cil_resolve_call1()
3705 if (node->flavor == CIL_TUNABLE || node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3725 node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3749 if (node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3827 } else if (parent->flavor == CIL_MACRO) { in __cil_resolve_ast_first_child_helper()
3851 if (parent->flavor == CIL_MACRO) { in __cil_resolve_ast_last_child_helper()
[all …]
Dcil.c521 case CIL_MACRO: in cil_destroy_data()
812 case CIL_MACRO: in cil_flavor_to_symtab_index()
923 case CIL_MACRO: in cil_node_to_string()
1741 case CIL_MACRO: in cil_destroy_ast_symtabs()
1787 case CIL_MACRO: in cil_get_symtab()
Dcil_reset_ast.c567 case CIL_MACRO: in __cil_reset_node()
Dcil_find.c361 } else if (node->flavor == CIL_MACRO) { in __cil_find_matching_avrule_in_ast()
Dcil_policy.c89 case CIL_MACRO: in __cil_gather_statements_helper()
1319 case CIL_MACRO: in __cil_block_te_rules_to_policy_helper()
1438 case CIL_MACRO: in __cil_te_rules_to_policy_helper()
Dcil_verify.c1400 if (node->flavor == CIL_MACRO) { in __cil_verify_helper()
1663 if (node->flavor == CIL_MACRO) { in __cil_pre_verify_helper()
Dcil_copy_ast.c2002 case CIL_MACRO: in __cil_copy_node_helper()
2078 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
2082 if (namespace->flavor == CIL_MACRO) { in __cil_copy_node_helper()
Dandroid.c718 case CIL_MACRO: in __attributize_helper()
Dcil_write_ast.c1399 case CIL_MACRO: in __cil_write_node_helper()
Dcil_build_ast.c152 if (ast_node->flavor >= CIL_MIN_DECLARATIVE && ast_node->parent->flavor == CIL_MACRO) { in cil_gen_node()
5330 …node(db, ast_node, (struct cil_symtab_datum*)macro, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_MACRO); in cil_gen_macro()
6474 if (ast_current->flavor == CIL_MACRO) { in __cil_build_ast_node_helper()
6525 if (ast->flavor == CIL_MACRO) { in __cil_build_ast_last_child_helper()
Dcil_tree.c1657 case CIL_MACRO: { in cil_tree_print_node()
Dcil_binary.c3880 } else if (node->flavor == CIL_MACRO) { in __cil_binary_create_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c18947 macronode->flavor = CIL_MACRO; in test_cil_build_ast_node_helper_gen_macro_nested_macro_neg()
18977 macronode->flavor = CIL_MACRO; in test_cil_build_ast_node_helper_gen_macro_nested_tunif_neg()