Searched refs:array4 (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stackdepot_test.cc | 72 uptr array4[] = {1, 3, 2, 5}; in TEST() local 77 StackTrace s4(array4, ARRAY_SIZE(array4)); in TEST()
|
/external/clang/test/SemaCXX/ |
D | c99-variable-length-array-cxx11.cpp | 24 StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
D | c99-variable-length-array.cpp | 20 NonPOD2 array4[N][3]; // expected-error{{variable length array of non-POD element type 'NonPOD2'}} in vla() local
|
/external/clang/test/Parser/ |
D | ms-if-exists.c | 71 int array4[] = { in test_if_exists_init_list() local
|
D | ms-if-exists.cpp | 72 int array4[] = { in test_if_exists_init_list() local
|
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 76 int array4[ambig]; // expected-error {{non-integer type}} variable
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p6.cpp | 54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
|
/external/dbus/dbus/ |
D | dbus-marshal-basic.c | 1676 dbus_int32_t array4[3] = { 123, 456, 789 }; in _dbus_marshal_test() local 1780 MARSHAL_TEST_FIXED_ARRAY (INT32, DBUS_BIG_ENDIAN, array4); in _dbus_marshal_test() 1781 MARSHAL_TEST_FIXED_ARRAY (INT32, DBUS_LITTLE_ENDIAN, array4); in _dbus_marshal_test() 1782 MARSHAL_TEST_FIXED_ARRAY (UINT32, DBUS_BIG_ENDIAN, array4); in _dbus_marshal_test() 1783 MARSHAL_TEST_FIXED_ARRAY (UINT32, DBUS_LITTLE_ENDIAN, array4); in _dbus_marshal_test()
|
/external/clang/test/SemaTemplate/ |
D | default-arguments.cpp | 112 int array4[is_same<X4<add_pointer>, variable
|
D | deduction.cpp | 83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : … variable
|
/external/clang/test/SemaObjCXX/ |
D | literals.mm | 101 id array4 = @[ x.x ];
|
/external/deqp/data/gles3/shaders/ |
D | arrays.test | 1570 float[a+b] array4;
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | arrays.test | 1570 float[a+b] array4;
|