Home
last modified time | relevance | path

Searched refs:current_function_file (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h113 extern const char *current_function_file; /* filename current function is in */
H A Dmips.c569 const char *current_function_file = ""; variable
5812 current_function_file = name; in mips_output_filename()
5823 else if (name != current_function_file in mips_output_filename()
5824 && strcmp (name, current_function_file) != 0) in mips_output_filename()
5827 current_function_file = name; in mips_output_filename()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-199918348 current_function_file): Add the `const' keyword.
18364 (current_function_file, mips_cpu_string, mips_isa_string,
18370 * mips.h (current_function_file, mips_cpu_string, mips_isa_string,