Searched refs:cil_gen_pirqcon (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 190 int cil_gen_pirqcon(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a…
|
D | cil_build_ast.c | 4768 int cil_gen_pirqcon(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a… in cil_gen_pirqcon() function 6421 rc = cil_gen_pirqcon(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 14013 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon() 14032 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_pirqnotint_neg() 14051 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_nopirq_neg() 14070 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_pirqrange_neg() 14089 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_nocontext_neg() 14108 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_anoncontext_neg() 14127 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_extra_neg() 14142 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_dbnull_neg() 14161 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_currnull_neg() 14176 int rc = cil_gen_pirqcon(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_pirqcon_astnull_neg()
|