Searched refs:cil_gen_call (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 205 int cil_gen_call(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_…
|
D | cil_build_ast.c | 5360 int cil_gen_call(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_… in cil_gen_call() function 6441 rc = cil_gen_call(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 15660 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call() 15679 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_noargs() 15698 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_anon() 15717 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_empty_call_neg() 15732 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_dbnull_neg() 15751 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_currnull_neg() 15766 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_astnull_neg() 15785 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_name_inparens_neg() 15804 int rc = cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_call_noname_neg()
|
D | test_cil_copy_ast.c | 1080 cil_gen_call(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_call()
|