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

  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 1160 const char* symstd; local
1182 if (!gfc_check_intrinsic_standard (isym, &symstd, false, loc)
1191 sym->name, &loc, symstd, sym->name);
4848 warning/error is emitted; but if symstd is not NULL, it is pointed to a
4856 const char** symstd, bool silent, locus where)
4928 if (symstd)
4929 *symstd = symstd_msg;
resolve.cc 1862 const char* symstd; local
1931 if (!gfc_check_intrinsic_standard (isym, &symstd, false, sym->declared_at))
1937 sym->name, &sym->declared_at, symstd);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 1159 const char* symstd; local
1181 if (!gfc_check_intrinsic_standard (isym, &symstd, false, loc)
1190 sym->name, &loc, symstd, sym->name);
4838 warning/error is emitted; but if symstd is not NULL, it is pointed to a
4846 const char** symstd, bool silent, locus where)
4914 if (symstd)
4915 *symstd = symstd_msg;
resolve.cc 1832 const char* symstd; local
1901 if (!gfc_check_intrinsic_standard (isym, &symstd, false, sym->declared_at))
1907 sym->name, &sym->declared_at, symstd);

Completed in 52 milliseconds