Home
last modified time | relevance | path

Searched refs:CharT (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/benchmarks/
Dstd_format_spec_string_unicode.bench.cpp16 # 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 …]
Dformat_to.bench.cpp21 #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 …]
Dformat_to_n.bench.cpp21 #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 …]
Dformat.bench.cpp15 #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()
Dformatted_size.bench.cpp15 #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/
DEndian.h82 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/
DCharInfo.h174 template <EscapeChar Opt, class CharT>
175 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef {
DAttrDocs.td4643 template <class CharT>
4667 template <class CharT>
/openbsd/src/gnu/llvm/libcxx/include/
Dranges280 template<movable Val, class CharT, class Traits = char_traits<CharT>>
Dstreambuf138 "traits_type::char_type must be the same type as CharT");
Dios619 "traits_type::char_type must be the same type as CharT");
D__locale347 // template <class CharT> class collate_byname;
791 // template <class CharT> class ctype_byname;
Dvector3325 template <class _Tp, class CharT>
3328 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter<_Tp, CharT> {
3330 formatter<bool, CharT> __underlying_;
Dlocale255 // __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
Dstring_view280 "traits_type::char_type must be the same type as CharT");
Dstring677 "traits_type::char_type must be the same type as CharT");
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp5628 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()