Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dbuiltins.cpp13 S *addressof(bool b, S &s, S &t) { in addressof() function
/external/llvm-project/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/CXX/expr/expr.post/expr.static.cast/
Dp9-0x.cpp23 template <class _Tp> inline _Tp* addressof(_Tp& __x) { in addressof() function
/external/llvm-project/clang/test/CodeGenCXX/
Dbuiltins.cpp27 S *addressof(bool b, S &s, S &t) { in addressof() function
/external/clang/test/SemaCXX/
Dbuiltins.cpp28 namespace addressof { namespace
/external/python/cffi/doc/source/
Dref.rst377 .. _ffi-cdata:
378 .. _ffi-ctype:
/external/llvm-project/clang/test/Analysis/
Dcxx11-crashes.cpp53 template<class T> T * addressof( T & v ) { in addressof() function
/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/llvm-project/clang/test/SemaCXX/
Dbuiltins.cpp28 namespace addressof { namespace
/external/llvm-project/clang/test/SemaTemplate/
Ddependent-expr.cpp50 template <typename T> T *addressof(T &v) { in addressof() function
/external/python/cffi/cffi/
Dapi.py485 def addressof(self, cdata, *fields_or_indexes): member in FFI
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1739 addressof(PyObject *self, PyObject *obj) in addressof() function
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1638 addressof(PyObject *self, PyObject *obj) in addressof() function