OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointer_type
(Results
1 - 7
of
7
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
271
typedef node_pointer_pointer
pointer_type
;
typedef
272
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children);
290
typedef node_pointer_pointer
pointer_type
;
typedef
291
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children) + arr_size;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
271
typedef node_pointer_pointer
pointer_type
;
typedef
272
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children);
290
typedef node_pointer_pointer
pointer_type
;
typedef
291
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children) + arr_size;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
271
typedef node_pointer_pointer
pointer_type
;
typedef
272
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children);
290
typedef node_pointer_pointer
pointer_type
;
typedef
291
pointer_type
p = const_cast<
pointer_type
>(m_a_p_children) + arr_size;
/external/stlport/test/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-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
/external/llvm/bindings/ocaml/llvm/
llvm.mli
392
(** [
pointer_type
ty] returns the pointer type referencing objects of type
395
val
pointer_type
: lltype -> lltype
var
642
equivalent to [const_ptrtoint (const_gep (const_null (
pointer_type
{i8,ty}))
648
equivalent to [const_ptrtoint (const_gep (const_null (
pointer_type
ty))
[
all
...]
Completed in 1936 milliseconds