Searched refs:CharT (Results 1 – 17 of 17) sorted by relevance
| /openbsd/src/gnu/llvm/libcxx/benchmarks/ |
| D | std_format_spec_string_unicode.bench.cpp | 16 # define SV(S) MAKE_STRING_VIEW(CharT, S) 20 template <class CharT> 21 std::basic_string_view<CharT> ascii_text() { in ascii_text() 79 template <class CharT> 80 std::basic_string_view<CharT> unicode_text() { in unicode_text() 130 template <class CharT> 131 std::basic_string_view<CharT> cyrillic_text() { in cyrillic_text() 163 template <class CharT> 164 std::basic_string_view<CharT> japanese_text() { in japanese_text() 180 template <class CharT> [all …]
|
| D | format_to.bench.cpp | 21 #define CSTR(S) MAKE_CSTRING(CharT, S) 27 using CharT = typename Container::value_type; in BM_format_to_string_back_inserter() typedef 29 auto str = std::basic_string<CharT>(size, CharT('*')); in BM_format_to_string_back_inserter() 35 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_string_back_inserter() 42 using CharT = typename Container::value_type; in BM_format_to_string_begin() typedef 44 auto str = std::basic_string<CharT>(size, CharT('*')); in BM_format_to_string_begin() 46 Container output(size, CharT('-')); in BM_format_to_string_begin() 50 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_string_begin() 55 template <class CharT> 58 auto str = std::basic_string<CharT>(size, CharT('*')); in BM_format_to_string_span() [all …]
|
| D | format_to_n.bench.cpp | 21 #define CSTR(S) MAKE_CSTRING(CharT, S) 27 using CharT = typename Container::value_type; in BM_format_to_n_string_back_inserter() typedef 29 auto str = std::basic_string<CharT>(2 * size, CharT('*')); in BM_format_to_n_string_back_inserter() 35 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_n_string_back_inserter() 42 using CharT = typename Container::value_type; in BM_format_to_n_string_begin() typedef 44 auto str = std::basic_string<CharT>(2 * size, CharT('*')); in BM_format_to_n_string_begin() 46 Container output(size, CharT('-')); in BM_format_to_n_string_begin() 50 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_to_n_string_begin() 55 template <class CharT> 58 auto str = std::basic_string<CharT>(2 * size, CharT('*')); in BM_format_to_n_string_span() [all …]
|
| D | format.bench.cpp | 15 #define CSTR(S) MAKE_CSTRING(CharT, S) 17 template <class CharT> 20 std::basic_string<CharT> str(size, CharT('*')); in BM_format_string() 25 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_format_string()
|
| D | formatted_size.bench.cpp | 15 #define CSTR(S) MAKE_CSTRING(CharT, S) 17 template <class CharT> 20 std::basic_string<CharT> str(size, CharT('*')); in BM_formatted_size_string() 25 state.SetBytesProcessed(state.iterations() * size * sizeof(CharT)); in BM_formatted_size_string()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | Endian.h | 82 template <typename value_type, std::size_t alignment, typename CharT> 83 inline value_type readNext(const CharT *&memory, endianness endian) { in readNext() 90 typename CharT> 91 inline value_type readNext(const CharT *&memory) { in readNext() 92 return readNext<value_type, alignment, CharT>(memory, endian); in readNext()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | CharInfo.h | 174 template <EscapeChar Opt, class CharT> 175 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef {
|
| D | AttrDocs.td | 4643 template <class CharT> 4667 template <class CharT>
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | ranges | 280 template<movable Val, class CharT, class Traits = char_traits<CharT>>
|
| D | streambuf | 138 "traits_type::char_type must be the same type as CharT");
|
| D | ios | 619 "traits_type::char_type must be the same type as CharT");
|
| D | __locale | 347 // template <class CharT> class collate_byname; 791 // template <class CharT> class ctype_byname;
|
| D | vector | 3325 template <class _Tp, class CharT> 3328 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter<_Tp, CharT> { 3330 formatter<bool, CharT> __underlying_;
|
| D | locale | 255 // __b will be incremented (visibly), consuming CharT until a match is found 257 // If one keyword is a prefix of another, and the next CharT in the input 308 // While there might be a match, test keywords against the next CharT 311 // Peek at the next CharT but don't consume it
|
| D | string_view | 280 "traits_type::char_type must be the same type as CharT");
|
| D | string | 677 "traits_type::char_type must be the same type as CharT");
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | locale.cpp | 5628 template <class CharT> 5630 : public ctype_byname<CharT> 5633 : ctype_byname<CharT>(nm, 1) {} in __time_get_temp() 5635 : ctype_byname<CharT>(nm, 1) {} in __time_get_temp()
|