Home
last modified time | relevance | path

Searched refs:location_text (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.c421 char *location_text = diagnostic_get_location_text (context, s); in diagnostic_build_prefix() local
423 char *result = build_message_string ("%s %s%s%s", location_text, in diagnostic_build_prefix()
425 free (location_text); in diagnostic_build_prefix()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.cc504 char *location_text = diagnostic_get_location_text (context, s); in diagnostic_build_prefix() local
506 char *result = build_message_string ("%s %s%s%s", location_text, in diagnostic_build_prefix()
508 free (location_text); in diagnostic_build_prefix()