Home
last modified time | relevance | path

Searched defs:small_string (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/libcxx/strings/basic.string/
H A Dalignof.compile.pass.cpp51 using small_string = std::basic_string<CharT, std::char_traits<CharT>, small_iter_allocator<CharT>>; global() typedef
[all...]
H A Dsizeof.compile.pass.cpp49 using small_string = std::basic_string<CharT, std::char_traits<CharT>, small_iter_allocator<CharT> >; global() typedef
[all...]
/llvm-project/libc/test/src/stdlib/
H A DStrtolTest.h207 ASSERT_EQ(func(small_string, nullptr, base), in DecodeInOtherBases() local
[all...]