Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h55 CIL_CONDBLOCK, enumerator
Dcil.c705 case CIL_CONDBLOCK: in cil_destroy_data()
1100 case CIL_CONDBLOCK: in cil_node_to_string()
1907 case CIL_CONDBLOCK: in cil_destroy_ast_symtabs()
1957 case CIL_CONDBLOCK: { in cil_get_symtab()
Dcil_resolve_ast.c3315 if (current->cl_head != NULL && current->cl_head->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
3324 …ead != NULL && current->cl_head->next != NULL && current->cl_head->next->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
3729 if (!(node->flavor == CIL_CONDBLOCK || in __cil_resolve_ast_node_helper()
4096 case CIL_CONDBLOCK: in __cil_resolve_name_with_parents()
Dcil_write_ast.c1411 case CIL_CONDBLOCK: in __cil_write_node_helper()
Dcil_tree.c1048 case CIL_CONDBLOCK: { in cil_tree_print_node()
Dcil_copy_ast.c2014 case CIL_CONDBLOCK: in __cil_copy_node_helper()
Dcil_binary.c2248 if (cb_node->flavor == CIL_CONDBLOCK) { in cil_booleanif_to_policydb()
Dcil_build_ast.c3019 ast_node->flavor = CIL_CONDBLOCK; in cil_gen_condblock()