Home
last modified time | relevance | path

Searched defs:__value (Results 1 – 25 of 63) sorted by relevance

123

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_numeric.h269 _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 Dstl_heap.h177 _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 Drandom.h72 { static const _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_numeric.h269 _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 Dstl_heap.h177 _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 Drandom.h71 { static constexpr _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_ptrauth.h15 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 Dptwriteintrin.h22 _ptwrite32(unsigned int __value) { in _ptwrite32()
29 _ptwrite64(unsigned long long __value) { in _ptwrite64()
H A Dmovdirintrin.h19 _directstoreu_u32 (void *__dst, unsigned int __value) in _directstoreu_u32()
29 _directstoreu_u64 (void *__dst, unsigned long __value) in _directstoreu_u64()
H A Dunwind.h213 _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 Dprofiler_algos.h42 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 Dsafe_sequence.h46 _Type __value; variable
61 _Type __value; variable
H A Dfunctions.h46 { 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 Dsafe_iterator.h213 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 Dsafe_sequence.h46 _Type __value; variable
61 _Type __value; variable
H A Dfunctions.h46 { 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 Dsafe_iterator.h215 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 Dutils.h161 …__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 Dutils.h161 …__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 Drandom.h58 { static const _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
H A Dspecial_function_util.h58 static const _Tp __value; in _GLIBCXX_VISIBILITY() member
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h58 { static const _UIntType __value = 0; }; in _GLIBCXX_VISIBILITY() member
H A Dspecial_function_util.h58 static const _Tp __value; in _GLIBCXX_VISIBILITY() member
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Darm_acle.h287 __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 Dshared_ptr.h78 _ValueType __libcpp_relaxed_load(_ValueType const* __value) { in __libcpp_relaxed_load()
90 _ValueType __libcpp_acquire_load(_ValueType const* __value) { in __libcpp_acquire_load()

123