|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/asan/asan_descriptions.cpp 51 InternalScopedString str(1024);
129 InternalScopedString str(4096);
246 InternalScopedString str(1024);
279 InternalScopedString str(4096);
projects/compiler-rt/lib/asan/asan_errors.cpp 346 InternalScopedString g1_loc(256), g2_loc(256);
363 InternalScopedString error_msg(256);
494 static void PrintShadowByte(InternalScopedString *str, const char *before,
499 static void PrintLegend(InternalScopedString *str) {
538 static void PrintShadowBytes(InternalScopedString *str, const char *before,
557 InternalScopedString str(4096 * 8);
projects/compiler-rt/lib/asan/asan_fake_stack.cpp 68 InternalScopedString str(kNumberOfSizeClasses * 50);
projects/compiler-rt/lib/asan/asan_globals.cpp 289 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g) {
307 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g) {
projects/compiler-rt/lib/asan/asan_report.cpp 58 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
projects/compiler-rt/lib/asan/asan_report.h 37 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g);
38 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g);
40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
projects/compiler-rt/lib/hwasan/hwasan.cpp 154 static void HwasanFormatMemoryUsage(InternalScopedString &s) {
590 InternalScopedString s(kMemoryUsageBufferSize);
projects/compiler-rt/lib/hwasan/hwasan_report.cpp 189 InternalScopedString frame_desc(GetPageSizeCached() * 2);
364 void (*print_tag)(InternalScopedString &s,
371 InternalScopedString s(GetPageSizeCached() * 8);
458 InternalScopedString s(GetPageSizeCached() * 8);
projects/compiler-rt/lib/lsan/lsan_common.cpp 757 InternalScopedString summary(kMaxSummaryLength);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp 90 InternalScopedString buff(kMaxSummaryLength);
projects/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp 95 InternalScopedString msg_copy(kErrorMessageBufferSize);
projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cpp 41 InternalScopedString buf(kMaxPathLength);
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp 543 InternalScopedString module_name(kMaxPathLength);
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp 276 InternalScopedString buff(kMaxPathLength);
projects/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp 123 InternalScopedString module_name(kMaxPathLength);
projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp 26 InternalScopedString frame_desc(GetPageSizeCached() * 2);
27 InternalScopedString dedup_token(GetPageSizeCached());
117 InternalScopedString frame_desc(GetPageSizeCached());
146 InternalScopedString data_desc(GetPageSizeCached());
projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp 109 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
203 void RenderData(InternalScopedString *buffer, const char *format,
234 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
253 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h 49 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
54 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
58 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
66 void RenderData(InternalScopedString *buffer, const char *format,
projects/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp 37 InternalScopedString exec(kMaxPathLength);
72 InternalScopedString new_file_path(kMaxPathLength);
projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp 34 InternalScopedString buff(kMaxSummaryLength);
142 static void PrintMemoryByte(InternalScopedString *str, const char *before,
152 InternalScopedString str(1024);
projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp 130 InternalScopedString res(2 * GetPageSizeCached());
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp 163 InternalScopedString filename(kMaxPathLength);
projects/compiler-rt/lib/ubsan/ubsan_diag.cpp 137 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) {
147 static void RenderLocation(InternalScopedString *Buffer, Location Loc) {
181 static void RenderText(InternalScopedString *Buffer, const char *Message,
281 InternalScopedString Buffer(1024);
349 InternalScopedString Buffer(1024);
projects/compiler-rt/lib/ubsan/ubsan_monitor.cpp 19 InternalScopedString &Msg)
51 InternalScopedString &Buf = CurrentUBR->Buffer;
projects/compiler-rt/lib/ubsan/ubsan_monitor.h 24 InternalScopedString Buffer;
27 InternalScopedString &Msg);