Searched defs:array (Results 1 - 25 of 446) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/init/
H A Dbrace3.C1 int array[2][1] = { {0} {1} }; // { dg-error "" } variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dmacro-1.C3 short array[3] __attribute__ ((aligned (__BIGGEST_ALIGNMENT__))); variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg12.C2 int array[3] = { 1, 2, 3, 4 }; /* { dg-error "" } excess initializer elements */ variable
H A Drfg7.C6 wchar_t array[] = L"xxx"; // { dg-bogus "" } wchar_t variable
H A Drfg6.C4 const wchar_t *(array[]) = { L"xyz" }; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dmacro-1.c3 short array[3] __attribute__ ((aligned (__BIGGEST_ALIGNMENT__))); variable
H A DWframe-larger-than.c11 char array[4096]; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/
H A D1.cc23 template class std::array<int, 5>; member in class:std
H A D2.cc27 template class std::array<__gnu_test::NonDefaultConstructible, 3>; member in class:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/
H A Dexplicit_instantiation.cc27 template class std::tr1::array<int, 5>; member in class:std::tr1
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/init/
H A Dbrace3.C1 int array[2][1] = { {0} {1} }; // { dg-error "" } variable
H A Dptrfn2.C11 s array[] = variable
H A Dptrfn3.C11 s array[] = variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg12.C2 int array[3] = { 1, 2, 3, 4 }; /* { dg-error "" } excess initializer elements */ variable
H A Drfg7.C6 wchar_t array[] = L"xxx"; // { dg-bogus "" } wchar_t variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec21.C15 int array[5]; variable
H A Dspec26.C8 template <class T> struct Y { static const X array[]; }; member in struct:Y
9 template <> const X Y<int>::array []; member in class:Y
11 template <> const X Y<int>::array [] = { 0, 1, 2, 3 }; member in class:Y
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A D19990119-1.c9 char array[i == 6 ? 1 : -1]; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Darray.f16 INTEGER array(1:2,-1:1) variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/
H A Dinstantiate.cc36 template class std::tr1::array<int, 5>; member in class:std::tr1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bob/
H A Darray1.C3 char array[10]; // { dg-warning "" } local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Darray1.C6 char array[~(~((__SIZE_TYPE__)0ul)>>1)|~(((__SIZE_TYPE__)0ul)>>3)]; // { dg-error "" } overflow in array dimension.* variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A D19990119-1.c9 char array[i == 6 ? 1 : -1]; variable
H A D19990409-1.c6 char array[XLINE == __LINE__ ? 1 : -1]; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-pre-7.c4 foo (int *array) argument

Completed in 432 milliseconds

1234567891011>>