Home
last modified time | relevance | path

Searched defs:InternalScopedString (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp379 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h628 InternalScopedString() : buffer_(1) { buffer_[0] = '\0'; } in InternalScopedString() function