Searched refs:gfc_add_ext_attribute (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | expr.cc | 4146 gfc_add_ext_attribute (&calls, EXT_ATTR_CDECL, NULL); in gfc_check_pointer_assign() 4147 gfc_add_ext_attribute (&calls, EXT_ATTR_STDCALL, NULL); in gfc_check_pointer_assign() 4148 gfc_add_ext_attribute (&calls, EXT_ATTR_FASTCALL, NULL); in gfc_check_pointer_assign()
|
H A D | ChangeLog-2009 | 1499 (gfc_add_ext_attribute): Use it. 1502 * symbol.c (gfc_add_ext_attribute): Ditto. 1958 * symbol.c (gfc_add_ext_attribute): New function. 1970 (gfc_add_ext_attribute): New prototype.
|
H A D | gfortran.h | 3363 bool gfc_add_ext_attribute (symbol_attribute *, ext_attr_id_t, locus *);
|
H A D | ChangeLog | 1461 (gfc_add_ext_attribute): Likewise.
|
H A D | symbol.cc | 990 gfc_add_ext_attribute (symbol_attribute *attr, ext_attr_id_t ext_attr, in gfc_add_ext_attribute() function
|
H A D | decl.cc | 11771 if (!gfc_add_ext_attribute (&attr, (ext_attr_id_t)id, &gfc_current_locus)) in gfc_match_gcc_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | expr.c | 4114 gfc_add_ext_attribute (&calls, EXT_ATTR_CDECL, NULL); in gfc_check_pointer_assign() 4115 gfc_add_ext_attribute (&calls, EXT_ATTR_STDCALL, NULL); in gfc_check_pointer_assign() 4116 gfc_add_ext_attribute (&calls, EXT_ATTR_FASTCALL, NULL); in gfc_check_pointer_assign()
|
H A D | gfortran.h | 3078 bool gfc_add_ext_attribute (symbol_attribute *, ext_attr_id_t, locus *);
|
H A D | symbol.c | 989 gfc_add_ext_attribute (symbol_attribute *attr, ext_attr_id_t ext_attr, in gfc_add_ext_attribute() function
|
H A D | decl.c | 11680 if (!gfc_add_ext_attribute (&attr, (ext_attr_id_t)id, &gfc_current_locus)) in gfc_match_gcc_attributes()
|