Searched refs:array_end (Results 1 – 2 of 2) sorted by relevance
142 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" \
18 static T* array_end(T(&array)[N]) { return &array[N]; } in array_end() function31 int* e = foo::array_end(i); in main()