Home
last modified time | relevance | path

Searched refs:array_end (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Ddump.exp142 set array_end [capture_value "/x &intarray\[32\]"]
149 make_dump_file "dump mem intarr2.bin $array_start $array_end" \
155 make_dump_file "dump bin mem intarr2b.bin $array_start $array_end" \
161 make_dump_file "dump srec mem intarr2.srec $array_start $array_end" \
167 make_dump_file "dump ihex mem intarr2.ihex $array_start $array_end" \
173 make_dump_file "dump tekhex mem intarr2.tekhex $array_start $array_end" \
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp69.C18 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function
31 int* e = foo::array_end(i); in main()