Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c147 isa_expr_t expr_stack[8]; member
235 if (state->expr_stack[i] == expr) { in push_expr()
239 state->expr_stack[state->expr_sp++] = expr; in push_expr()
377 cur_expr = state->expr_stack[state->expr_sp - 1]; in find_field()
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c6808 …int rc = cil_resolve_expr_stack(bif->expr_stack, test_db->ast->root->cl_head->next->next->next, ar… in test_cil_resolve_expr_stack_bools()
6833 …int rc = cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, ar… in test_cil_resolve_expr_stack_tunables()
6930 …int rc = cil_resolve_expr_stack(bif->expr_stack,test_db->ast->root->cl_head->next->next->next, arg… in test_cil_resolve_expr_stack_neg()
6954 ((struct cil_conditional*)bif->expr_stack->head->data)->str = NULL; in test_cil_resolve_expr_stack_emptystr_neg()
6956 …int rc = cil_resolve_expr_stack(bif->expr_stack,test_db->ast->root->cl_head->next->next->next, arg… in test_cil_resolve_expr_stack_emptystr_neg()
7028 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args); in test_cil_evaluate_expr_stack_and()
7029 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result); in test_cil_evaluate_expr_stack_and()
7055 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args); in test_cil_evaluate_expr_stack_not()
7056 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result); in test_cil_evaluate_expr_stack_not()
7082 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args); in test_cil_evaluate_expr_stack_or()
[all …]
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.c1262 curr_old = ((struct cil_booleanif*)test_ast_node->data)->expr_stack->head; in test_cil_copy_conditional()