HomeSort by: relevance | last modified time | path
    Searched refs:InternalScopedString (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stacktrace_printer.h 50 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
55 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
59 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
67 void RenderData(InternalScopedString *buffer, const char *format,
sanitizer_stacktrace_libcdep.cc 27 InternalScopedString frame_desc(GetPageSizeCached() * 2);
28 InternalScopedString dedup_token(GetPageSizeCached());
116 InternalScopedString frame_desc(GetPageSizeCached());
145 InternalScopedString data_desc(GetPageSizeCached());
sanitizer_symbolizer_markup.cc 82 void RenderData(InternalScopedString *buffer, const char *format,
88 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
sanitizer_stacktrace_printer.cc 110 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
204 void RenderData(InternalScopedString *buffer, const char *format,
235 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
254 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
sanitizer_suppressions.cc 37 InternalScopedString exec(kMaxPathLength);
57 InternalScopedString new_file_path(kMaxPathLength);
sanitizer_common_libcdep.cc 96 InternalScopedString msg_copy(kErrorMessageBufferSize);
sanitizer_symbolizer_report.cc 35 InternalScopedString buff(kMaxSummaryLength);
140 static void PrintMemoryByte(InternalScopedString *str, const char *before,
150 InternalScopedString str(1024);
sanitizer_libignore.cc 42 InternalScopedString buf(kMaxPathLength);
sanitizer_procmaps_common.cc 124 InternalScopedString module_name(kMaxPathLength);
sanitizer_malloc_mac.inc 121 InternalScopedString new_name(buflen);
sanitizer_common.cc 91 InternalScopedString buff(kMaxSummaryLength);
sanitizer_symbolizer_win.cc 224 InternalScopedString command_line(kMaxPathLength * 3);
sanitizer_posix.cc 283 InternalScopedString buff(kMaxPathLength);
sanitizer_printf.cc 349 void InternalScopedString::append(const char *format, ...) {
sanitizer_procmaps_mac.cc 353 InternalScopedString module_name(kMaxPathLength);
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_monitor.h 25 InternalScopedString Buffer;
28 InternalScopedString &Msg);
ubsan_monitor.cc 20 InternalScopedString &Msg)
52 InternalScopedString &Buf = CurrentUBR->Buffer;
ubsan_diag.cc 130 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) {
140 static void RenderLocation(InternalScopedString *Buffer, Location Loc) {
174 static void RenderText(InternalScopedString *Buffer, const char *Message,
274 InternalScopedString Buffer(1024);
342 InternalScopedString Buffer(1024);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.h 38 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g);
39 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g);
41 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
asan_errors.cc 333 InternalScopedString g1_loc(256), g2_loc(256);
350 InternalScopedString error_msg(256);
481 static void PrintShadowByte(InternalScopedString *str, const char *before,
486 static void PrintLegend(InternalScopedString *str) {
525 static void PrintShadowBytes(InternalScopedString *str, const char *before,
544 InternalScopedString str(4096 * 8);
asan_descriptions.cc 52 InternalScopedString str(1024);
130 InternalScopedString str(4096);
247 InternalScopedString str(1024);
280 InternalScopedString str(4096);
asan_globals.cc 290 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g) {
308 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g) {
asan_fake_stack.cc 69 InternalScopedString str(kNumberOfSizeClasses * 50);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stacktrace_printer_test.cc 20 InternalScopedString str(128);
54 InternalScopedString str(128);
80 InternalScopedString str(256);
sanitizer_common_test.cc 330 TEST(SanitizerCommon, InternalScopedString) {
331 InternalScopedString str(10);

Completed in 20 milliseconds

1 2