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

  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 1989 bool trunc_warn = true; local
2005 if (!trunc_warn && c != '!')
2006 trunc_warn = true;
2008 if (trunc_warn && ((gfc_current_form == FORM_FIXED && c == '&')
2010 trunc_warn = false;
2015 if (trunc_warn && !seen_comment)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 1985 bool trunc_warn = true; local
2001 if (!trunc_warn && c != '!')
2002 trunc_warn = true;
2004 if (trunc_warn && ((gfc_current_form == FORM_FIXED && c == '&')
2006 trunc_warn = false;
2011 if (trunc_warn && !seen_comment)

Completed in 28 milliseconds