/external/clang/test/CodeGenCXX/ |
builtins.cpp | 13 S *addressof(bool b, S &s, S &t) { function
|
/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);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
move.h | 96 addressof(_Tp& __r) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
move.h | 96 addressof(_Tp& __r) function
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 96 addressof(_Tp& __r) function
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 96 addressof(_Tp& __r) function
|
/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/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
|
/external/llvm/bindings/python/llvm/ |
disassembler.py | 12 from ctypes import addressof namespace 106 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
|
/external/clang/test/Analysis/ |
cxx11-crashes.cpp | 54 template<class T> T * addressof( T & v ) { function 59 addressof(s);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
|