HomeSort by: relevance | last modified time | path
    Searched defs:is_derived (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc 5664 bool is_derived = gfc_current_state () == COMP_DERIVED; local
5667 if (!gfc_notify_std (GFC_STD_F2003, is_derived
5679 if (!gfc_notify_std (GFC_STD_F2003, is_derived
5698 if (!gfc_notify_std (GFC_STD_F2003, is_derived
5717 gfc_error (is_derived ? G_("Attribute at %L is not allowed in a "
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc 5608 bool is_derived = gfc_current_state () == COMP_DERIVED; local
5611 if (!gfc_notify_std (GFC_STD_F2003, is_derived
5623 if (!gfc_notify_std (GFC_STD_F2003, is_derived
5642 if (!gfc_notify_std (GFC_STD_F2003, is_derived
5661 gfc_error (is_derived ? G_("Attribute at %L is not allowed in a "

Completed in 24 milliseconds