Home
last modified time | relevance | path

Searched refs:CIL_MIN_DECLARATIVE (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h37 #define CIL_MIN_DECLARATIVE 2000 macro
160 CIL_BLOCK = CIL_MIN_DECLARATIVE,
Dcil_tree.c164 if (node->flavor >= CIL_MIN_DECLARATIVE) { in cil_tree_subtree_has_decl()
247 if ((*node)->flavor >= CIL_MIN_DECLARATIVE) { in cil_tree_node_destroy()
Dcil_copy_ast.c1991 if (orig->flavor >= CIL_MIN_DECLARATIVE) { in __cil_copy_node_helper()
2031 } else if (orig->flavor >= CIL_MIN_DECLARATIVE) { in __cil_copy_node_helper()
Dcil.c1021 if (flavor < CIL_MIN_DECLARATIVE) { in cil_flavor_to_symtab_index()
Dcil_binary.c3703 if (node->flavor >= CIL_MIN_DECLARATIVE) { in __cil_node_to_policydb()