Searched refs:current_function_file (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c4127 static const char *current_function_file = "";
4149 current_function_file = name;
4165 else if (name != current_function_file
4166 && strcmp (name, current_function_file) != 0)
4173 current_function_file = name;
4113 static const char *current_function_file = ""; variable
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c153 const char *current_function_file = ""; variable
5160 current_function_file = name;
5175 else if (name != current_function_file
5176 && strcmp (name, current_function_file) != 0)
5190 current_function_file = name;
H A Dmips.h119 extern const char *current_function_file; /* filename current function is in */
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.h3098 extern const char *current_function_file; /* filename current function is in */
H A Dmips.c582 const char *current_function_file = ""; variable
8928 current_function_file = name;
8937 else if (name != current_function_file
8938 && strcmp (name, current_function_file) != 0)
8941 current_function_file = name;
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c8571 static const char *current_function_file = "";
8590 current_function_file = name;
8596 else if (name != current_function_file
8597 && strcmp (name, current_function_file) != 0)
8600 current_function_file = name;
8552 static const char *current_function_file = ""; variable

Completed in 319 milliseconds