OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addressof
(Results
1 - 25
of
43
) sorted by null
1
2
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp
12
// template <ObjectType T> T*
addressof
(T& r);
35
assert(std::
addressof
(i) == &i);
36
assert(std::
addressof
(d) == &d);
39
assert(std::
addressof
(*tp) == tp);
40
assert(std::
addressof
(*ctp) == tp);
49
assert(std::
addressof
(n) == (void*)std::
addressof
(i));
/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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
utility.hpp
12
#include <boost/utility/
addressof
.hpp>
ref.hpp
11
#include <boost/utility/
addressof
.hpp>
43
explicit reference_wrapper(T& t): t_(boost::
addressof
(t)) {}
/external/clang/test/Analysis/
cxx11-crashes.cpp
54
template<class T> T *
addressof
( T & v ) {
function
59
addressof
(s);
/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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
class_properties.hpp
29
#include <boost/utility/
addressof
.hpp>
157
arrow_res_t operator->() const { return boost::
addressof
( base_prop::value ); }
201
arrow_res_t operator->() { return boost::
addressof
( base_prop::value ); }
202
const_arrow_res_t operator->() const { return boost::
addressof
( base_prop::value ); }
/external/llvm/bindings/python/llvm/
disassembler.py
12
from ctypes import
addressof
namespace
106
b = cast(
addressof
(buf) + offset, POINTER(c_ubyte))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py
96
sz = (c_char * 3).from_address(
addressof
(p))
111
sz = (c_wchar * 3).from_address(
addressof
(p))
test_loading.py
68
#
addressof
gets the address where the function pointer is stored
69
a_ord =
addressof
(func_ord)
70
a_name =
addressof
(func_name)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py
96
sz = (c_char * 3).from_address(
addressof
(p))
111
sz = (c_wchar * 3).from_address(
addressof
(p))
test_loading.py
68
#
addressof
gets the address where the function pointer is stored
69
a_ord =
addressof
(func_ord)
70
a_name =
addressof
(func_name)
/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
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
move.h
42
* @brief Same as C++11 std::
addressof
136
addressof
(_Tp& __r) noexcept
ptr_traits.h
170
* @return @c
addressof
(__r)
174
{ return std::
addressof
(__r); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
move.h
42
* @brief Same as C++11 std::
addressof
136
addressof
(_Tp& __r) noexcept
ptr_traits.h
170
* @return @c
addressof
(__r)
174
{ return std::
addressof
(__r); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
move.h
42
* @brief Same as C++11 std::
addressof
135
addressof
(_Tp& __r) noexcept
ptr_traits.h
170
* @return @c
addressof
(__r)
174
{ return std::
addressof
(__r); }
Completed in 475 milliseconds
1
2