Symbol: Report
common/lib/libc/misc/ubsan.c
1387
Report(true, "UBSan: Unknown variable type %#04" PRIx16 "\n", pType->mTypeKind);
common/lib/libc/misc/ubsan.c
1581
Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
common/lib/libc/misc/ubsan.c
1589
Report(true, "UBSan: Unexpected 128-Bit Type in %s\n", szLocation);
common/lib/libc/misc/ubsan.c
1625
Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
common/lib/libc/misc/ubsan.c
1633
Report(true, "UBSan: Unexpected 128-Bit Type in %s\n", szLocation);
common/lib/libc/misc/ubsan.c
1670
Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
common/lib/libc/misc/ubsan.c
1718
Report(true, "UBSan: Unexpected Float Type in %s\n", szLocation);
common/lib/libc/misc/ubsan.c
1726
Report(true, "UBSan: Unknown Type in %s\n", szLocation);
common/lib/libc/misc/ubsan.c
373
Report(isFatal, "UBSan: Undefined Behavior in %s, %s integer overflow: %s %s %s cannot be represented in type %s\n",
common/lib/libc/misc/ubsan.c
391
Report(isFatal, "UBSan: Undefined Behavior in %s, negation of %s cannot be represented in type %s\n",
common/lib/libc/misc/ubsan.c
407
Report(isFatal, "UBSan: Undefined Behavior in %s, calling __builtin_unreachable()\n",
common/lib/libc/misc/ubsan.c
425
Report(isFatal, "UBSan: Undefined Behavior in %s, %s null pointer of type %s\n",
common/lib/libc/misc/ubsan.c
428
Report(isFatal, "UBSan: Undefined Behavior in %s, %s misaligned address %p for type %s which requires %ld byte alignment\n",
common/lib/libc/misc/ubsan.c
431
Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %p with insufficient space for an object of type %s\n",
common/lib/libc/misc/ubsan.c
450
Report(isFatal, "UBSan: Undefined Behavior in %s, variable length array bound value %s <= 0\n",
common/lib/libc/misc/ubsan.c
468
Report(isFatal, "UBSan: Undefined Behavior in %s, index %s is out of range for type %s\n",
common/lib/libc/misc/ubsan.c
489
Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is negative\n",
common/lib/libc/misc/ubsan.c
492
Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is too large for %zu-bit type %s\n",
common/lib/libc/misc/ubsan.c
495
Report(isFatal, "UBSan: Undefined Behavior in %s, left shift of negative value %s\n",
common/lib/libc/misc/ubsan.c
498
Report(isFatal, "UBSan: Undefined Behavior in %s, left shift of %s by %s places cannot be represented in type %s\n",
common/lib/libc/misc/ubsan.c
516
Report(isFatal, "UBSan: Undefined Behavior in %s, load of value %s is not a valid value for type %s\n",
common/lib/libc/misc/ubsan.c
532
Report(isFatal, "UBSan: Undefined Behavior in %s, passing zero to %s, which is not a valid argument\n",
common/lib/libc/misc/ubsan.c
558
Report(isFatal, "UBSan: Undefined Behavior in %s, call to function %#lx through pointer to incorrect function type %s\n",
common/lib/libc/misc/ubsan.c
580
Report(isFatal, "UBSan: Undefined Behavior in %s, control flow integrity check for type %s failed during %s (vtable address %#lx)\n",
common/lib/libc/misc/ubsan.c
583
Report(isFatal || FromUnrecoverableHandler, "UBSan: Undefined Behavior in %s, control flow integrity check for type %s failed during %s (vtable address %#lx; %s vtable; from %s handler; Program Counter %#lx; Frame Pointer %#lx)\n",
common/lib/libc/misc/ubsan.c
610
Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %#lx which might not point to an object of type %s\n"
common/lib/libc/misc/ubsan.c
629
Report(isFatal, "UBSan: Undefined Behavior in %s, %s (of type %s) is outside the range of representable values of type %s\n",
common/lib/libc/misc/ubsan.c
645
Report(isFatal, "UBSan: Undefined Behavior in %s, execution reached the end of a value-returning function without returning a value\n",
common/lib/libc/misc/ubsan.c
666
Report(isFatal, "UBSan: Undefined Behavior in %s, null pointer passed as argument %d, which is declared to never be null%s%s\n",
common/lib/libc/misc/ubsan.c
688
Report(isFatal, "UBSan: Undefined Behavior in %s, null pointer returned from function declared to never return null%s%s\n",
common/lib/libc/misc/ubsan.c
704
Report(isFatal, "UBSan: Undefined Behavior in %s, pointer expression with base %#lx overflowed to %#lx\n",
common/lib/libc/misc/ubsan.c
724
Report(isFatal, "UBSan: Undefined Behavior in %s, %s from %s %zu-bit %s (%s) to %s changed the value to %s %zu-bit %s\n",
common/lib/libc/misc/ubsan.c
747
Report(isFatal, "UBSan: Undefined Behavior in %s, alignment assumption of %#lx for pointer %#lx (offset %#lx), assumption made in %s\n",
common/lib/libc/misc/ubsan.c
751
Report(isFatal, "UBSan: Undefined Behavior in %s, alignment assumption of %#lx for pointer %#lx (offset %#lx)\n",