Home
last modified time | relevance | path

Searched refs:cil_gen_optional (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h195 int cil_gen_optional(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *…
Dcil_build_ast.c4937 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/
Dtest_cil_build_ast.c15823 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()
Dtest_cil_copy_ast.c1107 cil_gen_optional(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_optional()