Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h902 struct cil_booleanif { struct
1020 void cil_boolif_init(struct cil_booleanif **bif);
Dcil_verify.c877 struct cil_booleanif *bif = node->parent->parent->data; in __cil_verify_booleanif_helper()
964 struct cil_booleanif *bif = (struct cil_booleanif*)node->data; in __cil_verify_booleanif()
Dcil_reset_ast.c407 static void cil_reset_booleanif(struct cil_booleanif *bif) in cil_reset_booleanif()
Dcil_build_ast.h130 void cil_destroy_boolif(struct cil_booleanif *bif);
Dcil_copy_ast.c1631 struct cil_booleanif *orig = data; in cil_copy_boolif()
1632 struct cil_booleanif *new = NULL; in cil_copy_boolif()
Dcil_resolve_ast.c3235 struct cil_booleanif *bif = (struct cil_booleanif*)current->data; in cil_resolve_boolif()
3739 if (((struct cil_booleanif*)boolif->data)->preserved_tunable) { in __cil_resolve_ast_node_helper()
Dcil_tree.c1029 struct cil_booleanif *bif = node->data; in cil_tree_print_node()
Dcil_build_ast.c2840 struct cil_booleanif *bif = NULL; in cil_gen_boolif()
2902 void cil_destroy_boolif(struct cil_booleanif *bif) in cil_destroy_boolif()
6160 if (((struct cil_booleanif*)boolif->data)->preserved_tunable) { in __cil_build_ast_node_helper()
Dcil_policy.c1442 struct cil_booleanif *bool = node->data; in __cil_te_rules_to_policy_helper()
Dcil.c2176 void cil_boolif_init(struct cil_booleanif **bif) in cil_boolif_init()
Dcil_binary.c2242 struct cil_booleanif *cil_boolif = (struct cil_booleanif*)node->data; in cil_booleanif_to_policydb()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c3566 struct cil_booleanif *bif; in test_cil_gen_expr_stack_and()
3589 struct cil_booleanif *bif; in test_cil_gen_expr_stack_or()
3612 struct cil_booleanif *bif; in test_cil_gen_expr_stack_xor()
3635 struct cil_booleanif *bif; in test_cil_gen_expr_stack_not()
3658 struct cil_booleanif *bif; in test_cil_gen_expr_stack_not_noexpr_neg()
3681 struct cil_booleanif *bif; in test_cil_gen_expr_stack_not_extraexpr_neg()
3704 struct cil_booleanif *bif; in test_cil_gen_expr_stack_eq()
3727 struct cil_booleanif *bif; in test_cil_gen_expr_stack_neq()
3750 struct cil_booleanif *bif; in test_cil_gen_expr_stack_nested()
3773 struct cil_booleanif *bif; in test_cil_gen_expr_stack_nested_neg()
[all …]
Dtest_cil_copy_ast.c1262 curr_old = ((struct cil_booleanif*)test_ast_node->data)->expr_stack->head; in test_cil_copy_conditional()
1295 struct cil_booleanif *test_copy; in test_cil_copy_boolif()
Dtest_cil_resolve_ast.c6806 …struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->… in test_cil_resolve_expr_stack_bools()
6928 …struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->… in test_cil_resolve_expr_stack_neg()
6953 …struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->… in test_cil_resolve_expr_stack_emptystr_neg()