Home
last modified time | relevance | path

Searched refs:cil_gen_boolif (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h129 int cil_gen_boolif(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *as…
Dcil_build_ast.c2830 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/
Dtest_cil_build_ast.c3954 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 …]
Dtest_cil_copy_ast.c1259 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()