Searched defs:addressof (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dbuiltins.cpp13 S *addressof(bool b, S &s, S &t) { function
/external/clang/test/CXX/expr/expr.post/expr.static.cast/
H A Dp9-0x.cpp23 template <class _Tp> inline _Tp* addressof(_Tp& __x) { function in namespace:PR9107
28 addressof(a);
/external/clang/test/SemaCXX/
H A Dbuiltins.cpp28 namespace addressof { namespace
/external/llvm/bindings/python/llvm/
H A Ddisassembler.py12 from ctypes import addressof namespace
131 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp54 template<class T> T * addressof( T & v ) { function
59 addressof(s);
/external/clang/test/SemaTemplate/
H A Ddependent-expr.cpp51 template <typename T> T *addressof(T &v) { function in namespace:test4

Completed in 3079 milliseconds