Home
last modified time | relevance | path

Searched refs:ScopedString (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dstrings_test.cpp16 scudo::ScopedString Str; in TEST()
22 scudo::ScopedString Str; in TEST()
38 scudo::ScopedString Str; in TEST()
46 scudo::ScopedString Str; in TEST()
55 scudo::ScopedString Str; in TEST()
69 static void fillString(scudo::ScopedString &Str, scudo::uptr Size) { in fillString()
78 scudo::ScopedString Str; in TEST()
94 scudo::ScopedString Str; in testAgainstLibc()
H A Dsecondary_test.cpp79 scudo::ScopedString Str; in testSecondaryBasic()
146 scudo::ScopedString Str; in TEST_F()
167 scudo::ScopedString Str; in TEST_F()
240 scudo::ScopedString Str; in TEST_F()
H A Dprimary_test.cpp141 scudo::ScopedString Str; in SCUDO_TYPED_TEST()
189 scudo::ScopedString Str; in TEST()
227 scudo::ScopedString Str; in SCUDO_TYPED_TEST()
274 scudo::ScopedString Str; in SCUDO_TYPED_TEST()
H A Dquarantine_test.cpp217 scudo::ScopedString Str; in TEST()
249 scudo::ScopedString Str; in TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h19 class ScopedString {
21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
H A Dstring_utils.cpp221 void ScopedString::append(const char *Format, va_list Args) { in append()
239 void ScopedString::append(const char *Format, ...) { in append()
249 ScopedString Msg; in Printf()
H A Dquarantine.h129 void getStats(ScopedString *Str) const { in getStats()
218 void getStats(ScopedString *Str) const { in getStats()
H A Dprimary64.h157 void getStats(ScopedString *Str) { in getStats()
350 ScopedString Str; in populateFreeList()
412 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats()
H A Dreport.cpp34 ScopedString Message;
H A Dprimary32.h185 void getStats(ScopedString *Str) { in getStats()
412 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats()
H A Dsecondary.h441 void getStats(ScopedString *Str) const;
618 void MapAllocator<Config>::getStats(ScopedString *Str) const { in getStats()
H A Dsize_class_map.h326 ScopedString Buffer; in printMap()
H A Dcombined.h707 ScopedString Str; in getStats()
721 ScopedString Str; in printStats()
1430 uptr getStats(ScopedString *Str) { in getStats()