Home
last modified time | relevance | path

Searched defs:CharT (Results 1 – 25 of 74) sorted by relevance

123

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp21 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 Dfrom_iterator_sentinel.pass.cpp55 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 Dfrom_string.pass.cpp25 void test(const std::basic_string<CharT, Traits>& str) { in test()
/llvm-project/libcxx/test/std/re/re.submatch/re.submatch.members/
H A Ddefault.pass.cpp22 typedef char CharT; in main() typedef
29 typedef wchar_t CharT; in main() typedef
H A Dlength.pass.cpp22 typedef char CharT; in main() typedef
34 typedef wchar_t CharT; in main() typedef
H A Dcompare_value_type_ptr.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
H A Dcompare_string_type.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
H A Dstr.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
H A Dcompare_sub_match.pass.cpp22 typedef char CharT; in main() typedef
39 typedef wchar_t CharT; in main() typedef
H A Doperator_string.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
H A Dswap.pass.cpp21 using CharT = char; in main() typedef
49 using CharT = wchar_t; in main() typedef
/llvm-project/libcxx/test/support/
H A Dmake_string.h47 #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 Dparse.pass.cpp33 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 Dformatter.string.pass.cpp43 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 Dformatter.bool.pass.cpp36 using CharT = typename StringT::value_type; test() typedef
61 using CharT = typename StringT::value_type; test_termination_condition() typedef
[all...]
H A Dformatter.unsigned_integral.pass.cpp44 using CharT = typename StringT::value_type; test() typedef
69 using CharT = typename StringT::value_type; test_termination_condition() typedef
[all...]
H A Dformatter.signed_integral.pass.cpp44 using CharT = typename StringT::value_type; test() typedef
69 using CharT = typename StringT::value_type; test_termination_condition() typedef
[all...]
H A Dformatter.pointer.pass.cpp42 using CharT = typename StringT::value_type; test() typedef
75 using CharT = typename StringT::value_type; test_termination_condition() typedef
[all...]
H A Dformatter.char.pass.cpp37 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 Dformatter_tests.h37 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 Dformat_to.bench.cpp
H A Dformat_to_n.bench.cpp
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
H A Dinitializer_list.pass.cpp25 using CharT = typename S::value_type; in test() typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.nonmembers/string.cmp/
H A Dcomparison.pass.cpp42 using CharT = typename T::value_type; in test() typedef
/llvm-project/libcxx/test/std/strings/string.view/string.view.capacity/
H A Dcapacity.pass.cpp53 typedef typename SV::value_type CharT; in test1() typedef

123