Home
last modified time | relevance | path

Searched refs:cil_gen_tunif (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h131 int cil_gen_tunif(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast…
Dcil_build_ast.c2914 int cil_gen_tunif(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast… in cil_gen_tunif() function
6311 rc = cil_gen_tunif(db, parse_current, ast_node); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c4306 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_multiplebools_true()
4327 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_multiplebools_false()
4348 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_multiplebools_unknowncond_neg()
4368 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_true()
4388 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_false()
4408 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_unknowncond_neg()
4428 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_nocond()
4448 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_nested()
4468 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_nested_neg()
4488 int rc = cil_gen_tunif(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_tunif_extra_neg()
[all …]