Home
last modified time | relevance | path

Searched refs:cil_gen_condblock (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_build_ast.h135 int cil_gen_condblock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
Dcil_build_ast.c2999 int cil_gen_condblock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node … in cil_gen_condblock() function
6347 rc = cil_gen_condblock(db, parse_current, new_ast_node, CIL_CONDTRUE); in parse_statement()
6349 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.c4636 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE… in test_cil_gen_condblock_true()
4655 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALS… in test_cil_gen_condblock_false()
4670 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALS… in test_cil_gen_condblock_dbnull_neg()
4689 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALS… in test_cil_gen_condblock_currnull_neg()
4704 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDFALS… in test_cil_gen_condblock_astnull_neg()
4723 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE… in test_cil_gen_condblock_nocond_neg()
4742 …int rc = cil_gen_condblock(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_CONDTRUE… in test_cil_gen_condblock_extra_neg()