Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dderef.c13 typedef int (*arrayptr)[]; in foo2() typedef
14 arrayptr x = 0; in foo2()
15 arrayptr y = &*x; in foo2()