Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc330 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h555 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h559 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h613 InternalScopedString() : buffer_(1) { buffer_[0] = '\0'; } in InternalScopedString() function