Home
last modified time | relevance | path

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 Dalignof.compile.pass.cpp51 using small_string = std::basic_string<CharT, std::char_traits<CharT>, small_iter_allocator<CharT>>; typedef
H A Dsizeof.compile.pass.cpp49 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 Dstrtol_test.cpp169 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local
H A Dstrtoull_test.cpp169 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local
H A Dstrtoul_test.cpp161 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local
H A Dstrtoll_test.cpp193 char small_string[4] = {'\0', '\0', '\0', '\0'}; in TEST() local