Searched refs:cil_gen_macro (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 205 int cil_gen_macro(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast…
|
D | cil_build_ast.c | 5209 int cil_gen_macro(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast… in cil_gen_macro() function 6401 rc = cil_gen_macro(db, parse_current, new_ast_node); in parse_statement()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 15227 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_noparams() 15246 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_type() 15265 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_role() 15284 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_user() 15303 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_sensitivity() 15322 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_category() 15341 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_catset() 15360 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_level() 15379 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_class() 15398 int rc = cil_gen_macro(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_macro_classmap() [all …]
|