HomeSort by relevance Sort by last modified time
    Searched refs:pointer_type (Results 1 - 14 of 14) 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
  /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;
  /prebuilt/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/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.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 515 static inline void VEC_OP (T,must_be,pointer_type) (void) \
    [all...]
  /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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
vec.h 515 static inline void VEC_OP (T,must_be,pointer_type) (void) \
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 312 external pointer_type : lltype -> lltype = "llvm_pointer_type"
    [all...]
llvm.mli 515 (** [pointer_type ty] returns the pointer type referencing objects of type
518 val pointer_type : lltype -> lltype var
789 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
795 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
    [all...]

Completed in 1204 milliseconds