/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | stringview-nullptr.cpp | 21 constexpr basic_string_view(const CharT *) {} in basic_string_view() 26 constexpr basic_string_view(const CharT *, size_t) {} in basic_string_view() 34 constexpr bool operator<(basic_string_view<CharT>, basic_string_view<CharT>) { in operator <() 38 constexpr bool operator<(type_identity_t<basic_string_view<CharT>>, in operator <() 43 constexpr bool operator<(basic_string_view<CharT>, in operator <() 44 type_identity_t<basic_string_view<CharT>>) { in operator <() 49 constexpr bool operator<=(basic_string_view<CharT>, basic_string_view<CharT>) { in operator <=() 53 constexpr bool operator<=(type_identity_t<basic_string_view<CharT>>, in operator <=() 58 constexpr bool operator<=(basic_string_view<CharT>, in operator <=() 59 type_identity_t<basic_string_view<CharT>>) { in operator <=() [all …]
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.cons/ |
H A D | from_iterator_sentinel.pass.cpp | 55 friend bool operator==(const CharT*, ThrowingSentinel) noexcept { return true; } in operator ==() 56 …friend std::iter_difference_t<const CharT*> operator-(const CharT*, ThrowingSentinel) noexcept { r… in operator -() 57 …friend std::iter_difference_t<const CharT*> operator-(ThrowingSentinel, const CharT*) { throw 42; } in operator -()
|
H A D | from_string.pass.cpp | 25 void test(const std::basic_string<CharT, Traits>& str) { in test()
|
/llvm-project/libcxx/test/std/re/re.submatch/re.submatch.members/ |
H A D | default.pass.cpp | 22 typedef char CharT; in main() typedef 29 typedef wchar_t CharT; in main() typedef
|
H A D | length.pass.cpp | 22 typedef char CharT; in main() typedef 34 typedef wchar_t CharT; in main() typedef
|
H A D | compare_value_type_ptr.pass.cpp | 22 typedef char CharT; in main() typedef 35 typedef wchar_t CharT; in main() typedef
|
H A D | compare_string_type.pass.cpp | 22 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
H A D | str.pass.cpp | 22 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
H A D | compare_sub_match.pass.cpp | 22 typedef char CharT; in main() typedef 39 typedef wchar_t CharT; in main() typedef
|
H A D | operator_string.pass.cpp | 22 typedef char CharT; in main() typedef 36 typedef wchar_t CharT; in main() typedef
|
H A D | swap.pass.cpp | 21 using CharT = char; in main() typedef 49 using CharT = wchar_t; in main() typedef
|
/llvm-project/libcxx/test/support/ |
H A D | make_string.h | 47 #define MKSTR_LEN(CharT, Str) MKSTR(Str).length((const CharT*)0) argument 91 #define MAKE_CSTRING(CharT, Str) \ argument 95 #define MAKE_STRING(CharT, Str) \ argument 99 #define MAKE_STRING_VIEW(CharT, Str) \ argument
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtstr/ |
H A D | parse.pass.cpp | 33 using CharT = typename StringViewT::value_type; test_parse() typedef 45 using CharT = typename StringViewT::value_type; test_formatters() typedef
|
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
H A D | formatter.string.pass.cpp | 43 using CharT = typename T::value_type; test() typedef 69 using CharT = typename StringT::value_type; test_termination_condition() typedef 103 using CharT = typename T::value_type; test_string_type() typedef [all...] |
H A D | formatter.bool.pass.cpp | 36 using CharT = typename StringT::value_type; test() typedef 61 using CharT = typename StringT::value_type; test_termination_condition() typedef [all...] |
H A D | formatter.unsigned_integral.pass.cpp | 44 using CharT = typename StringT::value_type; test() typedef 69 using CharT = typename StringT::value_type; test_termination_condition() typedef [all...] |
H A D | formatter.signed_integral.pass.cpp | 44 using CharT = typename StringT::value_type; test() typedef 69 using CharT = typename StringT::value_type; test_termination_condition() typedef [all...] |
H A D | formatter.pointer.pass.cpp | 42 using CharT = typename StringT::value_type; test() typedef 75 using CharT = typename StringT::value_type; test_termination_condition() typedef [all...] |
H A D | formatter.char.pass.cpp | 37 using CharT = typename StringT::value_type; test() typedef 62 using CharT = typename StringT::value_type; test_termination_condition() typedef [all...] |
/llvm-project/libcxx/test/std/time/time.syn/ |
H A D | formatter_tests.h | 37 template <class CharT, class... Args> in check() argument 47 check(const std::locale & loc,std::basic_string_view<CharT> expected,test_format_string<CharT,Args...> fmt,Args &&...args) check() argument [all...] |
/llvm-project/libcxx/benchmarks/ |
H A D | format_to.bench.cpp |
|
H A D | format_to_n.bench.cpp |
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | initializer_list.pass.cpp | 25 using CharT = typename S::value_type; in test() typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.cmp/ |
H A D | comparison.pass.cpp | 42 using CharT = typename T::value_type; in test() typedef
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.capacity/ |
H A D | capacity.pass.cpp | 53 typedef typename SV::value_type CharT; in test1() typedef
|