Searched refs:ST_ATTR_DECL (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c194 match ("allocatable", gfc_match_allocatable, ST_ATTR_DECL);
195 match ("asynchronous", gfc_match_asynchronous, ST_ATTR_DECL);
199 match (NULL, gfc_match_bind_c_stmt, ST_ATTR_DECL);
203 match ("codimension", gfc_match_codimension, ST_ATTR_DECL);
204 match ("contiguous", gfc_match_contiguous, ST_ATTR_DECL);
209 match ("dimension", gfc_match_dimension, ST_ATTR_DECL);
216 match ("external", gfc_match_external, ST_ATTR_DECL);
230 match ("intent", gfc_match_intent, ST_ATTR_DECL);
231 match ("intrinsic", gfc_match_intrinsic, ST_ATTR_DECL);
242 match ("optional", gfc_match_optional, ST_ATTR_DECL);
[all...]
H A Dgfortran.h201 ST_ARITHMETIC_IF, ST_ALLOCATE, ST_ATTR_DECL, ST_ASSOCIATE, enumerator in enum:__anon86
H A Ddecl.c7153 *st = ST_ATTR_DECL;
7178 *st = ST_ATTR_DECL;

Completed in 115 milliseconds