Searched refs:char_type (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/crypto/openssl/crypto/asn1/
H A Dcharmap.h22 static const unsigned short char_type[] = { variable
H A Dcharmap.pl113 static const unsigned short char_type[] = {
H A Da_strex.c91 chflgs = char_type[chtmp] & flags;
/freebsd-current/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h50 using char_type = _CharT;
56 static void assign(char_type&, const char_type&);
57 static bool eq(char_type, char_type);
58 static bool lt(char_type, char_type);
60 static int compare(const char_type*, const char_type*, size_t);
61 static size_t length(const char_type*);
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h41 typedef _CharT char_type; typedef in class:istreambuf_iterator
51 char_type __keep_;
53 _LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_(__s) {}
57 _LIBCPP_HIDE_FROM_ABI char_type operator*() const { return __keep_; }
75 _LIBCPP_HIDE_FROM_ABI char_type operator*() const { return static_cast<char_type>(__sbuf_->sgetc()); }
H A Dostream_iterator.h46 typedef _CharT char_type; typedef in class:ostream_iterator
52 const char_type* __delim_;
H A Dostreambuf_iterator.h44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
H A Distream_iterator.h43 typedef _CharT char_type; typedef in class:istream_iterator
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h35 typedef _CharT char_type; typedef in class:__stdinbuf
36 typedef char_traits<char_type> traits_type;
52 const codecvt<char_type, char, state_type>* __cv_;
85 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
143 char_type __1buf;
162 char_type __1buf;
164 char_type* __inxt;
187 __1buf = static_cast<char_type>(__extbuf[0]);
216 const char_type __ci = traits_type::to_char_type(__last_consumed_);
217 const char_type* __inx
243 typedef _CharT char_type; typedef in class:__stdoutbuf
[all...]
H A Dlocale.cpp627 const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* __hi2) const {
638 collate_byname<char>::string_type collate_byname<char>::do_transform(const char_type* lo, const char_type* hi) const {
671 const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* __hi
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h36 /// \pre \c __formattable<_Tp, typename _Context::char_type>
47 template <class _Context, same_as<typename _Context::char_type> _Tp>
53 requires(same_as<typename _Context::char_type, wchar_t> && same_as<_CharT, char>)
105 requires(same_as<typename _Context::char_type*, _Tp> || same_as<const typename _Context::char_type*, _Tp>)
112 requires(is_array_v<_Tp> && same_as<_Tp, typename _Context::char_type[extent_v<_Tp>]>)
119 requires(same_as<typename _Context::char_type, typename _Tp::value_type> &&
128 same_as<typename _Context::char_type, typename _Tp::value_type> &&
154 requires(!__formattable<_Tp, typename _Context::char_type>)
177 if constexpr (same_as<typename _Context::char_type, wchar_
[all...]
H A Dconcepts.h54 basic_format_parse_context<typename _Context::char_type> __pc) {
H A Dformat_parse_context.h29 using char_type = _CharT;
H A Dformat_arg.h156 using _CharT = typename _Context::char_type;
234 using char_type = typename _Context::char_type;
259 _LIBCPP_HIDE_FROM_ABI void format(basic_format_parse_context<char_type>& __parse_ctx, _Context& __ctx) const {
H A Dformat_context.h86 using char_type = _CharT;
157 using char_type = _CharT;
H A Dformat_functions.h117 using char_type = _CharT;
301 using _CharT = typename _ParseCtx::char_type;
302 static_assert(same_as<typename _Ctx::char_type, _CharT>);
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Distream_view.h114 requires derived_from<_UnCVRef, basic_istream<typename _UnCVRef::char_type,
117 noexcept(noexcept(basic_istream_view<_Tp, typename _UnCVRef::char_type,
119 -> decltype( basic_istream_view<_Tp, typename _UnCVRef::char_type,
121 { return basic_istream_view<_Tp, typename _UnCVRef::char_type,
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c45 #define tab_suffixof(i) ((char_type *)(zs->zs_htab))[i]
46 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
73 typedef u_char char_type; typedef
75 static char_type magic_header[] =
78 static char_type rmask[9] =
111 char_type zs_buf[BITS];
120 char_type *zs_stackp;
124 char_type zs_gbuf[BITS];
258 tab_suffixof(zs->u.r.zs_code) = (char_type) zs->u.r.zs_code;
337 char_type *b
[all...]
/freebsd-current/usr.bin/compress/
H A Dzopen.c79 typedef u_char char_type; typedef
80 static char_type magic_header[] =
120 char_type zs_buf[BITS];
129 char_type *zs_stackp;
133 char_type zs_gbuf[BITS];
185 #define tab_suffixof(i) ((char_type *)(htab))[i]
186 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
359 static char_type lmask[9] =
361 static char_type rmask[9] =
369 char_type *b
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp426 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \
427 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr) { \
431 #define INTERCEPTOR_STRTO_SRET(ret_type, func, char_type) \
432 INTERCEPTOR(void, func, ret_type *sret, const char_type *nptr, \
433 char_type **endptr) { \
437 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \
438 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
443 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c898 enum char_type { enum
952 enum char_type);
3777 const char *label, int leading_under, enum char_type char_type)
3786 if (char_type == A_CHAR)
3815 if (char_type == A_CHAR)
3822 if (char_type == A_CHAR)
3775 set_file_identifier(unsigned char *bp, int from, int to, enum vdc vdc, struct archive_write *a, struct vdd *vdd, struct archive_string *id, const char *label, int leading_under, enum char_type char_type) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1164 QualType char_type(ast.CharTy);
1167 char_type.addConst();
1169 return GetType(ast.getPointerType(char_type));

Completed in 317 milliseconds