Searched defs:arrayptr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/test/Semantics/ | ||
H A D | call36.f90 | 13 real, pointer :: arrayptr(:) local |
/llvm-project/clang/test/Sema/ | ||
H A D | deref.c | 13 typedef int (*arrayptr)[]; in foo2() typedef |