Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h161 CIL_MACRO, enumerator
Dcil_post.c577 case CIL_MACRO: in __cil_post_db_count_helper()
685 case CIL_MACRO: in __cil_post_db_array_helper()
1527 case CIL_MACRO: { in __cil_post_db_neverallow_attr_helper()
1559 case CIL_MACRO: { in __cil_post_db_attr_helper()
1660 case CIL_MACRO: { in __cil_post_db_roletype_helper()
1755 case CIL_MACRO: { in __cil_post_db_userrole_helper()
1840 case CIL_MACRO: { in __cil_post_db_cat_helper()
2215 case CIL_MACRO: in __cil_post_db_classperms_helper()
2269 } else if (node->flavor == CIL_MACRO) { in __cil_post_report_conflict()
Dcil_resolve_ast.c85 } else if (parent->flavor == CIL_MACRO) { in __cil_insert_name()
2651 if (terminating_node->flavor == CIL_MACRO) { in cil_print_recursive_call()
2659 if (curr->flavor == CIL_MACRO) { in cil_print_recursive_call()
2685 } else if (curr->flavor == CIL_MACRO) { in cil_check_recursive_call()
3024 if (macro_node->flavor != CIL_MACRO) { in cil_resolve_call()
3905 node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3917 node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3948 if (node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3997 } else if (parent->flavor == CIL_MACRO) { in __cil_resolve_ast_first_child_helper()
4034 } else if (parent->flavor == CIL_MACRO) { in __cil_resolve_ast_last_child_helper()
[all …]
Dcil_copy_ast.c1508 if (FLAVOR(datum) != CIL_MACRO) { in cil_copy_macro()
1949 case CIL_MACRO: in __cil_copy_node_helper()
2005 if (orig->flavor == CIL_MACRO && data == NULL) { in __cil_copy_node_helper()
2054 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
2058 if (namespace->flavor == CIL_MACRO) { in __cil_copy_node_helper()
Dcil.c738 case CIL_MACRO: in cil_destroy_data()
1029 case CIL_MACRO: in cil_flavor_to_symtab_index()
1140 case CIL_MACRO: in cil_node_to_string()
1930 case CIL_MACRO: in cil_destroy_ast_symtabs()
1976 case CIL_MACRO: in cil_get_symtab()
Dcil_find.c362 } else if (node->flavor == CIL_MACRO) { in __cil_find_matching_avrule_in_ast()
Dcil_reset_ast.c636 case CIL_MACRO: in __cil_reset_node()
Dcil_policy.c90 case CIL_MACRO: in __cil_gather_statements_helper()
1317 case CIL_MACRO: in __cil_block_te_rules_to_policy_helper()
1436 case CIL_MACRO: in __cil_te_rules_to_policy_helper()
Dcil_verify.c1547 if (node->flavor == CIL_MACRO) { in __cil_verify_helper()
1836 case CIL_MACRO: { in __cil_pre_verify_helper()
Dcil_build_ast.c166 if (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()
6501 } else if (ast->flavor == CIL_MACRO) { in __cil_build_ast_first_child_helper()
6531 if (ast->flavor == CIL_MACRO) { in __cil_build_ast_last_child_helper()
Dcil_write_ast.c633 case CIL_MACRO: { in cil_write_ast_node()
Dcil_binary.c3880 } else if (node->flavor == CIL_MACRO) { in __cil_binary_create_helper()
/third_party/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()