Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__memory/
H A Daddressof.h22 inline _LIBCPP_CONSTEXPR_SINCE_CXX17 _LIBCPP_NO_CFI _LIBCPP_HIDE_FROM_ABI _Tp* addressof(_Tp& __x) _NOEXCEPT { in addressof() function
32 inline _LIBCPP_HIDE_FROM_ABI __strong _Tp* addressof(__strong _Tp& __x) _NOEXCEPT { addressof() function
38 inline _LIBCPP_HIDE_FROM_ABI __weak _Tp* addressof(__weak _Tp& __x) _NOEXCEPT { addressof() function
44 inline _LIBCPP_HIDE_FROM_ABI __autoreleasing _Tp* addressof(__autoreleasing _Tp& __x) _NOEXCEPT { addressof() function
49 inline _LIBCPP_HIDE_FROM_ABI __unsafe_unretained _Tp* addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT { addressof() function
/llvm-project/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/clang/test/CodeGenCXX/
H A Dbuiltins.cpp27 S *addressof(bool b, S &s, S &t) { addressof() function
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-std-move.cpp87 template<typename T> CONSTEXPR T *addressof(T &x) { in addressof() function
109 A *addressof = std::addressof(a); in f() local
H A Dbuiltins.cpp31 namespace addressof { global() namespace
H A Dattr-lifetimebound.cpp210 template <class T> T *addressof(T &arg) { addressof() function
/llvm-project/clang/test/Analysis/
H A Dcxx11-crashes.cpp52 template<class T> T * addressof( T & v ) { in addressof() function
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-expr.cpp50 template <typename T> T *addressof(T &v) { in addressof() function