Searched refs:cil_gen_boolif (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 129 int cil_gen_boolif(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *as…
|
D | cil_build_ast.c | 2830 int cil_gen_boolif(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *as… in cil_gen_boolif() function 6303 rc = cil_gen_boolif(db, parse_current, ast_node, CIL_FALSE); in __cil_build_ast_node_helper() 6312 rc = cil_gen_boolif(db, parse_current, ast_node, CIL_TRUE); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 1259 cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_conditional() 1293 cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_boolif()
|