Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h126 int cil_gen_condblock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
Dcil_build_ast.c2672 int cil_gen_condblock(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_curren… in cil_gen_condblock() function
5776 rc = cil_gen_condblock(db, parse_current, ast_node, CIL_CONDTRUE); in __cil_build_ast_node_helper()
5778 rc = cil_gen_condblock(db, parse_current, ast_node, CIL_CONDFALSE); in __cil_build_ast_node_helper()
/external/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()