Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h57 CIL_CONDFALSE, enumerator
Dcil.c764 case CIL_CONDFALSE: in cil_destroy_data()
1158 case CIL_CONDFALSE: in cil_node_to_string()
1166 case CIL_CONDFALSE: in cil_node_to_string()
Dcil_policy.c1454 if (cb && cb->flavor == CIL_CONDFALSE) { in __cil_te_rules_to_policy_helper()
Dcil_resolve_ast.c3404 } else if (cb->flavor == CIL_CONDFALSE) { in cil_resolve_tunif()
3413 } else if (cb->flavor == CIL_CONDFALSE) { in cil_resolve_tunif()
Dcil_binary.c2287 } else if (cb->flavor == CIL_CONDFALSE) { in cil_booleanif_to_policydb()
2313 bool_args.cond_flavor = CIL_CONDFALSE; in cil_booleanif_to_policydb()
Dcil_build_ast.c6315 rc = cil_gen_condblock(db, parse_current, new_ast_node, CIL_CONDFALSE); in parse_statement()
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c4655 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_false()
4670 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_dbnull_neg()
4689 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_currnull_neg()
4704 …t rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALSE); in test_cil_gen_condblock_astnull_neg()