HomeSort by relevance Sort by last modified time
    Searched refs:InternalScopedString (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 73 InternalScopedString text(kMaxTextSize);
98 InternalScopedString tmp_path(64 +
117 InternalScopedString path(64 + internal_strlen(common_flags()->coverage_dir));
sanitizer_stacktrace_libcdep.cc 20 static void PrintStackFramePrefix(InternalScopedString *buffer, uptr frame_num,
32 InternalScopedString frame_desc(GetPageSizeCached() * 2);
sanitizer_common.cc 160 void PrintSourceLocation(InternalScopedString *buffer, const char *file,
172 void PrintModuleAndOffset(InternalScopedString *buffer, const char *module,
sanitizer_common.h 96 class InternalScopedString : public InternalScopedBuffer<char> {
98 explicit InternalScopedString(uptr max_length)
173 void PrintSourceLocation(InternalScopedString *buffer, const char *file,
175 void PrintModuleAndOffset(InternalScopedString *buffer,
sanitizer_coverage_libcdep.cc 97 InternalScopedString path(1024);
sanitizer_posix.cc 324 InternalScopedString buff(4096);
sanitizer_printf.cc 314 void InternalScopedString::append(const char *format, ...) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 202 TEST(SanitizerCommon, InternalScopedString) {
203 InternalScopedString str(10);
230 InternalScopedString str(128);
252 InternalScopedString str(128);
  /external/compiler-rt/lib/asan/
asan_report.cc 92 static void PrintShadowByte(InternalScopedString *str, const char *before,
99 static void PrintShadowBytes(InternalScopedString *str, const char *before,
113 static void PrintLegend(InternalScopedString *str) {
154 InternalScopedString str(4096 * 8);
204 static void PrintGlobalNameIfASCII(InternalScopedString *str,
224 static void PrintGlobalLocation(InternalScopedString *str,
240 InternalScopedString str(4096);
330 InternalScopedString str(1024);
438 InternalScopedString str(4096);
527 InternalScopedString str(1024)
    [all...]
asan_fake_stack.cc 62 InternalScopedString str(kNumberOfSizeClasses * 50);
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 109 InternalScopedString LocBuffer(1024);

Completed in 358 milliseconds