Searched refs:array4 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/SemaCXX/
H A Dc99-variable-length-array-cxx11.cpp24 StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} local
H A Dc99-variable-length-array.cpp20 NonPOD2 array4[N][3]; // expected-error{{variable length array of non-POD element type 'NonPOD2'}} local
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc72 uptr array4[] = {1, 3, 2, 5}; local
77 StackTrace s4(array4, ARRAY_SIZE(array4));
/external/clang/test/Parser/
H A Dms-if-exists.c71 int array4[] = { local
H A Dms-if-exists.cpp72 int array4[] = { local
/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp76 int array4[ambig]; // expected-error {{non-integer type}} variable
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
/external/clang/test/SemaTemplate/
H A Ddefault-arguments.cpp110 int array4[is_same<X4<add_pointer>, variable
H A Ddeduction.cpp83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : -1]; variable

Completed in 1027 milliseconds