Searched refs:CIL_BOOL (Results 1 – 11 of 11) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 157 CIL_BOOL, enumerator
|
D | cil.c | 497 case CIL_BOOL: in cil_destroy_data() 763 case CIL_BOOL: in cil_flavor_to_symtab_index() 870 case CIL_BOOL: in cil_node_to_string()
|
D | cil_verify.c | 168 if (expr_flavor != CIL_BOOL && expr_flavor != CIL_TUNABLE ) { in cil_verify_expr_syntax() 174 if (expr_flavor == CIL_BOOL || expr_flavor == CIL_TUNABLE) { in cil_verify_expr_syntax()
|
D | cil_resolve_ast.c | 2473 case CIL_BOOL: in cil_resolve_call1() 2724 case CIL_BOOL: in cil_resolve_call2() 2786 case CIL_BOOL: in cil_resolve_expr()
|
D | cil_build_ast.c | 2120 …node(db, ast_node, (struct cil_symtab_datum*)boolean, (hashtab_key_t)key, CIL_SYM_BOOLS, CIL_BOOL); in cil_gen_bool() 2232 if (flavor == CIL_BOOL && *depth > COND_EXPR_MAXDEPTH) { in __cil_fill_expr_helper() 2533 rc = cil_gen_expr(parse_current->next, CIL_BOOL, &bif->str_expr); in cil_gen_boolif() 4754 param->flavor = CIL_BOOL; in cil_gen_macro()
|
D | cil_tree.c | 899 case CIL_BOOL: { in cil_tree_print_node()
|
D | cil_policy.c | 977 case CIL_BOOL: { in cil_name_to_policy()
|
D | cil_copy_ast.c | 1729 case CIL_BOOL: in __cil_copy_node_helper()
|
D | cil_binary.c | 1658 if (flavor != CIL_BOOL) { in __cil_cond_expr_to_sepol_expr_helper() 3149 case CIL_BOOL: in __cil_node_to_policydb()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 3569 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_and() 3592 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_or() 3615 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_xor() 3638 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_not() 3661 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_not_noexpr_neg() 3684 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_not_extraexpr_neg() 3707 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_eq() 3730 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_neq() 3753 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_nested() 3776 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack); in test_cil_gen_expr_stack_nested_neg() [all …]
|
D | test_cil_copy_ast.c | 539 cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_copy_bool()
|