Searched refs:arrayptr (Results 1 – 4 of 4) sorted by relevance
13 typedef int (*arrayptr)[]; in foo2() typedef14 arrayptr x = 0; in foo2()15 arrayptr y = &*x; in foo2()
4 int (*arrayptr)[10];
1 ptr_to_array.rscript:4:7: error: pointers to arrays cannot be exported: 'arrayptr'
5 int (*arrayptr)[10];