Searched refs:has_underscore (Results 1 – 4 of 4) sorted by relevance
244 int has_underscore; in gfc_sym_mangled_common_id() local263 has_underscore = strchr (name, '_') != 0; in gfc_sym_mangled_common_id()264 if (flag_second_underscore && has_underscore) in gfc_sym_mangled_common_id()
435 int has_underscore; in gfc_sym_mangled_function_id() local461 has_underscore = strchr (sym->name, '_') != 0; in gfc_sym_mangled_function_id()462 if (flag_second_underscore && has_underscore) in gfc_sym_mangled_function_id()
432 int has_underscore; in gfc_sym_mangled_function_id() local458 has_underscore = strchr (sym->name, '_') != 0; in gfc_sym_mangled_function_id()459 if (flag_second_underscore && has_underscore) in gfc_sym_mangled_function_id()