HomeSort by relevance Sort by last modified time
    Searched full:pointer_type (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 25 let str_arr_type = pointer_type (pointer_type i8_type) in
vmcore.ml 192 let c = const_pointer_null (pointer_type i64_type) in
235 let void_ptr = pointer_type i8_type in
297 (const_gep (const_null (pointer_type i8_type))
312 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m);
344 let pty = pointer_type nsty in
408 insist (pointer_type float_type ==
548 ignore (add_alias m (pointer_type i32_type) v "alias")
562 insist (pointer_type ty = type_of fn);
565 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
871 let rt = struct_type context [| pointer_type i8_type; i32_type |] i
    [all...]
  /prebuilts/gcc/linux-x86/host/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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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;
  /prebuilts/ndk/5/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;
  /prebuilts/ndk/6/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;
  /prebuilts/ndk/7/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 53 (*variables)["pointer_type"] =
106 "inline void set_$name$(const $pointer_type$* value, size_t size)"
138 "void $classname$::set_$name$(const $pointer_type$* value, size_t size) {\n"
295 "void set_$name$(int index, const $pointer_type$* value, size_t size)"
300 "inline void add_$name$(const $pointer_type$* value, size_t size)"
333 "(int index, const $pointer_type$* value, size_t size) {\n"
347 "$classname$::add_$name$(const $pointer_type$* value, size_t size) {\n"
  /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/v8/tools/
ll_prof.py 359 pointer_type = LogReader._ARCH_TO_POINTER_TYPE_MAP[self.arch]
363 ("code_address", pointer_type),
367 ("from_address", pointer_type),
368 ("to_address", pointer_type)])
371 ("address", pointer_type)])
374 ("address", pointer_type),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 16 #define POINTER_TYPE_CHECK(t) TREE_CHECK (t, POINTER_TYPE)
tree.def 118 REAL_TYPE, POINTER_TYPE. */
159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
162 /* All pointer-to-x types have code POINTER_TYPE.
164 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 16 #define POINTER_TYPE_CHECK(t) TREE_CHECK (t, POINTER_TYPE)
tree.def 118 REAL_TYPE, POINTER_TYPE. */
159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
162 /* All pointer-to-x types have code POINTER_TYPE.
164 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 16 #define POINTER_TYPE_CHECK(t) TREE_CHECK (t, POINTER_TYPE)
tree.def 118 REAL_TYPE, POINTER_TYPE. */
159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
162 /* All pointer-to-x types have code POINTER_TYPE.
164 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 16 #define POINTER_TYPE_CHECK(t) TREE_CHECK (t, POINTER_TYPE)
tree.def 118 REAL_TYPE, POINTER_TYPE. */
159 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
162 /* All pointer-to-x types have code POINTER_TYPE.
164 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 516 (** [pointer_type ty] returns the pointer type referencing objects of type
519 val pointer_type : lltype -> lltype var
790 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
796 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
    [all...]

Completed in 953 milliseconds

1 2