Searched refs:has_underscore (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-common.c253 int has_underscore; local
269 has_underscore = strchr (name, '_') != 0;
270 if (flag_second_underscore && has_underscore)
H A Dtrans-decl.c387 int has_underscore; local
412 has_underscore = strchr (sym->name, '_') != 0;
413 if (flag_second_underscore && has_underscore)

Completed in 126 milliseconds