Searched refs:cil_gen_bool (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 123 int cil_gen_bool(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_…
|
D | cil_build_ast.c | 2409 int cil_gen_bool(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_… in cil_gen_bool() function 6301 rc = cil_gen_bool(db, parse_current, ast_node, CIL_FALSE); in __cil_build_ast_node_helper() 6306 rc = cil_gen_bool(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 | 539 cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_copy_bool()
|