OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addressof
(Results
1 - 6
of
6
) sorted by null
/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);
/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/Analysis/
cxx11-crashes.cpp
54
template<class T> T *
addressof
( T & v ) {
function
59
addressof
(s);
/external/clang/test/SemaTemplate/
dependent-expr.cpp
51
template <typename T> T *
addressof
(T &v) {
function in namespace:test4
Completed in 446 milliseconds