Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.h112 extern const char *current_function_file; /* filename current function is in */
H A Dmips.c569 const char *current_function_file = ""; variable
5785 current_function_file = name; in mips_output_filename()
5796 else if (name != current_function_file in mips_output_filename()
5797 && strcmp (name, current_function_file) != 0) in mips_output_filename()
5800 current_function_file = name; in mips_output_filename()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c265 const char *current_function_file = ""; variable
6218 current_function_file = name;
6233 else if (name != current_function_file
6234 && strcmp (name, current_function_file) != 0)
6248 current_function_file = name;
H A Dmips.h144 extern const char *current_function_file; /* filename current function is in */
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c8053 static const char *current_function_file = ""; variable
8074 current_function_file = name;
8090 else if (name != current_function_file
8091 && strcmp (name, current_function_file) != 0)
8098 current_function_file = name;
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c8516 static const char *current_function_file = ""; variable
8534 current_function_file = name; in alpha_output_filename()
8546 else if (name != current_function_file in alpha_output_filename()
8547 && strcmp (name, current_function_file) != 0) in alpha_output_filename()
8554 current_function_file = name; in alpha_output_filename()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.13880 current_function_file): Add the `const' keyword.
3896 (current_function_file, mips_cpu_string, mips_isa_string,
3902 * mips.h (current_function_file, mips_cpu_string, mips_isa_string,