/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | stl_numeric.h | 269 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 311 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 351 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 395 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local
|
H A D | stl_heap.h | 177 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY() local 214 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY() local 261 _ValueType __value = _GLIBCXX_MOVE(*__result); in _GLIBCXX_VISIBILITY() local 354 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY() local
|
H A D | random.h | 72 { static const _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_numeric.h | 269 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 311 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 351 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 395 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local
|
H A D | stl_heap.h | 177 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY() local 214 _ValueType __value = _GLIBCXX_MOVE(*(__last - 1)); in _GLIBCXX_VISIBILITY() local 261 _ValueType __value = _GLIBCXX_MOVE(*__result); in _GLIBCXX_VISIBILITY() local 354 _ValueType __value = _GLIBCXX_MOVE(*(__first + __parent)); in _GLIBCXX_VISIBILITY() local
|
H A D | random.h | 71 { static constexpr _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
|
/netbsd/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() 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/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | ptwriteintrin.h | 22 _ptwrite32(unsigned int __value) { in _ptwrite32() 29 _ptwrite64(unsigned long long __value) { in _ptwrite64()
|
H A D | movdirintrin.h | 19 _directstoreu_u32 (void *__dst, unsigned int __value) in _directstoreu_u32() 29 _directstoreu_u64 (void *__dst, unsigned long __value) in _directstoreu_u64()
|
H A D | unwind.h | 213 _Unwind_Word __value; in _Unwind_GetGR() local 220 _Unwind_Word __value) { in _Unwind_SetGR() 231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/ |
H A D | profiler_algos.h | 42 const typename _Container::value_type& __value, in __insert_top_n() 95 const _Tp& __value) in __remove()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | safe_sequence.h | 46 _Type __value; variable 61 _Type __value; variable
|
H A D | functions.h | 46 { enum { __value = 0 }; }; enumerator 352 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_lower() 369 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_upper() 387 _ForwardIterator __last, const _Tp& __value, in __check_partitioned_lower() 405 _ForwardIterator __last, const _Tp& __value, in __check_partitioned_upper()
|
H A D | safe_iterator.h | 213 std::__are_same<_MutableIterator, _OtherIterator>::__value, in _Safe_iterator() 553 std::__are_same<_MutableIterator, _OtherIterator>::__value, in _Safe_iterator() 702 std::__are_same<_MutableIterator, _OtherIterator>::__value, in _Safe_iterator()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | safe_sequence.h | 46 _Type __value; variable 61 _Type __value; variable
|
H A D | functions.h | 46 { enum { __value = 0 }; }; enumerator 352 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_lower() 369 _ForwardIterator __last, const _Tp& __value) in __check_partitioned_upper() 387 _ForwardIterator __last, const _Tp& __value, in __check_partitioned_lower() 405 _ForwardIterator __last, const _Tp& __value, in __check_partitioned_upper()
|
H A D | safe_iterator.h | 215 std::__are_same<_MutableIterator, _OtherIterator>::__value, in _Safe_iterator() 561 std::__are_same<_MutableIterator, _OtherIterator>::__value, in _Safe_iterator() 710 std::__are_same<_MutableIterator, _OtherIterator>::__value, in _Safe_iterator()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | utils.h | 161 …__equal_value_by_pred(const _Tp& __value, _Predicate __pred) : _M_value(__value), _M_pred(__pred) … in __equal_value_by_pred() 178 explicit __equal_value(const _Tp& __value) : _M_value(__value) {} in __equal_value() 195 explicit __not_equal_value(const _Tp& __value) : _M_value(__value) {} in __not_equal_value()
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | utils.h | 161 …__equal_value_by_pred(const _Tp& __value, _Predicate __pred) : _M_value(__value), _M_pred(__pred) … in __equal_value_by_pred() 178 explicit __equal_value(const _Tp& __value) : _M_value(__value) {} in __equal_value() 195 explicit __not_equal_value(const _Tp& __value) : _M_value(__value) {} in __not_equal_value()
|
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | random.h | 58 { static const _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
|
H A D | special_function_util.h | 58 static const _Tp __value; in _GLIBCXX_VISIBILITY() member
|
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | random.h | 58 { static const _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
|
H A D | special_function_util.h | 58 static const _Tp __value; in _GLIBCXX_VISIBILITY() member
|
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | arm_acle.h | 287 __arm_st64b (void *__addr, data512_t __value) in __arm_st64b() 294 __arm_st64bv (void *__addr, data512_t __value) in __arm_st64bv() 301 __arm_st64bv0 (void *__addr, data512_t __value) in __arm_st64bv0()
|
/netbsd/external/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | shared_ptr.h | 78 _ValueType __libcpp_relaxed_load(_ValueType const* __value) { in __libcpp_relaxed_load() 90 _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load()
|