Home
last modified time | relevance | path

Searched defs:addr_impl_ref (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp42 template<class T> struct addr_impl_ref { struct
44 inline addr_impl_ref( T & v ): v_( v ) { in addr_impl_ref() argument
54 return addressof_impl<T>::f( addr_impl_ref<T>( v ), 0 ); in addressof() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dmeta_utils.hpp245 struct addr_impl_ref struct
247 T & v_;
248 BOOST_MOVE_FORCEINLINE addr_impl_ref( T & v ): v_( v ) {} in addr_impl_ref() argument
272 ( ::boost::move_detail::addr_impl_ref<T>( v ), 0 ); in addressof()