/llvm-project/llvm/include/llvm/Support/ |
H A D | SmallVectorMemoryBuffer.h | 41 : SV(std::move(SV)), BufferName(std::string(Name)) { in SV() function
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.template/ |
H A D | starts_with.char.pass.cpp | 23 typedef std::string_view SV; in main() typedef 37 typedef std::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
|
H A D | ends_with.char.pass.cpp | 23 typedef std::string_view SV; in main() typedef 37 typedef std::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
|
H A D | ends_with.ptr.pass.cpp | 23 typedef std::string_view SV; in main() typedef 62 typedef std::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
|
H A D | starts_with.ptr.pass.cpp | 23 typedef std::string_view SV; in main() typedef 62 typedef std::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
|
H A D | ends_with.string_view.pass.cpp | 23 typedef std::string_view SV; in main() typedef 65 typedef std::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
|
H A D | starts_with.string_view.pass.cpp | 23 typedef std::string_view SV; in main() typedef 65 typedef std::basic_string_view<char, constexpr_char_traits<char>> SV; in main() typedef
|
H A D | contains.char.pass.cpp | 21 using SV = std::string_view; in test() typedef
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.modifiers/ |
H A D | remove_prefix.pass.cpp | 22 typedef std::basic_string_view<CharT> SV; test() typedef 43 typedef std::basic_string_view<char> SV; test_ce() typedef
|
H A D | remove_suffix.pass.cpp | 22 typedef std::basic_string_view<CharT> SV; test() typedef 43 typedef std::basic_string_view<char> SV; test_ce() typedef
|
H A D | swap.pass.cpp | 22 typedef std::basic_string_view<CharT> SV; test() typedef 40 typedef std::basic_string_view<char> SV; test_ce() typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
H A D | T_size_size.pass.cpp | 63 typedef std::string_view SV; in test_string() typedef 95 typedef std::string_view SV; in test() typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | T_size_size.pass.cpp | 62 typedef std::string_view SV; in test_string() typedef 98 typedef std::string_view SV; in test() typedef
|
/llvm-project/libcxx/test/support/ |
H A D | format.functions.common.h | 27 #define SV( global() macro
|
/llvm-project/libcxx/test/std/utilities/format/format.fmt.string/ |
H A D | get.pass.cpp | 31 #define SV(S) MAKE_STRING_VIEW(CharT, S) macro
|
/llvm-project/libcxx/test/std/input.output/string.streams/ |
H A D | helper_string_macros.h | 16 #define SV(S) std::basic_string_view<CharT, TraitsT>(MAKE_CSTRING(CharT, S), MKSTR_LEN(CharT, S)) macro
|
/llvm-project/libcxx/test/std/utilities/format/format.tuple/ |
H A D | set_brackets.pass.cpp | 29 #define SV( global() macro
|
H A D | set_separator.pass.cpp | 29 #define SV( global() macro
|
/llvm-project/libcxx/test/std/utilities/format/format.functions/ |
H A D | fill.unicode.pass.cpp | 32 #define SV( global() macro [all...] |
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/ |
H A D | from_string.pass.cpp | 26 typedef std::basic_string_view<CharT, Traits> SV; in test() typedef
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.access/ |
H A D | front.pass.cpp | 22 typedef std::basic_string_view<CharT> SV; in test() typedef
|
H A D | back.pass.cpp | 22 typedef std::basic_string_view<CharT> SV; in test() typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
H A D | T_size_size.pass.cpp | 84 typedef std::basic_string_view<char, std::char_traits<char> > SV; in test_string() typedef 123 typedef std::string_view SV; in test() typedef
|
H A D | string_view_assignment.pass.cpp | 33 typedef std::string_view SV; in test_string() typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op!=/ |
H A D | string_view_string.pass.cpp | 26 typedef std::string_view SV; in test_string() typedef
|