Home
last modified time | relevance | path

Searched refs:CIL_OPTIONAL (Results 1 – 7 of 7) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h162 CIL_OPTIONAL, enumerator
Dcil.c744 case CIL_OPTIONAL: in cil_destroy_data()
1032 case CIL_OPTIONAL: in cil_flavor_to_symtab_index()
1144 case CIL_OPTIONAL: in cil_node_to_string()
Dcil_resolve_ast.c2458 if (block_node->flavor == CIL_OPTIONAL) { in cil_resolve_in()
4028 } else if (parent->flavor == CIL_OPTIONAL) { in __cil_resolve_ast_first_child_helper()
4065 } else if (parent->flavor == CIL_OPTIONAL) { in __cil_resolve_ast_last_child_helper()
4074 if (n->flavor == CIL_OPTIONAL) { in __cil_resolve_ast_last_child_helper()
Dcil_build_ast.c99 case CIL_OPTIONAL: in cil_allow_multiple_decls()
5526 …b, ast_node, (struct cil_symtab_datum*)optional, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_OPTIONAL); in cil_gen_optional()
6538 } else if (ast->flavor == CIL_OPTIONAL) { in __cil_build_ast_first_child_helper()
6570 if (ast->flavor == CIL_OPTIONAL) { in __cil_build_ast_last_child_helper()
6575 if (n->flavor == CIL_OPTIONAL) { in __cil_build_ast_last_child_helper()
Dcil_write_ast.c593 case CIL_OPTIONAL: { in cil_write_ast_node()
Dcil_copy_ast.c1961 case CIL_OPTIONAL: in __cil_copy_node_helper()
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c11062 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optional()
11120 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optstack()
11145 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optstack_tunable_neg()
11174 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optstack_macro_neg()
11305 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optfailedtoresolve()