Searched refs:ScopedString (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 20 void ScopedString::appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength, in appendNumber() 61 void ScopedString::appendUnsigned(u64 Num, u8 Base, u8 MinNumberLength, in appendUnsigned() 67 void ScopedString::appendSignedDecimal(s64 Num, u8 MinNumberLength, in appendSignedDecimal() 82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString() 100 void ScopedString::appendPointer(u64 ptr_value) { in appendPointer() 107 void ScopedString::vappend(const char *Format, va_list &Args) { in vappend() 225 void ScopedString::append(const char *Format, ...) { in append() 235 ScopedString Msg; in Printf()
|
H A D | report_linux.cpp | 27 ScopedString Error; in reportMapError() 37 ScopedString Error; in reportUnmapError() 45 ScopedString Error; in reportProtectError()
|
H A D | timing.h | 152 ScopedString Str; in report() 159 ScopedString Str; in printAll() 164 void getAll(ScopedString &Str) EXCLUDES(Mutex) { in getAll() 170 void getAllImpl(ScopedString &Str) REQUIRES(Mutex) { in getAllImpl() 183 void getImpl(ScopedString &Str, const u32 HandleId, const u32 ExtraIndent = 0)
|
H A D | string_utils.h | 19 class ScopedString { 21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
|
H A D | quarantine.h | 130 void getStats(ScopedString *Str) const { in getStats() 228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats()
|
H A D | secondary.h | 112 void getStats(UNUSED ScopedString *Str) { in getStats() 176 void getStats(ScopedString *Str) { in getStats() 559 void getStats(ScopedString *Str); 721 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats()
|
H A D | report.cpp | 30 ScopedString Message; in ~ScopedErrorReport() 54 // Generic fatal error message without ScopedString. in reportCheckFailed()
|
H A D | tsd_exclusive.h | 126 void getStats(ScopedString *Str) { in getStats()
|
H A D | primary32.h | 301 void getStats(ScopedString *Str) { in getStats() 323 void getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo() 877 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) in getStats() 902 ScopedString *Str) REQUIRES(Sci->Mutex) { in getSizeClassFragmentationInfo()
|
H A D | fuchsia.cpp | 37 ScopedString Error; in dieOnError()
|
H A D | tsd_shared.h | 117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats()
|
H A D | mem_map_fuchsia.cpp | 25 ScopedString Error; in dieOnError()
|
H A D | local_cache.h | 107 void getStats(ScopedString *Str) { in allocate()
|
H A D | combined.h | 632 ScopedString Str; in getStats() 644 ScopedString Str; in printStats() 650 ScopedString Str; in printFragmentationInfo() 1623 uptr getStats(ScopedString *Str) { in getStats()
|
H A D | primary64.h | 355 void getStats(ScopedString *Str) { in getStats() 386 void getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo() 1121 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region) in getStats() 1151 ScopedString *Str) REQUIRES(Region->MMLock) { in getRegionFragmentationInfo()
|
H A D | size_class_map.h | 305 ScopedString Buffer;
|