Searched refs:expr_stack (Results 1 – 2 of 2) sorted by relevance
482 bfd_vma expr_stack[EXPR_STACK_SIZE]; in ieee_read_expression() local487 esp = expr_stack; in ieee_read_expression()503 if (esp - expr_stack >= EXPR_STACK_SIZE) in ieee_read_expression()544 if (esp - expr_stack >= EXPR_STACK_SIZE) in ieee_read_expression()559 if (esp - expr_stack < 2) in ieee_read_expression()573 if (esp - 1 != expr_stack) in ieee_read_expression()
2839 auto_vec<tree, 10> expr_stack; in gimplify_compound_lval() local2859 expr_stack.safe_push (*p); in gimplify_compound_lval()2862 gcc_assert (expr_stack.length ()); in gimplify_compound_lval()2876 for (i = expr_stack.length () - 1; i >= 0; i--) in gimplify_compound_lval()2878 tree t = expr_stack[i]; in gimplify_compound_lval()2971 for (; expr_stack.length () > 0; ) in gimplify_compound_lval()2973 tree t = expr_stack.pop (); in gimplify_compound_lval()3001 expr_stack.release (); in gimplify_compound_lval()