Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h55 CIL_CONDBLOCK, enumerator
Dcil.c759 case CIL_CONDBLOCK: in cil_destroy_data()
1154 case CIL_CONDBLOCK: in cil_node_to_string()
1942 case CIL_CONDBLOCK: in cil_destroy_ast_symtabs()
1992 case CIL_CONDBLOCK: { in cil_get_symtab()
Dcil_resolve_ast.c3429 if (current->cl_head != NULL && current->cl_head->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
3438 …ead != NULL && current->cl_head->next != NULL && current->cl_head->next->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
3956 node->flavor != CIL_CONDBLOCK && in __cil_resolve_ast_node_helper()
4340 case CIL_CONDBLOCK: in __cil_resolve_name_with_parents()
Dcil_write_ast.c625 case CIL_CONDBLOCK: { in cil_write_ast_node()
Dcil_copy_ast.c1967 case CIL_CONDBLOCK: in __cil_copy_node_helper()
Dcil_binary.c2365 if (cb_node->flavor == CIL_CONDBLOCK) { in cil_booleanif_to_policydb()
Dcil_build_ast.c3025 ast_node->flavor = CIL_CONDBLOCK; in cil_gen_condblock()