Home
last modified time | relevance | path

Searched defs:array1 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dchar_traits_requirements.cc55 char array1[] = {'z', 'u', 'm', 'a', ' ', 'b', 'e', 'a', 'c', 'h', 0}; in test01() local
140 wchar_t array1[] = {L'z', L'u', L'm', L'a', L' ', L'b', L'e', L'a', L'c', L'h', 0}; in test02() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010114-1.c10 int array1[1] = { 1 }; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dline4.c17 char array1[i == 44 ? 1 : -1]; variable
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dnarrow_stream_objects.cc81 char array1[20]; in test01() local
H A Distream_extractor_char.cc45 char array1[n]; in test01() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp77 uptr array1[] = {1, 2, 3, 4, 7}; in TEST_F() local
87 uptr array1[] = {0x111, 0x222, 0x333, 0x444, 0x777}; in TEST_F() local
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dprintcmds.c78 unsigned char array1[4]; member