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.c534 case CIL_CONDBLOCK: in cil_destroy_data()
920 case CIL_CONDBLOCK: in cil_node_to_string()
1714 case CIL_CONDBLOCK: in cil_destroy_ast_symtabs()
1764 case CIL_CONDBLOCK: { in cil_get_symtab()
Dcil_resolve_ast.c3215 if (current->cl_head != NULL && current->cl_head->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
3224 …ead != NULL && current->cl_head->next != NULL && current->cl_head->next->flavor == CIL_CONDBLOCK) { in cil_resolve_tunif()
3619 if (!(node->flavor == CIL_CONDBLOCK || in __cil_resolve_ast_node_helper()
3984 case CIL_CONDBLOCK: in __cil_resolve_name_with_parents()
Dcil_write_ast.c1392 case CIL_CONDBLOCK: in __cil_write_node_helper()
Dcil_tree.c1033 case CIL_CONDBLOCK: { in cil_tree_print_node()
Dcil_copy_ast.c1937 case CIL_CONDBLOCK: in __cil_copy_node_helper()
Dcil_binary.c2267 if (cb_node->flavor == CIL_CONDBLOCK) { in cil_booleanif_to_policydb()
Dcil_build_ast.c2984 ast_node->flavor = CIL_CONDBLOCK; in cil_gen_condblock()