Lines Matching refs:stack
63 " in the stack frame of function '%s%s%s'%s\n",
76 static void ReportSummary(const char *error_type, StackTrace *stack) {
77 if (!stack->size || !IsSymbolizerAvailable()) return;
79 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[0]);
89 void ReportUMR(StackTrace *stack, u32 origin) {
98 PrintStack(stack->trace, stack->size);
102 ReportSummary("use-of-uninitialized-value", stack);
105 void ReportExpectedUMRNotFound(StackTrace *stack) {
109 PrintStack(stack->trace, stack->size);