Home
last modified time | relevance | path

Searched refs:gfc_add_ext_attribute (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc4146 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 DChangeLog-20091499 (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 Dgfortran.h3363 bool gfc_add_ext_attribute (symbol_attribute *, ext_attr_id_t, locus *);
H A DChangeLog1461 (gfc_add_ext_attribute): Likewise.
H A Dsymbol.cc990 gfc_add_ext_attribute (symbol_attribute *attr, ext_attr_id_t ext_attr, in gfc_add_ext_attribute() function
H A Ddecl.cc11771 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 Dexpr.c4114 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 Dgfortran.h3078 bool gfc_add_ext_attribute (symbol_attribute *, ext_attr_id_t, locus *);
H A Dsymbol.c989 gfc_add_ext_attribute (symbol_attribute *attr, ext_attr_id_t ext_attr, in gfc_add_ext_attribute() function
H A Ddecl.c11680 if (!gfc_add_ext_attribute (&attr, (ext_attr_id_t)id, &gfc_current_locus)) in gfc_match_gcc_attributes()