Searched refs:cil_gen_boolif (Results 1 – 4 of 4) 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 6300 rc = cil_gen_boolif(db, parse_current, ast_node, CIL_FALSE); in __cil_build_ast_node_helper() 6309 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_build_ast.c | 3954 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_multiplebools_true() 3975 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_multiplebools_false() 3996 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_multiplebools_unknowncond_neg() 4016 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_true() 4036 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_false() 4056 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_unknowncond_neg() 4076 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_nested() 4096 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_nested_neg() 4116 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_extra_neg() 4136 int rc = cil_gen_boolif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_boolif_extra_parens_neg() [all …]
|
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()
|