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

1 2

  /external/clang/test/CodeGenCXX/
debug-info-zero-length-arrays.cpp 9 // CHECK: !{{.*}} = metadata !{i32 {{.*}}, metadata {{.*}}, metadata !"x", metadata {{.*}}, i32 5, i64 0, i64 0, i64 0, i32 1, metadata [[ARRAY_TYPE:.*]]} ; [ DW_TAG_member ]
10 // CHECK: [[ARRAY_TYPE]] = metadata !{i32 {{.*}}, null, metadata !"", null, i32 0, i64 0, i64 32, i32 0, i32 0, metadata [[BASE_TYPE:.*]], metadata [[ELEM_TYPE:.*]], i32 0, i32 0} ; [ DW_TAG_array_type ]
  /external/oprofile/libregex/
demangle_java_symbol.cpp 23 * base_type | object_type | array_type
28 * array_type:
39 bool array_type(string & result,
80 if (array_type(result, begin, end))
87 bool array_type(string & result, function in namespace:__anon12778
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
array_allocator.h 108 typedef _Array array_type; typedef in class:array_allocator
111 array_type* _M_array;
119 array_allocator(array_type* __array = 0) throw()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
array_allocator.h 108 typedef _Array array_type; typedef in class:array_allocator
111 array_type* _M_array;
119 array_allocator(array_type* __array = 0) throw()
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
array_allocator.h 106 typedef _Array array_type; typedef in class:array_allocator
109 array_type* _M_array;
117 array_allocator(array_type* __array = NULL) throw()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 108 typedef _Array array_type; typedef in class:array_allocator
111 array_type* _M_array;
119 array_allocator(array_type* __array = 0) throw()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 114 typedef _Array array_type; typedef in class:array_allocator
117 array_type* _M_array;
125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 462 char array_type[10]; local
465 err = os_snprintf(array_type, sizeof(array_type),
468 if (err < 0 || err > (int) sizeof(array_type))
480 array_type,
739 entry->array_type = DBUS_TYPE_BYTE;
789 DBusMessageIter *iter, int array_type,
797 entry->array_type = DBUS_TYPE_STRING;
864 entry->array_type = WPAS_DBUS_TYPE_BINARRAY;
914 int array_type = dbus_message_iter_get_element_type(iter_dict_val) local
    [all...]
dbus_dict_helpers.h 127 int array_type; /** the dbus type of the array elements if the dict member in struct:wpa_dbus_dict_entry
dbus_new_handlers_p2p.c 96 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY))
880 entry.array_type != DBUS_TYPE_BYTE ||
891 entry.array_type != WPAS_DBUS_TYPE_BINARRAY ||
908 (entry.array_type != WPAS_DBUS_TYPE_BINARRAY) ||
    [all...]
  /external/clang/test/SemaCXX/
conversion-function.cpp 21 typedef int array_type[10]; typedef
32 operator array_type(); // expected-error{{conversion function cannot convert to an array type}}
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 180 compiler. COMPLEX_TYPE, VECTOR_TYPE, ARRAY_TYPE. */
194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE.
201 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
206 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
440 For ARRAY_TYPE:
    [all...]
tree-check.h 22 #define ARRAY_TYPE_CHECK(t) TREE_CHECK (t, ARRAY_TYPE)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 180 compiler. COMPLEX_TYPE, VECTOR_TYPE, ARRAY_TYPE. */
194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE.
201 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
206 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
440 For ARRAY_TYPE:
    [all...]
tree-check.h 22 #define ARRAY_TYPE_CHECK(t) TREE_CHECK (t, ARRAY_TYPE)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.def 180 compiler. COMPLEX_TYPE, VECTOR_TYPE, ARRAY_TYPE. */
194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE.
201 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
206 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
440 For ARRAY_TYPE:
    [all...]
tree-check.h 22 #define ARRAY_TYPE_CHECK(t) TREE_CHECK (t, ARRAY_TYPE)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.def 180 compiler. COMPLEX_TYPE, VECTOR_TYPE, ARRAY_TYPE. */
194 compiler. ARRAY_TYPE, RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE.
201 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
206 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
440 For ARRAY_TYPE:
    [all...]
tree-check.h 22 #define ARRAY_TYPE_CHECK(t) TREE_CHECK (t, ARRAY_TYPE)
  /external/v8/src/
factory.h 209 ExternalArrayType array_type,
factory.cc 418 ExternalArrayType array_type,
425 array_type,
    [all...]

Completed in 3060 milliseconds

1 2