Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dderef.c13 typedef int (*arrayptr)[]; in foo2() typedef
14 arrayptr x = 0; in foo2()
15 arrayptr y = &*x; in foo2()
/llvm-project/flang/test/Semantics/
H A Dcall36.f9013 real, pointer :: arrayptr(:) local
19 call intentInUnlimited(arrayptr)
21 call intentInOutUnlimited(arrayptr)