Searched refs:cil_gen_catorder (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 157 int cil_gen_catorder(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *…
|
D | cil_build_ast.c | 3609 int cil_gen_catorder(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *… in cil_gen_catorder() function 6186 rc = cil_gen_catorder(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 10741 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder() 10758 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_dbnull_neg() 10779 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_currnull_neg() 10796 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_astnull_neg() 10817 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_missingcats_neg() 10838 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_nosublist_neg() 10859 int rc = cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_gen_catorder_nestedcat_neg()
|
D | test_cil_copy_ast.c | 789 cil_gen_catorder(test_db, test_tree->root->cl_head->next->next->cl_head, test_ast_node); in test_cil_copy_catorder()
|