Home
last modified time | relevance | path

Searched refs:kMaxSummaryLength (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc200 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
209 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
Dsanitizer_common.h383 const int kMaxSummaryLength = 1024; variable
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp34 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
Dsanitizer_common.cpp90 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
Dsanitizer_common.h347 const int kMaxSummaryLength = 1024; variable
/external/compiler-rt/lib/lsan/
Dlsan_common.cc627 InternalScopedString summary(kMaxSummaryLength); in PrintSummary()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp787 InternalScopedString summary(kMaxSummaryLength); in PrintSummary()