Searched refs:ST_ATTR_DECL (Results 1 – 8 of 8) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | parse.c | 197 match (NULL, gfc_match_bind_c_stmt, ST_ATTR_DECL); in decode_specification_statement() 228 match ("intent", gfc_match_intent, ST_ATTR_DECL); in decode_specification_statement() 258 match ("save", gfc_match_save, ST_ATTR_DECL); in decode_specification_statement() 259 match ("static", gfc_match_static, ST_ATTR_DECL); in decode_specification_statement() 264 match ("target", gfc_match_target, ST_ATTR_DECL); in decode_specification_statement() 272 match ("value", gfc_match_value, ST_ATTR_DECL); in decode_specification_statement() 512 match ("intent", gfc_match_intent, ST_ATTR_DECL); in decode_statement() 560 match ("save", gfc_match_save, ST_ATTR_DECL); in decode_statement() 581 match ("value", gfc_match_value, ST_ATTR_DECL); in decode_statement() 1815 case ST_ATTR_DECL: in gfc_ascii_statement() [all …]
|
H A D | parse.cc | 199 match (NULL, gfc_match_bind_c_stmt, ST_ATTR_DECL); in decode_specification_statement() 230 match ("intent", gfc_match_intent, ST_ATTR_DECL); in decode_specification_statement() 260 match ("save", gfc_match_save, ST_ATTR_DECL); in decode_specification_statement() 261 match ("static", gfc_match_static, ST_ATTR_DECL); in decode_specification_statement() 266 match ("target", gfc_match_target, ST_ATTR_DECL); in decode_specification_statement() 274 match ("value", gfc_match_value, ST_ATTR_DECL); in decode_specification_statement() 514 match ("intent", gfc_match_intent, ST_ATTR_DECL); in decode_statement() 562 match ("save", gfc_match_save, ST_ATTR_DECL); in decode_statement() 583 match ("value", gfc_match_value, ST_ATTR_DECL); in decode_statement() 1944 case ST_ATTR_DECL: in gfc_ascii_statement() [all …]
|
H A D | gfortran.h | 235 ST_ARITHMETIC_IF, ST_ALLOCATE, ST_ATTR_DECL, ST_ASSOCIATE, enumerator
|
H A D | decl.c | 9270 *st = ST_ATTR_DECL; in gfc_match_private() 9311 *st = ST_ATTR_DECL; in gfc_match_public()
|
H A D | decl.cc | 9350 *st = ST_ATTR_DECL; in gfc_match_private() 9391 *st = ST_ATTR_DECL; in gfc_match_public()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | parse.c | 197 match (NULL, gfc_match_bind_c_stmt, ST_ATTR_DECL); in decode_specification_statement() 228 match ("intent", gfc_match_intent, ST_ATTR_DECL); in decode_specification_statement() 258 match ("save", gfc_match_save, ST_ATTR_DECL); in decode_specification_statement() 259 match ("static", gfc_match_static, ST_ATTR_DECL); in decode_specification_statement() 264 match ("target", gfc_match_target, ST_ATTR_DECL); in decode_specification_statement() 272 match ("value", gfc_match_value, ST_ATTR_DECL); in decode_specification_statement() 512 match ("intent", gfc_match_intent, ST_ATTR_DECL); in decode_statement() 560 match ("save", gfc_match_save, ST_ATTR_DECL); in decode_statement() 581 match ("value", gfc_match_value, ST_ATTR_DECL); in decode_statement() 1815 case ST_ATTR_DECL: in gfc_ascii_statement() [all …]
|
H A D | gfortran.h | 201 ST_ARITHMETIC_IF, ST_ALLOCATE, ST_ATTR_DECL, ST_ASSOCIATE, enumerator
|
H A D | decl.c | 9270 *st = ST_ATTR_DECL; in gfc_match_private() 9311 *st = ST_ATTR_DECL; in gfc_match_public()
|