Searched refs:cil_gen_optional (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 195 int cil_gen_optional(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *…
|
D | cil_build_ast.c | 4937 int cil_gen_optional(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_current… in cil_gen_optional() function 5885 rc = cil_gen_optional(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 15823 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional() 15838 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_dbnull_neg() 15857 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_currnull_neg() 15872 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_astnull_neg() 15891 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_unnamed_neg() 15910 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_extra_neg() 15929 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_nameinparens_neg() 15948 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_emptyoptional() 15967 int rc = cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_optional_norule_neg()
|
D | test_cil_copy_ast.c | 1107 cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_optional()
|