|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
usr/include/c++/7.4.0/atomic 239 { __atomic_store(std::__addressof(_M_i), std::__addressof(__i), __m); }
239 { __atomic_store(std::__addressof(_M_i), std::__addressof(__i), __m); }
250 __atomic_load(std::__addressof(_M_i), __ptr, __m);
268 __atomic_exchange(std::__addressof(_M_i), std::__addressof(__i),
268 __atomic_exchange(std::__addressof(_M_i), std::__addressof(__i),
320 return __atomic_compare_exchange(std::__addressof(_M_i),
321 std::__addressof(__e),
322 std::__addressof(__i),
usr/include/c++/7.4.0/bits/allocated_ptr.h 53 : _M_alloc(std::__addressof(__a)), _M_ptr(__ptr)
usr/include/c++/7.4.0/bits/forward_list.h 337 return std::__addressof(*__ptr);
usr/include/c++/7.4.0/bits/forward_list.tcc 297 if (__tmp->_M_valptr() != std::__addressof(__val))
usr/include/c++/7.4.0/bits/hashtable_policy.h 2061 __node_type* __n = std::__addressof(*__nptr);
2108 __bucket_type* __p = std::__addressof(*__ptr);
usr/include/c++/7.4.0/bits/list.tcc 269 if (this != std::__addressof(__x))
381 if (this != std::__addressof(__x))
428 if (this != std::__addressof(__x))
usr/include/c++/7.4.0/bits/move.h 138 { return std::__addressof(__r); }
usr/include/c++/7.4.0/bits/refwrap.h 335 : _M_data(std::__addressof(__indata))
usr/include/c++/7.4.0/bits/regex_compiler.h 201 const auto* __cfirst = __len ? std::__addressof(*__first) : nullptr;
usr/include/c++/7.4.0/bits/shared_ptr_base.h 1392 _S_raw_ptr(_Tp1 __ptr) -> decltype(std::__addressof(*__ptr))
usr/include/c++/7.4.0/bits/std_function.h 173 __stored_locally? std::__addressof(__source._M_access<_Functor>())
usr/include/c++/7.4.0/bits/std_mutex.h 195 : _M_device(std::__addressof(__m)), _M_owns(false)
202 : _M_device(std::__addressof(__m)), _M_owns(false)
206 : _M_device(std::__addressof(__m)), _M_owns(_M_device->try_lock())
usr/include/c++/7.4.0/bits/stl_bvector.h 445 return std::__addressof(_M_end_of_storage[-1]) + 1;
1096 this->_M_impl._M_start = iterator(std::__addressof(*__q), 0);
usr/include/c++/7.4.0/bits/stl_construct.h 108 std::_Destroy(std::__addressof(*__first));
usr/include/c++/7.4.0/bits/stl_iterator.h 184 { return std::__addressof(operator*()); }
468 : container(std::__addressof(__x)) { }
658 : container(std::__addressof(__x)), iter(__i) {}
usr/include/c++/7.4.0/bits/stl_list.h 425 auto* const __xnode = std::__addressof(__x._M_impl._M_node);
430 auto* const __node = std::__addressof(_M_impl._M_node);
1479 if (this != std::__addressof(__x))
1542 if (this != std::__addressof(__x))
usr/include/c++/7.4.0/bits/stl_tempbuf.h 194 std::_Construct(std::__addressof(*__first),
199 std::_Construct(std::__addressof(*__cur),
usr/include/c++/7.4.0/bits/stl_uninitialized.h 83 std::_Construct(std::__addressof(*__cur), *__first);
150 std::_Construct(std::__addressof(*__cur), __x);
210 std::_Construct(std::__addressof(*__cur), __x);
527 std::_Construct(std::__addressof(*__cur));
usr/include/c++/7.4.0/bits/vector.tcc 744 iterator __start(std::__addressof(*__q), 0);
808 iterator __start(std::__addressof(*__q), 0);
usr/include/c++/7.4.0/future 402 std::__addressof(__res), std::__addressof(__did_set));
402 std::__addressof(__res), std::__addressof(__did_set));
423 std::__addressof(__res), std::__addressof(__did_set));
423 std::__addressof(__res), std::__addressof(__did_set));
529 return _Setter<_Res, _Arg&&>{ __prom, std::__addressof(__arg) };
621 return { std::__addressof(__ptr), std::__addressof(__call) };
621 return { std::__addressof(__ptr), std::__addressof(__call) };
usr/include/c++/7.4.0/mutex 676 __once_callable = std::__addressof(__callable);
usr/include/c++/7.4.0/shared_mutex 552 : _M_pm(std::__addressof(__m)), _M_owns(true)