HomeSort by relevance Sort by last modified time
    Searched refs:pointer_type (Results 1 - 18 of 18) sorted by null

  /external/llvm/test/Bindings/Ocaml/
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));
870 let rt = struct_type context [| pointer_type i8_type; i32_type |] i
    [all...]
executionengine.ml 25 let str_arr_type = pointer_type (pointer_type i8_type) in
  /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/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;
  /prebuilts/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;
  /prebuilts/ndk/android-ndk-r7/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/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),
  /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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 515 static inline void VEC_OP (T,must_be,pointer_type) (void) \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 564 static inline void VEC_OP (T,must_be,pointer_type) (void) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 564 static inline void VEC_OP (T,must_be,pointer_type) (void) \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 564 static inline void VEC_OP (T,must_be,pointer_type) (void) \
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 313 external pointer_type : lltype -> lltype = "llvm_pointer_type"
    [all...]
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 1421 milliseconds