HomeSort by relevance Sort by last modified time
    Searched full:addressof (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/Android.mk
19 test_name := utilities/memory/specialized.algorithms/specialized.addressof/addressof
20 test_src := addressof.pass.cpp
addressof.pass.cpp 12 // template <ObjectType T> T* addressof(T& r);
35 assert(std::addressof(i) == &i);
36 assert(std::addressof(d) == &d);
39 assert(std::addressof(*tp) == tp);
40 assert(std::addressof(*ctp) == tp);
49 assert(std::addressof(n) == (void*)std::addressof(i));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp 12 // template <ObjectType T> T* addressof(T& r);
35 assert(std::addressof(i) == &i);
36 assert(std::addressof(d) == &d);
39 assert(std::addressof(*tp) == tp);
40 assert(std::addressof(*ctp) == tp);
49 assert(std::addressof(n) == (void*)std::addressof(i));
  /external/clang/test/CXX/expr/expr.post/expr.static.cast/
p9-0x.cpp 23 template <class _Tp> inline _Tp* addressof(_Tp& __x) { function in namespace:PR9107
28 addressof(a);
  /external/lldb/examples/summaries/cocoa/
Selector.py 14 return valobj.CreateValueFromAddress('text',valobj.GetValueAsUnsigned(0),valobj.GetType().GetBasicType(lldb.eBasicTypeChar)).AddressOf().GetSummary()
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
addressof.hpp 51 template<class T> T * addressof( T & v ) function in namespace:boost
77 typename detail::addressof_addp< T[N] >::type addressof( T (&t)[N] )
88 T (*addressof(T (&t)[N]))[N]
94 const T (*addressof(const T (&t)[N]))[N] function in namespace:boost
  /external/clang/test/CodeGenCXX/
builtins.cpp 13 S *addressof(bool b, S &s, S &t) { function
  /external/lldb/test/expression_command/formatters/
formatters.py 8 b_ref_ptr = b_ref.AddressOf()
  /external/lldb/test/expression_command/issue_11588/
s11588.py 4 self.addrOf = valobj.AddressOf()
Test11588.py 3 valobj.AddressOf() returns None when an address is
27 """valobj.AddressOf() should return correct values."""
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
utility.hpp 12 #include <boost/utility/addressof.hpp>
ref.hpp 11 #include <boost/utility/addressof.hpp>
43 explicit reference_wrapper(T& t): t_(boost::addressof(t)) {}
  /external/clang/test/Analysis/
cxx11-crashes.cpp 54 template<class T> T * addressof( T & v ) { function
59 addressof(s);
  /external/lldb/source/Core/
ValueObjectConstResultChild.cpp 63 ValueObjectConstResultChild::AddressOf (Error &error)
65 return m_impl.AddressOf(error);
  /external/libcxx/include/experimental/
optional 204 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
213 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
255 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
264 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
361 ::new(_VSTD::addressof(this->__val_)) value_type(__opt.__val_);
383 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::move(__opt.__val_));
405 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Up>(__v));
422 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Args>(__args)...);
437 ::new(_VSTD::addressof(this->__val_)) value_type(__il, _VSTD::forward<_Args>(__args)...);
457 ::new(_VSTD::addressof(__opt.__val_)) value_type(_VSTD::move(this->__val_))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
optional 204 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
213 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
255 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
264 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
361 ::new(_VSTD::addressof(this->__val_)) value_type(__opt.__val_);
383 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::move(__opt.__val_));
405 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Up>(__v));
422 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Args>(__args)...);
437 ::new(_VSTD::addressof(this->__val_)) value_type(__il, _VSTD::forward<_Args>(__args)...);
457 ::new(_VSTD::addressof(__opt.__val_)) value_type(_VSTD::move(this->__val_))
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
optional 204 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
213 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
255 ::new(_VSTD::addressof(__val_)) value_type(__x.__val_);
264 ::new(_VSTD::addressof(__val_)) value_type(_VSTD::move(__x.__val_));
361 ::new(_VSTD::addressof(this->__val_)) value_type(__opt.__val_);
383 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::move(__opt.__val_));
405 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Up>(__v));
422 ::new(_VSTD::addressof(this->__val_)) value_type(_VSTD::forward<_Args>(__args)...);
437 ::new(_VSTD::addressof(this->__val_)) value_type(__il, _VSTD::forward<_Args>(__args)...);
457 ::new(_VSTD::addressof(__opt.__val_)) value_type(_VSTD::move(this->__val_))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 68 # addressof gets the address where the function pointer is stored
69 a_ord = addressof(func_ord)
70 a_name = addressof(func_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_loading.py 68 # addressof gets the address where the function pointer is stored
69 a_ord = addressof(func_ord)
70 a_name = addressof(func_name)
  /external/clang/test/SemaCXX/
builtins.cpp 28 namespace addressof { namespace
  /external/clang/test/SemaTemplate/
dependent-expr.cpp 51 template <typename T> T *addressof(T &v) { function in namespace:test4
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
class_properties.hpp 29 #include <boost/utility/addressof.hpp>
157 arrow_res_t operator->() const { return boost::addressof( base_prop::value ); }
201 arrow_res_t operator->() { return boost::addressof( base_prop::value ); }
202 const_arrow_res_t operator->() const { return boost::addressof( base_prop::value ); }
  /external/libcxx/include/
__functional_base 78 // addressof
83 addressof(_Tp& __x) _NOEXCEPT
90 // that require special addressof() signatures. When
96 addressof(__strong _Tp& __x) _NOEXCEPT
105 addressof(__weak _Tp& __x) _NOEXCEPT
114 addressof(__autoreleasing _Tp& __x) _NOEXCEPT
122 addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT
435 : __f_(_VSTD::addressof(__f)) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 78 // addressof
83 addressof(_Tp& __x) _NOEXCEPT
90 // that require special addressof() signatures. When
96 addressof(__strong _Tp& __x) _NOEXCEPT
105 addressof(__weak _Tp& __x) _NOEXCEPT
114 addressof(__autoreleasing _Tp& __x) _NOEXCEPT
122 addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT
435 : __f_(_VSTD::addressof(__f)) {}
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 78 // addressof
83 addressof(_Tp& __x) _NOEXCEPT
90 // that require special addressof() signatures. When
96 addressof(__strong _Tp& __x) _NOEXCEPT
105 addressof(__weak _Tp& __x) _NOEXCEPT
114 addressof(__autoreleasing _Tp& __x) _NOEXCEPT
122 addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT
435 : __f_(_VSTD::addressof(__f)) {}

Completed in 2634 milliseconds

1 2 3 4 5 6 7 8