Searched defs:small_string (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/libcxx/strings/basic.string/ |
| H A D | alignof.compile.pass.cpp | 51 using small_string = std::basic_string<CharT, std::char_traits<CharT>, small_iter_allocator<CharT>>; typedef
|
| H A D | sizeof.compile.pass.cpp | 49 using small_string = std::basic_string<CharT, std::char_traits<CharT>, small_iter_allocator<CharT> … typedef
|
| /llvm-project-15.0.7/libc/test/src/stdlib/ |
| H A D | strtol_test.cpp | 169 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local
|
| H A D | strtoull_test.cpp | 169 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local
|
| H A D | strtoul_test.cpp | 161 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local
|
| H A D | strtoll_test.cpp | 193 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local
|