Home
last modified time | relevance | path

Searched refs:int_array (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_benchmarks_test.cc46 int *int_array = new int[kLen]; in TEST() local
47 ManyAccessFunc(int_array, kLen, 1 << 24); in TEST()
48 delete [] int_array; in TEST()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Ddecl_direct_abstract.c74 void int_array(int[]);
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstd-gnu11.m4648 typedef std::array<int, 20> int_array;
717 …cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, …
742 …cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, …
743 cxx11test::int_array::size_type size = array.size();