Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dcall36.f9013 real, pointer :: arrayptr(:) local
/llvm-project/clang/test/Sema/
H A Dderef.c13 typedef int (*arrayptr)[]; in foo2() typedef