HomeSort by: relevance | last modified time | path
    Searched defs:current_function_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 8504 static const char *current_function_file = "";
8523 current_function_file = name;
8529 else if (name != current_function_file
8530 && strcmp (name, current_function_file) != 0)
8533 current_function_file = name;
8485 static const char *current_function_file = ""; variable
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 445 const char *current_function_file = ""; variable
9819 current_function_file = name;
9824 else if (name != current_function_file
9825 && strcmp (name, current_function_file) != 0)
9828 current_function_file = name;
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 8495 static const char *current_function_file = "";
8514 current_function_file = name;
8520 else if (name != current_function_file
8521 && strcmp (name, current_function_file) != 0)
8524 current_function_file = name;
8476 static const char *current_function_file = ""; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 445 const char *current_function_file = ""; variable
9645 current_function_file = name;
9654 else if (name != current_function_file
9655 && strcmp (name, current_function_file) != 0)
9658 current_function_file = name;

Completed in 53 milliseconds