/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/ |
H A D | compatibility.h | 95 __fetch_and_add_32(volatile int32_t* __ptr, int32_t __addend) in __fetch_and_add_32() 134 __fetch_and_add_64(volatile int64_t* __ptr, int64_t __addend) in __fetch_and_add_64() 186 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend) in __fetch_and_add() 203 __cas32(volatile int32_t* __ptr, int32_t __old, int32_t __nw) in __cas32() 217 __cas64(volatile int64_t *__ptr, int64_t __old, int64_t __nw) in __cas64() 240 __compare_and_swap_32(volatile int32_t* __ptr, int32_t __comparand, in __compare_and_swap_32() 285 __compare_and_swap_64(volatile int64_t* __ptr, int64_t __comparand, in __compare_and_swap_64() 343 __compare_and_swap(volatile _Tp* __ptr, _Tp __comparand, _Tp __replacement) in __compare_and_swap()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/ |
H A D | compatibility.h | 56 __add_omp(volatile _Tp* __ptr, _Tp __addend) in __add_omp() 74 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend) in __fetch_and_add() 83 __cas_omp(volatile _Tp* __ptr, _Tp __comparand, _Tp __replacement) in __cas_omp() 108 __compare_and_swap(volatile _Tp* __ptr, _Tp __comparand, _Tp __replacement) in __compare_and_swap()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | unique_ptr.h | 63 delete __ptr; in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | unique_ptr.h | 81 delete __ptr; in _GLIBCXX_VISIBILITY() local
|
H A D | locale_conv.h | 243 auto __ptr = __str.data(); in _GLIBCXX_VISIBILITY() local 279 auto __ptr = __wstr.data(); in _GLIBCXX_VISIBILITY() local
|
H A D | forward_list.h | 354 auto __ptr = _Node_alloc_traits::allocate(_M_get_Node_allocator(), 1); in _GLIBCXX_VISIBILITY() local 386 auto __ptr = std::pointer_traits<_Ptr>::pointer_to(*__p); in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
H A D | nested_exception.h | 137 __rethrow_if_nested_impl(const _Ex* __ptr) in __rethrow_if_nested_impl()
|
/dflybsd-src/contrib/gcc-4.7/libgcc/config/ |
H A D | gthr-rtems.h | 106 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) in __gthread_setspecific()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
H A D | functions.h | 57 __check_singular(const _Tp* __ptr) in __check_singular() 76 __check_dereferenceable(const _Tp* __ptr) in __check_dereferenceable()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
H A D | functions.h | 67 __check_singular(const _Tp* __ptr) in __check_singular() 80 __check_dereferenceable(const _Tp* __ptr) in __check_dereferenceable()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 1487 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos); in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 1488 _CharT* __ptr = _My_rope::_S_fetch_ptr(__old, _M_pos); in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | gthr-posix.h | 747 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) in __gthread_setspecific()
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | gthr-posix.h | 742 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) in __gthread_setspecific()
|