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.h158 CIL_MACRO, enumerator
Dcil_post.c342 case CIL_MACRO: in __cil_post_db_count_helper()
444 case CIL_MACRO: in __cil_post_db_array_helper()
1235 case CIL_MACRO: { in __cil_post_db_attr_helper()
1336 case CIL_MACRO: { in __cil_post_db_roletype_helper()
1435 case CIL_MACRO: { in __cil_post_db_userrole_helper()
1524 case CIL_MACRO: { in __cil_post_db_cat_helper()
1879 case CIL_MACRO: in __cil_post_db_classperms_helper()
Dcil_resolve_ast.c90 } else if (parent->flavor == CIL_MACRO) { in __cil_insert_name()
2611 if (terminating_node->flavor == CIL_MACRO) { in cil_print_recursive_call()
2619 if (curr->flavor == CIL_MACRO) { in cil_print_recursive_call()
2645 } else if (curr->flavor == CIL_MACRO) { in cil_check_recursive_call()
2686 if (macro_node->flavor != CIL_MACRO) { in cil_resolve_call1()
3591 if (node->flavor == CIL_TUNABLE || node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3611 node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3635 if (node->flavor == CIL_MACRO) { in __cil_resolve_ast_node_helper()
3713 } else if (parent->flavor == CIL_MACRO) { in __cil_resolve_ast_first_child_helper()
3737 if (parent->flavor == CIL_MACRO) { in __cil_resolve_ast_last_child_helper()
[all …]
Dcil.c513 case CIL_MACRO: in cil_destroy_data()
795 case CIL_MACRO: in cil_flavor_to_symtab_index()
906 case CIL_MACRO: in cil_node_to_string()
1711 case CIL_MACRO: in cil_destroy_ast_symtabs()
1757 case CIL_MACRO: in cil_get_symtab()
Dcil_find.c361 } else if (node->flavor == CIL_MACRO) { in __cil_find_matching_avrule_in_ast()
Dcil_reset_ast.c547 case CIL_MACRO: in __cil_reset_node()
Dcil_copy_ast.c1925 case CIL_MACRO: in __cil_copy_node_helper()
2001 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
2005 if (namespace->flavor == CIL_MACRO) { in __cil_copy_node_helper()
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.c1360 if (node->flavor == CIL_MACRO) { in __cil_verify_helper()
1617 if (node->flavor == CIL_MACRO) { in __cil_pre_verify_helper()
Dandroid.c718 case CIL_MACRO: in __attributize_helper()
Dcil_build_ast.c118 if (ast_node->flavor >= CIL_MIN_DECLARATIVE && ast_node->parent->flavor == CIL_MACRO) { in cil_gen_node()
5079 …node(db, ast_node, (struct cil_symtab_datum*)macro, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_MACRO); in cil_gen_macro()
6210 if (ast_current->flavor == CIL_MACRO) { in __cil_build_ast_node_helper()
6261 if (ast->flavor == CIL_MACRO) { in __cil_build_ast_last_child_helper()
Dcil_write_ast.c1380 case CIL_MACRO: in __cil_write_node_helper()
Dcil_tree.c1613 case CIL_MACRO: { in cil_tree_print_node()
Dcil_binary.c3787 } 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()