Home
last modified time | relevance | path

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

/freebsd-src/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() argument
119 requires(same_as<typename _Context::char_type, typename _Tp::value_type> && in requires() argument
128 same_as<typename _Context::char_type, typename _Tp::value_type> && in requires() argument
[all...]
H A Dformat_context.h86 using char_type = _CharT; _LIBCPP_PREFERRED_NAME() local
157 using char_type = _CharT; global() variable
/freebsd-src/crypto/openssl/crypto/asn1/
H A Dcharmap.h22 static const unsigned short char_type[] = { variable
/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Distream_iterator.h43 typedef _CharT char_type; typedef
H A Dostreambuf_iterator.h44 typedef _CharT char_type; typedef
H A Dostream_iterator.h46 typedef _CharT char_type; typedef
H A Distreambuf_iterator.h41 typedef _CharT char_type; typedef
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h35 typedef _CharT char_type; typedef
243 typedef _CharT char_type; typedef
/freebsd-src/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h84 using char_type = _CharT; global() member
[all...]
/freebsd-src/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 INTERCEPTOR_STRTO_SRET_LOC(ret_type,func,char_type) global() argument
455 INTERCEPTOR_STRTO_BASE_LOC(ret_type,func,char_type) global() argument
462 INTERCEPTORS_STRTO(ret_type,func,char_type) global() argument
466 INTERCEPTORS_STRTO_SRET(ret_type,func,char_type) global() argument
470 INTERCEPTORS_STRTO_BASE(ret_type,func,char_type) global() argument
475 INTERCEPTORS_STRTO(ret_type,func,char_type) global() argument
481 INTERCEPTORS_STRTO_SRET(ret_type,func,char_type) global() argument
487 INTERCEPTORS_STRTO_BASE(ret_type,func,char_type) global() argument
584 INTERCEPTOR_STRFTIME_BODY(char_type,ret_type,func,s,...) global() argument
[all...]
/freebsd-src/usr.bin/gzip/
H A Dzuncompress.c73 typedef u_char char_type; typedef
/freebsd-src/usr.bin/compress/
H A Dzopen.c79 typedef u_char char_type; typedef
[all...]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c898 enum char_type { enum
3777 const char *label, int leading_under, enum char_type char_type) in set_file_identifier() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1164 QualType char_type(ast.CharTy); GetCStringType() local