Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
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
/external/clang/test/CodeGenCXX/
Dbuiltins.cpp13 S *addressof(bool b, S &s, S &t) { in addressof() function
/external/clang/test/CXX/expr/expr.post/expr.static.cast/
Dp9-0x.cpp23 template <class _Tp> inline _Tp* addressof(_Tp& __x) { in addressof() function
/external/clang/test/SemaCXX/
Dbuiltins.cpp28 namespace addressof { namespace
/external/python/cffi/doc/source/
Dref.rst390 .. _ffi-cdata:
391 .. _ffi-ctype:
/external/clang/test/Analysis/
Dcxx11-crashes.cpp53 template<class T> T * addressof( T & v ) { in addressof() function
/external/clang/test/SemaTemplate/
Ddependent-expr.cpp51 template <typename T> T *addressof(T &v) { in addressof() function
/external/python/cffi/cffi/
Dapi.py489 def addressof(self, cdata, *fields_or_indexes): member in FFI
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1638 addressof(PyObject *self, PyObject *obj) in addressof() function
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1745 addressof(PyObject *self, PyObject *obj) in addressof() function