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

1 2

  /art/test/ti-agent/
scoped_primitive_array.h 28 #ifdef POINTER_TYPE
29 #error POINTER_TYPE is defined.
31 #define POINTER_TYPE(T) T* /* NOLINT */
83 POINTER_TYPE(PRIMITIVE_TYPE) mRawArray; \
129 POINTER_TYPE(PRIMITIVE_TYPE) get() { return mRawArray; } \
135 POINTER_TYPE(PRIMITIVE_TYPE) mRawArray; \
149 #undef POINTER_TYPE
  /libnativehelper/header_only_include/nativehelper/
scoped_primitive_array.h 23 #ifdef POINTER_TYPE
24 #error POINTER_TYPE is defined.
26 #define POINTER_TYPE(T) T* /* NOLINT */
78 POINTER_TYPE(PRIMITIVE_TYPE) mRawArray; \
124 POINTER_TYPE(PRIMITIVE_TYPE) get() { return mRawArray; } \
130 POINTER_TYPE(PRIMITIVE_TYPE) mRawArray; \
144 #undef POINTER_TYPE
  /frameworks/base/core/jni/
scoped_nullable_primitive_array.h 24 #define ARRAY_TRAITS(ARRAY_TYPE, POINTER_TYPE, NAME) \
28 size_t len, POINTER_TYPE out) { \
32 static constexpr POINTER_TYPE getArrayElements(JNIEnv* env, ARRAY_TYPE array) { \
37 POINTER_TYPE buffer, jint mode) { \
  /external/swiftshader/third_party/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));
870 let rt = struct_type context [| pointer_type i8_type; i32_type |] i
    [all...]
  /external/strace/
mpers.awk 100 } else if (special == "pointer_type") {
205 if (match($0, /typedef|union_type|structure_type|pointer_type\
209 if ("pointer_type" == temparray[0])
219 if (array[item, "special"] == "pointer_type") {
  /external/llvm/test/Bindings/OCaml/
core.ml 243 let c = const_pointer_null (pointer_type i64_type) in
286 let void_ptr = pointer_type i8_type in
349 (const_gep (const_null (pointer_type i8_type))
366 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m);
398 let pty = pointer_type nsty in
470 insist (pointer_type float_type ==
631 ignore (add_alias m (pointer_type i32_type) v "alias")
645 insist (pointer_type ty = type_of fn);
648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
    [all...]
  /external/elfutils/tests/
run-readelf-dwz-multi.sh 97 [ 2b] pointer_type
134 [ 6e] pointer_type
158 [ 2b] pointer_type
195 [ 6e] pointer_type
run-readelf-zdebug-rel.sh 105 [ 87] pointer_type
108 [ 8d] pointer_type
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 63 (*variables)["pointer_type"] =
145 "$deprecated_attr$void set_$name$(const $pointer_type$* value, size_t size)"
188 "void $classname$::set_$name$(const $pointer_type$* value,\n"
253 "void $classname$::set_$name$(const $pointer_type$* value, "
460 "void $classname$::set_$name$(const $pointer_type$* value,\n"
561 "void $classname$::set_$name$(const $pointer_type$* value, size_t size) {\n"
711 "int index, const $pointer_type$* value, size_t size);\n"
715 "$deprecated_attr$void add_$name$(const $pointer_type$* value, size_t size)"
755 "(int index, const $pointer_type$* value, size_t size) {\n"
773 "$classname$::add_$name$(const $pointer_type$* value, size_t size) {\n
    [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...]
  /external/v8/tools/
ll_prof.py 356 pointer_type = LogReader._ARCH_TO_POINTER_TYPE_MAP[self.arch]
360 ("code_address", pointer_type),
364 ("from_address", pointer_type),
365 ("to_address", pointer_type)])
368 ("address", pointer_type)])
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_js_generator.py 117 pointer_type = "NullablePointerTo" if mojom.IsNullableKind(kind) \
119 return "new codec.%s(%s)" % (pointer_type, JavaScriptType(kind))
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 309 } else if (auto* pointer_type = type->getAs<clang::PointerType>()) {
310 qual_type = pointer_type->getPointeeType();
  /external/llvm/include/llvm/Support/
Dwarf.def 55 HANDLE_DW_TAG(0x000f, pointer_type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 117 REAL_TYPE, POINTER_TYPE. */
158 compiler. POINTER_TYPE, REFERENCE_TYPE. Note that this range
161 /* All pointer-to-x types have code POINTER_TYPE.
163 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
    [all...]
tree-check.h 16 #define POINTER_TYPE_CHECK(t) TREE_CHECK (t, POINTER_TYPE)
  /external/elfutils/libdw/
known-dwarf.h 594 DWARF_ONE_KNOWN_DW_TAG (pointer_type, DW_TAG_pointer_type) \
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Dwarf.def 105 HANDLE_DW_TAG(0x000f, pointer_type)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Dwarf.def 105 HANDLE_DW_TAG(0x000f, pointer_type)
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 646 (** [pointer_type ty] returns the pointer type referencing objects of type
649 val pointer_type : lltype -> lltype var
961 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Dwarf.def 105 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Dwarf.def 105 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF)

Completed in 3108 milliseconds

1 2