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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 244 int has_underscore; local
263 has_underscore = strchr (name, '_') != 0;
264 if (flag_second_underscore && has_underscore)
trans-decl.cc 433 int has_underscore; local
459 has_underscore = strchr (sym->name, '_') != 0;
460 if (flag_second_underscore && has_underscore)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 244 int has_underscore; local
263 has_underscore = strchr (name, '_') != 0;
264 if (flag_second_underscore && has_underscore)
trans-decl.cc 432 int has_underscore; local
458 has_underscore = strchr (sym->name, '_') != 0;
459 if (flag_second_underscore && has_underscore)

Completed in 38 milliseconds