Home
last modified time | relevance | path

Searched defs:char_type (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h53 requires(same_as<typename _Context::char_type, wchar_t> && same_as<_CharT, char>) in requires()
119 requires(same_as<typename _Context::char_type, typename _Tp::value_type> && in requires()
128 same_as<typename _Context::char_type, typename _Tp::value_type> && in requires()
H A Dformat_context.h85 using char_type = _CharT; in _LIBCPP_PREFERRED_NAME() local
159 using char_type = _CharT; variable
/freebsd/crypto/openssl/crypto/asn1/
H A Dcharmap.h22 static const unsigned short char_type[] = { variable
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Distream_iterator.h42 typedef _CharT char_type; global() typedef
H A Dostream_iterator.h44 typedef _CharT char_type; global() typedef
H A Dostreambuf_iterator.h43 typedef _CharT char_type; global() typedef
H A Distreambuf_iterator.h41 typedef _CharT char_type; typedef
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h38 typedef _CharT char_type; global() typedef
280 typedef _CharT char_type; global() typedef
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h43 typedef _CharT char_type; typedef
50 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 explicit basic_ostream(basic_streambuf<char_type, traits_typ… in basic_ostream()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp426 #define INTERCEPTOR_STRTO(ret_type, func, char_type) \ argument
431 #define INTERCEPTOR_STRTO_SRET(ret_type, func, char_type) \ argument
437 #define INTERCEPTOR_STRTO_BASE(ret_type, func, char_type) \ argument
443 #define INTERCEPTOR_STRTO_LOC(ret_type, func, char_type) \ argument
449 #define INTERCEPTOR_STRTO_SRET_LOC(ret_type, func, char_type) \ argument
455 #define INTERCEPTOR_STRTO_BASE_LOC(ret_type, func, char_type) \ argument
462 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
466 #define INTERCEPTORS_STRTO_SRET(ret_type, func, char_type) \ argument
470 #define INTERCEPTORS_STRTO_BASE(ret_type, func, char_type) \ argument
475 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
[all …]
/freebsd/usr.bin/gzip/
H A Dzuncompress.c73 typedef u_char char_type; typedef
/freebsd/usr.bin/compress/
H A Dzopen.c79 typedef u_char char_type; typedef
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c898 enum char_type { enum
3782 const char *label, int leading_under, enum char_type char_type) in set_file_identifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1106 QualType char_type(ast.CharTy); in GetCStringType() local