Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c50 #define IS_ARRAY_EXPLICIT(as) ((as->type == AS_EXPLICIT ? 1 : 0)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc51 #define IS_ARRAY_EXPLICIT(as) ((as->type == AS_EXPLICIT ? 1 : 0)) macro