Home
last modified time | relevance | path

Searched defs:addressof (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__memory/
H A Daddressof.h25 addressof(_Tp& __x) _NOEXCEPT in addressof() function
38 addressof(__strong _Tp& __x) _NOEXCEPT in addressof() function
47 addressof(__weak _Tp& __x) _NOEXCEPT in addressof() function
56 addressof(__autoreleasing _Tp& __x) _NOEXCEPT in addressof() function
64 addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT in addressof() function
/llvm-project-15.0.7/clang/test/CXX/expr/expr.post/expr.static.cast/
H A Dp9-0x.cpp23 template <class _Tp> inline _Tp* addressof(_Tp& __x) { in addressof() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltin-std-move.cpp51 template<typename T> CONSTEXPR T *addressof(T &x) { in addressof() function
71 A *addressof = std::addressof(a); in f() local
H A Dbuiltins.cpp32 namespace addressof { namespace
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltins.cpp27 S *addressof(bool b, S &s, S &t) { in addressof() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx11-crashes.cpp53 template<class T> T * addressof( T & v ) { in addressof() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddependent-expr.cpp50 template <typename T> T *addressof(T &v) { in addressof() function