Home | History | Annotate | Download | only in msan

Lines Matching full:stack

64            " in the stack frame of function '%s%s%s'%s\n",
77 static void ReportSummary(const char *error_type, StackTrace *stack) {
78 if (!stack->size || !IsSymbolizerAvailable()) return;
80 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[0]);
91 void ReportUMR(StackTrace *stack, u32 origin) {
100 PrintStack(stack->trace, stack->size);
104 ReportSummary("use-of-uninitialized-value", stack);
107 void ReportExpectedUMRNotFound(StackTrace *stack) {
111 PrintStack(stack->trace, stack->size);