Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h161 CIL_BOOL, enumerator
Dcil_verify.c175 if (expr_flavor != CIL_BOOL && expr_flavor != CIL_TUNABLE ) { in cil_verify_expr_syntax()
181 if (expr_flavor == CIL_BOOL || expr_flavor == CIL_TUNABLE) { in cil_verify_expr_syntax()
Dcil.c523 case CIL_BOOL: in cil_destroy_data()
805 case CIL_BOOL: in cil_flavor_to_symtab_index()
916 case CIL_BOOL: in cil_node_to_string()
Dcil_resolve_ast.c2798 case CIL_BOOL: in cil_resolve_call1()
3055 case CIL_BOOL: in cil_resolve_call2()
3117 case CIL_BOOL: in cil_resolve_expr()
Dcil_build_ast.c2411 …node(db, ast_node, (struct cil_symtab_datum*)boolean, (hashtab_key_t)key, CIL_SYM_BOOLS, CIL_BOOL); in cil_gen_bool()
2520 if (flavor == CIL_BOOL && *depth > COND_EXPR_MAXDEPTH) { in __cil_fill_expr_helper()
2823 rc = cil_gen_expr(parse_current->next, CIL_BOOL, &bif->str_expr); in cil_gen_boolif()
5103 param->flavor = CIL_BOOL; in cil_gen_macro()
Dcil_write_ast.c1301 case CIL_BOOL: in __cil_write_node_helper()
Dcil_tree.c1014 case CIL_BOOL: { in cil_tree_print_node()
Dcil_copy_ast.c1855 case CIL_BOOL: in __cil_copy_node_helper()
Dcil_policy.c139 case CIL_BOOL: in __cil_gather_statements_helper()
Dcil_binary.c2123 if (flavor != CIL_BOOL) { in __cil_cond_expr_to_sepol_expr_helper()
3652 case CIL_BOOL: in __cil_node_to_policydb()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c3569 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 …]
Dtest_cil_copy_ast.c539 cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL); in test_cil_copy_bool()