Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h123 int cil_gen_bool(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_…
Dcil_build_ast.c2375 int cil_gen_bool(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_… in cil_gen_bool() function
6117 rc = cil_gen_bool(db, parse_current, ast_node, CIL_FALSE); in __cil_build_ast_node_helper()
6122 rc = cil_gen_bool(db, parse_current, ast_node, CIL_TRUE); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c5504 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_true()
5526 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_TUNABLE); in test_cil_gen_bool_tunable_true()
5548 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_false()
5570 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_TUNABLE); in test_cil_gen_bool_tunable_false()
5592 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_none_neg()
5607 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_dbnull_neg()
5626 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_currnull_neg()
5641 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_astnull_neg()
5660 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_notbool_neg()
5679 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_gen_bool_boolname_neg()
[all …]
Dtest_cil_copy_ast.c539 cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_copy_bool()