Home
last modified time | relevance | path

Searched defs:atype (Results 1 – 9 of 9) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dmodule-single-point-of-def.f9021 type atype type
38 type(atype) :: atype component
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-cache-validity.f9010 type atype type
H A Dacc-update-validity.f9010 type atype type
H A Dacc-loop.f9010 type atype type
H A Dacc-kernels-loop.f9010 type atype type
H A Dacc-serial.f9010 type atype type
H A Dacc-kernels.f9010 type atype type
H A Dacc-data.f9012 type atype type
/llvm-project/clang/test/Parser/
H A Ddeclarators.c29 typedef int atype; typedef
31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */ in test3() argument