Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h163 CIL_BOOL, enumerator
Dcil_write_ast.c78 case CIL_BOOL: in write_expr()
414 case CIL_BOOL: in write_call_args()
533 case CIL_BOOL: in macro_param_flavor_to_string()
843 case CIL_BOOL: { in cil_write_ast_node()
Dcil_verify.c54 case CIL_BOOL: in __cil_is_reserved_name()
210 if (expr_flavor != CIL_BOOL && expr_flavor != CIL_TUNABLE ) { in cil_verify_expr_syntax()
216 if (expr_flavor == CIL_BOOL || expr_flavor == CIL_TUNABLE) { in cil_verify_expr_syntax()
Dcil.c747 case CIL_BOOL: in cil_destroy_data()
1035 case CIL_BOOL: in cil_flavor_to_symtab_index()
1146 case CIL_BOOL: in cil_node_to_string()
Dcil_resolve_ast.c2837 case CIL_BOOL: in cil_build_call_args()
3170 case CIL_BOOL: in cil_resolve_call_args()
3261 case CIL_BOOL: in cil_resolve_expr()
Dcil_build_ast.c2501 …node(db, ast_node, (struct cil_symtab_datum*)boolean, (hashtab_key_t)key, CIL_SYM_BOOLS, CIL_BOOL); in cil_gen_bool()
2894 rc = cil_gen_expr(parse_current->next, CIL_BOOL, &bif->str_expr); in cil_gen_boolif()
5321 param->flavor = CIL_BOOL; in cil_gen_macro()
Dcil_policy.c140 case CIL_BOOL: in __cil_gather_statements_helper()
Dcil_copy_ast.c1853 case CIL_BOOL: in __cil_copy_node_helper()
Dcil_binary.c2151 if (flavor != CIL_BOOL) { in __cil_cond_expr_to_sepol_expr_helper()
3861 case CIL_BOOL: in __cil_node_to_policydb()
/third_party/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()