Searched refs:cil_gen_common (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 72 int cil_gen_common(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *as…
|
D | cil_build_ast.c | 919 int cil_gen_common(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *as… in cil_gen_common() function 6042 rc = cil_gen_common(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 2024 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common() 2041 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common_dbnull_neg() 2058 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common_currnull_neg() 2074 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common_astnull_neg() 2094 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common_noname_neg() 2114 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common_twoperms_neg() 2134 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common_permsublist_neg() 2154 int rc = cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_common_noperms_neg()
|
D | test_cil_copy_ast.c | 254 cil_gen_common(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_common()
|