Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h208 int cil_gen_optional(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *…
Dcil_build_ast.c5465 int cil_gen_optional(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *… in cil_gen_optional() function
6447 rc = cil_gen_optional(db, parse_current, ast_node); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
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()