Home
last modified time | relevance | path

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

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