Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc8472 static const char *current_function_file = ""; variable
8490 current_function_file = name; in alpha_output_filename()
8496 else if (name != current_function_file in alpha_output_filename()
8497 && strcmp (name, current_function_file) != 0) in alpha_output_filename()
8500 current_function_file = name; in alpha_output_filename()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c8467 static const char *current_function_file = ""; variable
8485 current_function_file = name; in alpha_output_filename()
8491 else if (name != current_function_file in alpha_output_filename()
8492 && strcmp (name, current_function_file) != 0) in alpha_output_filename()
8495 current_function_file = name; in alpha_output_filename()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h3215 extern const char *current_function_file; /* filename current function is in */
H A Dmips.cc445 const char *current_function_file = ""; variable
9602 current_function_file = name; in mips_output_filename()
9611 else if (name != current_function_file in mips_output_filename()
9612 && strcmp (name, current_function_file) != 0) in mips_output_filename()
9615 current_function_file = name; in mips_output_filename()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h3196 extern const char *current_function_file; /* filename current function is in */
H A Dmips.c443 const char *current_function_file = ""; variable
9498 current_function_file = name; in mips_output_filename()
9507 else if (name != current_function_file in mips_output_filename()
9508 && strcmp (name, current_function_file) != 0) in mips_output_filename()
9511 current_function_file = name; in mips_output_filename()
/netbsd-src/external/gpl3/gcc/dist/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,