Home
last modified time | relevance | path

Searched defs:SV (Results 1 – 25 of 249) sorted by relevance

12345678910

/llvm-project/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h41 : SV(std::move(SV)), BufferName(std::string(Name)) { in SV() function
/llvm-project/libcxx/test/std/strings/string.view/string.view.template/
H A Dstarts_with.char.pass.cpp23 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 Dends_with.char.pass.cpp23 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 Dends_with.ptr.pass.cpp23 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 Dstarts_with.ptr.pass.cpp23 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 Dends_with.string_view.pass.cpp23 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 Dstarts_with.string_view.pass.cpp23 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 Dcontains.char.pass.cpp21 using SV = std::string_view; in test() typedef
/llvm-project/libcxx/test/std/strings/string.view/string.view.modifiers/
H A Dremove_prefix.pass.cpp22 typedef std::basic_string_view<CharT> SV; test() typedef
43 typedef std::basic_string_view<char> SV; test_ce() typedef
H A Dremove_suffix.pass.cpp22 typedef std::basic_string_view<CharT> SV; test() typedef
43 typedef std::basic_string_view<char> SV; test_ce() typedef
H A Dswap.pass.cpp22 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 DT_size_size.pass.cpp63 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 DT_size_size.pass.cpp62 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 Dformat.functions.common.h27 #define SV( global() macro
/llvm-project/libcxx/test/std/utilities/format/format.fmt.string/
H A Dget.pass.cpp31 #define SV(S) MAKE_STRING_VIEW(CharT, S) macro
/llvm-project/libcxx/test/std/input.output/string.streams/
H A Dhelper_string_macros.h16 #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 Dset_brackets.pass.cpp29 #define SV( global() macro
H A Dset_separator.pass.cpp29 #define SV( global() macro
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dfill.unicode.pass.cpp32 #define SV( global() macro
[all...]
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_string.pass.cpp26 typedef std::basic_string_view<CharT, Traits> SV; in test() typedef
/llvm-project/libcxx/test/std/strings/string.view/string.view.access/
H A Dfront.pass.cpp22 typedef std::basic_string_view<CharT> SV; in test() typedef
H A Dback.pass.cpp22 typedef std::basic_string_view<CharT> SV; in test() typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A DT_size_size.pass.cpp84 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 Dstring_view_assignment.pass.cpp33 typedef std::string_view SV; in test_string() typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string_op!=/
H A Dstring_view_string.pass.cpp26 typedef std::string_view SV; in test_string() typedef

12345678910