Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c11060 struct cil_tree_node *test_ast_node_opt; in test_cil_resolve_ast_node_helper_optional() local
11061 cil_tree_node_init(&test_ast_node_opt); in test_cil_resolve_ast_node_helper_optional()
11062 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optional()
11118 struct cil_tree_node *test_ast_node_opt; in test_cil_resolve_ast_node_helper_optstack() local
11119 cil_tree_node_init(&test_ast_node_opt); in test_cil_resolve_ast_node_helper_optstack()
11120 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optstack()
11143 struct cil_tree_node *test_ast_node_opt; in test_cil_resolve_ast_node_helper_optstack_tunable_neg() local
11144 cil_tree_node_init(&test_ast_node_opt); in test_cil_resolve_ast_node_helper_optstack_tunable_neg()
11145 test_ast_node_opt->flavor = CIL_OPTIONAL; in test_cil_resolve_ast_node_helper_optstack_tunable_neg()
11148 …s_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, test_ast_node_opt, NULL); in test_cil_resolve_ast_node_helper_optstack_tunable_neg()
[all …]