/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | cpp_type_traits.h | 89 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; in _GLIBCXX_VISIBILITY() 90 typedef typename __truth_type<__value>::__type __type; in _GLIBCXX_VISIBILITY() 97 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 104 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 112 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 119 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 129 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 140 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 147 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 154 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() [all …]
|
H A D | stl_numeric.h | 88 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) in _GLIBCXX_VISIBILITY() 99 *__first = __value; in _GLIBCXX_VISIBILITY() 100 ++__value; in _GLIBCXX_VISIBILITY() 269 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 270 *__result = __value; in _GLIBCXX_VISIBILITY() 273 __value = _GLIBCXX_MOVE_IF_20(__value) + *__first; in _GLIBCXX_VISIBILITY() 274 *++__result = __value; in _GLIBCXX_VISIBILITY() 311 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 312 *__result = __value; in _GLIBCXX_VISIBILITY() 315 __value = __binary_op(_GLIBCXX_MOVE_IF_20(__value), *__first); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | charconv.h | 47 __to_chars_len(_Tp __value, int __base = 10) noexcept in _GLIBCXX_VISIBILITY() 58 if (__value < (unsigned)__base) return __n; in _GLIBCXX_VISIBILITY() 59 if (__value < __b2) return __n + 1; in _GLIBCXX_VISIBILITY() 60 if (__value < __b3) return __n + 2; in _GLIBCXX_VISIBILITY() 61 if (__value < __b4) return __n + 3; in _GLIBCXX_VISIBILITY() 62 __value /= __b4; in _GLIBCXX_VISIBILITY()
|
H A D | stl_algobase.h | 175 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value in _GLIBCXX_VISIBILITY() 176 && __are_same<_ValueType1&, _ReferenceType1>::__value in _GLIBCXX_VISIBILITY() 177 && __are_same<_ValueType2&, _ReferenceType2>::__value>:: in _GLIBCXX_VISIBILITY() 443 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY() 449 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY() 455 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY() 471 return std::__copy_move<_IsMove, __memcpyable<_OI, _II>::__value, in _GLIBCXX_VISIBILITY() 498 __is_random_access_iter<_II>::__value, in _GLIBCXX_VISIBILITY() 568 return std::__copy_move_a<__is_move_iterator<_II>::__value> in _GLIBCXX_VISIBILITY() 708 __memcpyable<_BI2, _BI1>::__value, in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | cpp_type_traits.h | 89 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; in _GLIBCXX_VISIBILITY() 90 typedef typename __truth_type<__value>::__type __type; in _GLIBCXX_VISIBILITY() 97 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 104 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 112 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 119 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 129 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 140 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 147 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 154 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() [all …]
|
H A D | stl_numeric.h | 88 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) in _GLIBCXX_VISIBILITY() 99 *__first = __value; in _GLIBCXX_VISIBILITY() 100 ++__value; in _GLIBCXX_VISIBILITY() 269 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 270 *__result = __value; in _GLIBCXX_VISIBILITY() 273 __value = _GLIBCXX_MOVE_IF_20(__value) + *__first; in _GLIBCXX_VISIBILITY() 274 *++__result = __value; in _GLIBCXX_VISIBILITY() 311 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 312 *__result = __value; in _GLIBCXX_VISIBILITY() 315 __value = __binary_op(_GLIBCXX_MOVE_IF_20(__value), *__first); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | charconv.h | 47 __to_chars_len(_Tp __value, int __base = 10) noexcept in _GLIBCXX_VISIBILITY() 58 if (__value < (unsigned)__base) return __n; in _GLIBCXX_VISIBILITY() 59 if (__value < __b2) return __n + 1; in _GLIBCXX_VISIBILITY() 60 if (__value < __b3) return __n + 2; in _GLIBCXX_VISIBILITY() 61 if (__value < __b4) return __n + 3; in _GLIBCXX_VISIBILITY() 62 __value /= __b4; in _GLIBCXX_VISIBILITY()
|
H A D | stl_algobase.h | 175 std::__iter_swap<__are_same<_ValueType1, _ValueType2>::__value in _GLIBCXX_VISIBILITY() 176 && __are_same<_ValueType1&, _ReferenceType1>::__value in _GLIBCXX_VISIBILITY() 177 && __are_same<_ValueType2&, _ReferenceType2>::__value>:: in _GLIBCXX_VISIBILITY() 463 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY() 469 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY() 475 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY() 482 __is_char<_CharT>::__value, in _GLIBCXX_VISIBILITY() 500 return std::__copy_move<_IsMove, __memcpyable<_OI, _II>::__value, in _GLIBCXX_VISIBILITY() 520 __is_random_access_iter<_II>::__value, in _GLIBCXX_VISIBILITY() 585 __is_char<_CharT>::__value, _CharT*>::__type in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | charconv | 99 _LIBCPP_AVAILABILITY_TO_CHARS _LIBCPP_FUNC_VIS char* __u64toa(uint64_t __value, char* __buffer) _NO… 100 _LIBCPP_AVAILABILITY_TO_CHARS _LIBCPP_FUNC_VIS char* __u32toa(uint32_t __value, char* __buffer) _NO… 337 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) 339 auto __x = __to_unsigned_like(__value); 340 if (__value < 0 && __first != __last) 352 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) 358 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) 359 return {__tx::__convert(__value, __first), errc(0)}; 364 return {__tx::__convert(__value, __first), {}}; 368 auto __p = __tx::__convert(__value, __buf); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_ptrauth.h | 15 inline unsigned long ptrauth_strip(void* __value, unsigned int __key) { in ptrauth_strip() argument 26 : "r"(__value) in ptrauth_strip() 30 #define ptrauth_auth_data(__value, __old_key, __old_data) __value argument 34 #define ptrauth_strip(__value, __key) __value argument 35 #define ptrauth_auth_data(__value, __old_key, __old_data) __value argument
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
H A D | cmath | 93 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 109 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 125 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 141 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 157 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value 158 && __is_integer<_Up>::__value, 174 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 190 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 206 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 222 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/ |
H A D | cmath | 93 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 109 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 125 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 141 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 157 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value 158 && __is_integer<_Up>::__value, 174 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 190 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 206 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 222 inline typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/ |
H A D | ratio | 41 { static const intmax_t __value = 0; }; 45 { static const intmax_t __value = _Pn << _Bit; }; 48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi; 49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi; 50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi; 51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi; 52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi; 53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi; 54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi; 55 //typedef ratio<__safe_lshift<1, 80>::__value, 1> yobi;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/ |
H A D | ratio | 41 { static const intmax_t __value = 0; }; 45 { static const intmax_t __value = _Pn << _Bit; }; 48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi; 49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi; 50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi; 51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi; 52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi; 53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi; 54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi; 55 //typedef ratio<__safe_lshift<1, 80>::__value, 1> yobi;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/ |
H A D | cmath | 97 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 116 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 135 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 175 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 194 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 213 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 232 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 251 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 270 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 310 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
H A D | cmath | 97 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 116 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 135 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 175 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 194 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 213 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 232 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 251 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 270 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 310 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | numeric_traits.h | 54 using std::__is_integer<_Tp>::__value; in _GLIBCXX_VISIBILITY() 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; in _GLIBCXX_VISIBILITY() 64 static_assert(__is_integer_nonstrict<_Value>::__value, in _GLIBCXX_VISIBILITY() 98 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 104 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 140 (std::__are_same<_Tp, float>::__value ? _Fval \ in _GLIBCXX_VISIBILITY() 141 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) in _GLIBCXX_VISIBILITY() 181 : public __conditional_type<__is_integer_nonstrict<_Value>::__value, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilepro/ |
H A D | atomic.h | 178 __typeof(value) __value = (value); \ 244 __arch_atomic_update(mem, newvalue, exch, 0, newvalue, __value) 247 __arch_atomic_update(mem, value, fetchadd, -1, value, __old + __value) 256 __arch_atomic_update(mem, mask, fetchand, mask, 0, __old & __value) 259 __arch_atomic_update(mem, mask, fetchor, ~mask, mask, __old | __value) 262 __arch_atomic_update_cmpxchg(mem, mask, __old ^ __value) 265 __arch_atomic_update_cmpxchg(mem, mask, ~(__old & __value)) 296 __arch_atomic_update_cmpxchg(__aw_mem, __aw_val, __value); \ 307 (__old & ~__aw_mask) | __value); \ 315 (__old & ~__aw_mask) | __value); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
H A D | atomic.h | 178 __typeof(value) __value = (value); \ 244 __arch_atomic_update(mem, newvalue, exch, 0, newvalue, __value) 247 __arch_atomic_update(mem, value, fetchadd, -1, value, __old + __value) 256 __arch_atomic_update(mem, mask, fetchand, mask, 0, __old & __value) 259 __arch_atomic_update(mem, mask, fetchor, ~mask, mask, __old | __value) 262 __arch_atomic_update_cmpxchg(mem, mask, __old ^ __value) 265 __arch_atomic_update_cmpxchg(mem, mask, ~(__old & __value)) 296 __arch_atomic_update_cmpxchg(__aw_mem, __aw_val, __value); \ 307 (__old & ~__aw_mask) | __value); \ 315 (__old & ~__aw_mask) | __value); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | safe_sequence.h | 46 _Type __value; variable 49 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } in _Not_equal_to() 53 { return __value != __x; } in operator() 61 _Type __value; variable 64 explicit _Equal_to(const _Type& __v) : __value(__v) { } in _Equal_to() 68 { return __value == __x; } in operator()
|
H A D | functions.h | 46 { enum { __value = 0 }; }; enumerator 185 return _Insert_range_from_self_is_safe<_Sequence>::__value in __foreign_iterator_aux() 352 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_lower() argument 354 while (__first != __last && *__first < __value) in __check_partitioned_lower() 359 while (__first != __last && !(*__first < __value)) in __check_partitioned_lower() 369 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_upper() argument 371 while (__first != __last && !(__value < *__first)) in __check_partitioned_upper() 376 while (__first != __last && __value < *__first) in __check_partitioned_upper() 387 _ForwardIterator __last, const _Tp& __value, in __check_partitioned_lower() argument 390 while (__first != __last && bool(__pred(*__first, __value))) in __check_partitioned_lower() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | safe_sequence.h | 46 _Type __value; variable 49 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } in _Not_equal_to() 53 { return __value != __x; } in operator() 61 _Type __value; variable 64 explicit _Equal_to(const _Type& __v) : __value(__v) { } in _Equal_to() 68 { return __value == __x; } in operator()
|
H A D | functions.h | 46 { enum { __value = 0 }; }; enumerator 185 return _Insert_range_from_self_is_safe<_Sequence>::__value in __foreign_iterator_aux() 352 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_lower() argument 354 while (__first != __last && *__first < __value) in __check_partitioned_lower() 359 while (__first != __last && !(*__first < __value)) in __check_partitioned_lower() 369 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_upper() argument 371 while (__first != __last && !(__value < *__first)) in __check_partitioned_upper() 376 while (__first != __last && __value < *__first) in __check_partitioned_upper() 387 _ForwardIterator __last, const _Tp& __value, in __check_partitioned_lower() argument 390 while (__first != __last && bool(__pred(*__first, __value))) in __check_partitioned_lower() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/ |
H A D | profiler_map_to_unordered_map.h | 51 { return (_GLIBCXX_PROFILE_DATA(__map_insert_cost_factor).__value in __map_insert_cost() 56 { return (_GLIBCXX_PROFILE_DATA(__map_erase_cost_factor).__value in __map_erase_cost() 61 { return (_GLIBCXX_PROFILE_DATA(__map_find_cost_factor).__value in __map_find_cost() 112 * _GLIBCXX_PROFILE_DATA(__umap_insert_cost_factor).__value); in __record_insert() 125 * _GLIBCXX_PROFILE_DATA(__umap_erase_cost_factor).__value); in __record_erase() 134 _M_umap_cost += _GLIBCXX_PROFILE_DATA(__umap_find_cost_factor).__value; in __record_find() 146 * _GLIBCXX_PROFILE_DATA(__umap_iterate_cost_factor).__value); in __set_iterate_costs() 149 * _GLIBCXX_PROFILE_DATA(__map_iterate_cost_factor).__value); in __set_iterate_costs()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | numeric_traits.h | 54 using std::__is_integer<_Tp>::__value; in _GLIBCXX_VISIBILITY() 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; in _GLIBCXX_VISIBILITY() 64 static_assert(__is_integer_nonstrict<_Value>::__value, in _GLIBCXX_VISIBILITY() 99 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 106 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 142 (std::__are_same<_Tp, float>::__value ? _Fval \ in _GLIBCXX_VISIBILITY() 143 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) in _GLIBCXX_VISIBILITY()
|