Searched refs:call_stack (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dfull_frame.h236 __cilkrts_stack_frame *call_stack; member in struct:full_frame
440 * @param sf The @c __cilkrts_stack_frame which will be saved as the call_stack
H A Dexcept-gcc.cpp530 ff->call_stack->flags |= CILK_FRAME_EXCEPTING;
533 ff->call_stack->flags |= CILK_FRAME_EXCEPTING;
534 ff->call_stack->except_data = info->active;
545 if (ff->call_stack->except_data)
H A Dfull_frame.c62 ff->call_stack = sf;
H A Dscheduler.c375 ff->call_stack = 0;
388 ff->call_stack = sf;
621 CILK_ASSERT(parent_ff->call_stack);
780 loot_ff->call_stack->flags |= CILK_FRAME_UNSYNCHED;
1006 w->l->next_frame_ff->call_stack,
1007 w->l->next_frame_ff->call_stack->call_parent);
1091 ff->call_stack->flags &= ~CILK_FRAME_UNSYNCHED;
1222 if (parent_ff->call_stack)
1223 CILK_ASSERT(!(parent_ff->call_stack->flags & CILK_FRAME_MBZ));
1315 __cilkrts_stack_frame *sf = ff->call_stack;
[all...]
H A Drecord-replay.cpp326 CILK_ASSERT(w->l->next_frame_ff->call_stack);
330 &(w->l->next_frame_ff->call_stack->parent_pedigree),
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c1148 static vec<tree> call_stack = vNULL; variable
1158 call_stack.safe_push (call);
1159 if (call_stack.length () > (unsigned) max_constexpr_depth)
1168 call_stack.pop ();
1176 && !call_stack.is_empty ())
1177 r = call_stack;
H A Derror.c3427 vec<tree> call_stack = cx_error_context ();
3431 FOR_EACH_VEC_ELT (call_stack, ix, t)
3426 vec<tree> call_stack = cx_error_context (); local

Completed in 131 milliseconds