Home
last modified time | relevance | path

Searched refs:array3 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray1.C12 const iArr array3={ variable
23 || sizeof (array3)/sizeof (array3[0]) != 3 in main()
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass26-frag.c39 volatile int array3[10]; in main() local
42 if (p != & array3[0]) in main()
45 array3[1] = 2; in main()
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Distream_extractor_char.cc95 signed char array3[n]; in test01() local
97 is_02 >> array3; // should snake "as" in test01()
101 VERIFY( array3[0] == 'a' ); in test01()
102 VERIFY( array3[1] == 's' ); in test01()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dline4.c19 char array3[__LINE__ == 19 ? 1 : -1]; variable
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dprintcmds.c80 unsigned char array3[1]; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog10085 * g++.old-deja/g++.other/array3.C: New test.