/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_arg_store.h | 53 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 D | format_context.h | 85 using char_type = _CharT; in _LIBCPP_PREFERRED_NAME() local 159 using char_type = _CharT; variable
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | charmap.h | 22 static const unsigned short char_type[] = { variable
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | istream_iterator.h | 42 typedef _CharT char_type; global() typedef
|
H A D | ostream_iterator.h | 44 typedef _CharT char_type; global() typedef
|
H A D | ostreambuf_iterator.h | 43 typedef _CharT char_type; global() typedef
|
H A D | istreambuf_iterator.h | 41 typedef _CharT char_type; typedef
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | std_stream.h | 38 typedef _CharT char_type; global() typedef 280 typedef _CharT char_type; global() typedef [all...] |
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 43 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 D | msan_interceptors.cpp | 426 #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 D | zuncompress.c | 73 typedef u_char char_type; typedef
|
/freebsd/usr.bin/compress/ |
H A D | zopen.c | 79 typedef u_char char_type; typedef
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_iso9660.c | 898 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 D | TypeSystemClang.cpp | 1106 QualType char_type(ast.CharTy); in GetCStringType() local
|