Home
last modified time | relevance | path

Searched refs:call_stack (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c1616 static vec<tree> call_stack; variable
1626 call_stack.safe_push (call); in push_cx_call_context()
1627 int len = call_stack.length (); in push_cx_call_context()
1637 call_stack.pop (); in pop_cx_call_context()
1645 && !call_stack.is_empty ()) in cx_error_context()
1646 r = call_stack; in cx_error_context()
H A Derror.c3710 vec<tree> call_stack = cx_error_context (); in maybe_print_constexpr_context() local
3714 FOR_EACH_VEC_ELT (call_stack, ix, t) in maybe_print_constexpr_context()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc1770 static vec<tree> call_stack; variable
1780 call_stack.safe_push (call); in push_cx_call_context()
1781 int len = call_stack.length (); in push_cx_call_context()
1791 call_stack.pop (); in pop_cx_call_context()
1799 && !call_stack.is_empty ()) in cx_error_context()
1800 r = call_stack; in cx_error_context()
H A Derror.cc3811 vec<tree> call_stack = cx_error_context (); in maybe_print_constexpr_context() local
3815 FOR_EACH_VEC_ELT (call_stack, ix, t) in maybe_print_constexpr_context()
H A DChangeLog-2010667 * semantics.c (call_stack, call_stack_tick, cx_error_context): New.
H A DChangeLog-20161206 * constexpr.c (call_stack): Remove unnecessary