| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | cpp_type_traits.h | 102 { typedef __false_type __type; }; typedef 106 { typedef __true_type __type; }; 114 typedef typename __truth_type<__value>::__type __type; 122 typedef __false_type __type; 129 typedef __true_type __type; 137 typedef __false_type __type; 144 typedef __true_type __type; 154 typedef __false_type __type; 164 typedef __true_type __type; 171 typedef __true_type __type; [all …]
|
| H A D | streambuf_iterator.h | 66 ostreambuf_iterator<_CharT2> >::__type in _GLIBCXX_BEGIN_NAMESPACE() 72 _CharT2*>::__type in _GLIBCXX_BEGIN_NAMESPACE() 78 istreambuf_iterator<_CharT2> >::__type in _GLIBCXX_BEGIN_NAMESPACE() 222 ostreambuf_iterator<_CharT2> >::__type 283 ostreambuf_iterator<_CharT> >::__type 300 ostreambuf_iterator<_CharT> >::__type 312 ostreambuf_iterator<_CharT> >::__type 324 _CharT*>::__type 359 istreambuf_iterator<_CharT> >::__type
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | cmath | 343 inline typename __promote<_Tp>::__type 346 typedef typename __promote<_Tp>::__type __type; 347 return acosh(__type(__x)); 361 inline typename __promote<_Tp>::__type 364 typedef typename __promote<_Tp>::__type __type; 365 return asinh(__type(__x)); 378 std::tr1::__promote_2<_Tp, _Up>::__type>::__type 381 typedef typename std::tr1::__promote_2<_Tp, _Up>::__type __type; 382 return std::atan2(__type(__y), __type(__x)); 398 inline typename __promote<_Tp>::__type [all …]
|
| H A D | common.h | 46 { typedef double __type; }; typedef 50 { typedef _Tp __type; }; 56 typedef typename __promote<_Tp>::__type __type1; 57 typedef typename __promote<_Up>::__type __type2; 60 typedef __typeof__(__type1() + __type2()) __type; 67 typedef typename __promote<_Tp>::__type __type1; 68 typedef typename __promote<_Up>::__type __type2; 69 typedef typename __promote<_Vp>::__type __type3; 72 typedef __typeof__(__type1() + __type2() + __type3()) __type;
|
| H A D | complex | 310 typedef std::complex<typename __promote_2<_Tp, _Up>::__type> __type; 317 typedef std::complex<typename __promote_2<_Tp, _Up>::__type> __type; 324 typedef std::complex<typename __promote_2<_Tp, _Up>::__type> __type; 331 inline typename __promote<_Tp>::__type 334 typedef typename __promote<_Tp>::__type __type; 335 return std::arg(std::complex<__type>(__x)); 341 inline std::complex<typename __promote<_Tp>::__type> 348 inline typename __promote<_Tp>::__type 355 inline typename __promote<_Tp>::__type 358 typedef typename __promote<_Tp>::__type __type; [all …]
|
| H A D | repeat.h | 125 #define _GLIBCXX_TEMPLATE_ARGS_STRIPPED typename __strip_reference_wrapper<_T1>::__type 183 …TRIPPED typename __strip_reference_wrapper<_T1>::__type, typename __strip_reference_wrapper<_T2>::… 240 …reference_wrapper<_T1>::__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_… 297 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 354 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 411 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 468 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 525 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 582 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::… 640 …__type, typename __strip_reference_wrapper<_T2>::__type, typename __strip_reference_wrapper<_T3>::…
|
| H A D | tuple_iterate.h | 158 typename __stripped_tuple_type<_GLIBCXX_TEMPLATE_ARGS>::__type 162 __type(_GLIBCXX_ARGS);
|
| H A D | functional_iterate.h | 127 typename result_of<_Functor(_GLIBCXX_TEMPLATE_ARGS)>::type>::__type 140 >::__type 153 >::__type 670 … typename __gnu_cxx::__enable_if<!is_integral<_Functor>::value, _Useless>::__type = _Useless()); 724 typename __gnu_cxx::__enable_if<!is_integral<_Functor>::value, function&>::__type 842 typename __gnu_cxx::__enable_if<!is_integral<_Functor>::value, _Useless>::__type)
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | type_traits.h | 53 { typedef _Tp __type; }; 59 { typedef _Iftrue __type; }; 63 { typedef _Iffalse __type; }; 74 typedef typename __if_type::__type __type; 79 { typedef unsigned char __type; }; 83 { typedef unsigned char __type; }; 87 { typedef unsigned short __type; }; 91 { typedef unsigned int __type; }; 95 { typedef unsigned long __type; }; 99 { typedef unsigned long long __type; }; [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__format/ |
| H A D | parser_std_format_spec.h | 166 enum class _LIBCPP_ENUM_VIS __type : uint8_t { enum 193 __type __type_; 344 __type __type_{__type::__default}; 522 __type_ = __type::__hexfloat_upper_case; in __parse_type() 525 __type_ = __type::__binary_upper_case; in __parse_type() 528 __type_ = __type::__scientific_upper_case; in __parse_type() 531 __type_ = __type::__fixed_upper_case; in __parse_type() 534 __type_ = __type::__general_upper_case; in __parse_type() 537 __type_ = __type::__hexadecimal_upper_case; in __parse_type() 540 __type_ = __type::__hexfloat_lower_case; in __parse_type() [all …]
|
| H A D | formatter_bool.h | 50 case __format_spec::__type::__default: 51 case __format_spec::__type::__string: 54 case __format_spec::__type::__binary_lower_case: 55 case __format_spec::__type::__binary_upper_case: 56 case __format_spec::__type::__octal: 57 case __format_spec::__type::__decimal: 58 case __format_spec::__type::__hexadecimal_lower_case: 59 case __format_spec::__type::__hexadecimal_upper_case:
|
| H A D | range_formatter.h | 82 if (__parser_.__type_ != __format_spec::__type::__default) { in parse() 87 if (__parser_.__type_ == __format_spec::__type::__string) in parse() 92 if (__parser_.__type_ == __format_spec::__type::__string) in parse() 154 case __format_spec::__type::__string: in __format_range() 155 case __format_spec::__type::__debug: in __format_range() 156 …return __format_as_string(__range, __ctx, __specs.__std_.__type_ == __format_spec::__type::__debug… in __format_range() 227 __parser_.__type_ = __format_spec::__type::__string; in __parse_type() 238 __parser_.__type_ = __format_spec::__type::__debug; in __parse_type()
|
| H A D | formatter_floating_point.h | 453 __format_spec::__type __type) { 455 switch (__type) { 456 case __format_spec::__type::__default: 462 case __format_spec::__type::__hexfloat_lower_case: 466 case __format_spec::__type::__hexfloat_upper_case: 470 case __format_spec::__type::__scientific_lower_case: 473 case __format_spec::__type::__scientific_upper_case: 476 case __format_spec::__type::__fixed_lower_case: 477 case __format_spec::__type::__fixed_upper_case: 480 case __format_spec::__type::__general_lower_case: [all …]
|
| H A D | formatter_char.h | 44 …if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::_… 48 if (__parser_.__type_ == __format_spec::__type::__debug) 70 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format()
|
| H A D | formatter_integral.h | 255 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]] 266 case __format_spec::__type::__binary_lower_case: { 270 case __format_spec::__type::__binary_upper_case: { 274 case __format_spec::__type::__octal: { 280 case __format_spec::__type::__default: 281 case __format_spec::__type::__decimal: { 286 case __format_spec::__type::__hexadecimal_lower_case: { 290 case __format_spec::__type::__hexadecimal_upper_case: {
|
| H A D | formatter_string.h | 44 if (__parser_.__type_ == __format_spec::__type::__debug) 52 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format() 70 if (_Base::__parser_.__type_ == __format_spec::__type::__debug)
|
| H A D | format_functions.h | 151 constexpr void __compile_time_validate_integral(__arg_t __type) { in __compile_time_validate_integral() argument 152 switch (__type) { in __compile_time_validate_integral() 191 __arg_t __type) { in __compile_time_visit_format_arg() argument 192 switch (__type) { in __compile_time_visit_format_arg() 260 __arg_t __type = __ctx.arg(__r.__value); in __handle_replacement_field() local 261 if (__type == __arg_t::__none) in __handle_replacement_field() 263 else if (__type == __arg_t::__handle) in __handle_replacement_field() 266 __format::__compile_time_visit_format_arg(__parse_ctx, __ctx, __type); in __handle_replacement_field()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
| H A D | std_cmath.h | 112 double>::__type 128 double>::__type 144 double>::__type 161 double>::__type 177 double>::__type 193 double>::__type 209 double>::__type 225 double>::__type 241 double>::__type 257 double>::__type [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | invpcidintrin.h | 19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid() argument 20 __builtin_ia32_invpcid(__type, __descriptor); in _invpcid()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| H A D | cxxabi.h | 129 const std::type_info *__type) in __pbase_type_info() argument 130 : std::type_info (__n), __flags (__quals), __pointee (__type) in __pbase_type_info() 164 const std::type_info *__type) in __pointer_type_info() argument 165 : __pbase_type_info (__n, __quals, __type) in __pointer_type_info() 194 const std::type_info *__type, in __pointer_to_member_type_info() argument 196 : __pbase_type_info (__n, __quals, __type), __context (__klass) in __pointer_to_member_type_info()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | cxxabi.h | 217 const std::type_info* __type) in __pbase_type_info() argument 218 : std::type_info(__n), __flags(__quals), __pointee(__type) in __pbase_type_info() 256 const std::type_info* __type) in __pointer_type_info() argument 257 : __pbase_type_info (__n, __quals, __type) { } in __pointer_type_info() 283 const std::type_info* __type, in __pointer_to_member_type_info() argument 285 : __pbase_type_info(__n, __quals, __type), __context(__klass) { } in __pointer_to_member_type_info()
|
| /openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
| H A D | common_reference.h | 52 using __common_ref_t = typename __common_ref<_Xp, _Yp>::__type; 64 using __type = __cv_cond_res<_Xp, _Yp>; 81 using __type = __common_ref_C<_Xp, _Yp>; 95 using __type = __common_ref_D<_Xp, _Yp>;
|
| /openbsd-src/gnu/gcc/fixincludes/tests/base/ |
| H A D | stdio.h | 91 extern FILE *fopen( const char *__filename, const char *__type ); 100 extern FILE * fdopen( int __filedes, const char *__type );
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | standard_policies.hpp | 99 pb_ds::hash_prime_size_policy>::__type 134 size_type> >::__type
|
| /openbsd-src/gnu/llvm/libcxx/include/__compare/ |
| H A D | common_comparison_category.h | 52 for (auto __type : __types) in __compute_comp_type() local 53 ++__seen[__type]; in __compute_comp_type()
|