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.c509 case CIL_CONDBLOCK: in cil_destroy_data()
878 case CIL_CONDBLOCK: in cil_node_to_string()
1640 case CIL_CONDBLOCK: in cil_destroy_ast_symtabs()
1690 case CIL_CONDBLOCK: { in cil_get_symtab()
Dcil_policy.c906 if (node->cl_head != NULL && node->cl_head->flavor == CIL_CONDBLOCK) { in cil_booleanif_to_policy()
915 …->cl_head != NULL && node->cl_head->next != NULL && node->cl_head->next->flavor == CIL_CONDBLOCK) { in cil_booleanif_to_policy()
Dcil_resolve_ast.c2932 if (current->cl_head != NULL && current->cl_head->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
2941 …ead != NULL && current->cl_head->next != NULL && current->cl_head->next->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
3266 if (!(node->flavor == CIL_CONDBLOCK || in __cil_resolve_ast_node_helper()
3599 case CIL_CONDBLOCK: in __cil_resolve_name_with_parents()
Dcil_tree.c929 case CIL_CONDBLOCK: { in cil_tree_print_node()
Dcil_copy_ast.c1833 case CIL_CONDBLOCK: in __cil_copy_node_helper()
Dcil_binary.c1821 if (cb_node->flavor == CIL_CONDBLOCK) { in cil_booleanif_to_policydb()
Dcil_build_ast.c2698 ast_node->flavor = CIL_CONDBLOCK; in cil_gen_condblock()