Searched refs:cil_gen_condblock (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 126 int cil_gen_condblock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
|
D | cil_build_ast.c | 2672 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/ |
D | test_cil_build_ast.c | 4636 …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()
|