OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointer_type
(Results
1 - 9
of
9
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp
156
typedef T *
pointer_type
;
typedef in struct:boost::optional_detail::types_when_isnt_ref
167
typedef raw_type*
pointer_type
;
typedef in struct:boost::optional_detail::types_when_is_ref
208
typedef BOOST_DEDUCED_TYPENAME types::
pointer_type
pointer_type
;
typedef in class:boost::optional_detail::optional_base
338
pointer_type
get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; }
448
pointer_type
get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() ) ; }
488
pointer_type
cast_ptr( internal_type * p, is_not_reference_tag ) { return p ; }
490
pointer_type
cast_ptr( internal_type * p, is_reference_tag ) { return &p->get() ; }
512
typedef BOOST_DEDUCED_TYPENAME base::
pointer_type
pointer_type
;
typedef in class:boost::optional
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp
23
CPPUNIT_TEST(
pointer_type
);
43
void
pointer_type
();
382
void TypeTraitsTest::
pointer_type
()
function in class:TypeTraitsTest
/ndk/tests/device/test-stlport/unit/
type_traits_test.cpp
23
CPPUNIT_TEST(
pointer_type
);
43
void
pointer_type
();
382
void TypeTraitsTest::
pointer_type
()
function in class:TypeTraitsTest
/toolchain/binutils/binutils-2.25/binutils/
debug.h
210
bfd_boolean (*
pointer_type
) (void *);
member in struct:debug_write_fns
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp
1052
typedef node_pointer_pointer
pointer_type
;
typedef
1053
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children);
1071
typedef node_pointer_pointer
pointer_type
;
typedef
1072
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children) + arr_size;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp
1052
typedef node_pointer_pointer
pointer_type
;
typedef
1053
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children);
1071
typedef node_pointer_pointer
pointer_type
;
typedef
1072
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children) + arr_size;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp
1052
typedef node_pointer_pointer
pointer_type
;
typedef
1053
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children);
1071
typedef node_pointer_pointer
pointer_type
;
typedef
1072
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children) + arr_size;
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp
1052
typedef node_pointer_pointer
pointer_type
;
typedef
1053
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children);
1071
typedef node_pointer_pointer
pointer_type
;
typedef
1072
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children) + arr_size;
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
620
(** [
pointer_type
ty] returns the pointer type referencing objects of type
623
val
pointer_type
: lltype -> lltype
var
931
equivalent to [const_ptrtoint (const_gep (const_null (
pointer_type
{i8,ty}))
937
equivalent to [const_ptrtoint (const_gep (const_null (
pointer_type
ty))
[
all
...]
Completed in 1491 milliseconds