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

  /src/external/gpl3/gcc/dist/gcc/
ipa-inline.cc 2789 bool remove_functions = false; local
2934 remove_functions = true;
2952 remove_functions = true;
2966 return remove_functions ? TODO_remove_functions : 0;
ipa-inline.cc 2789 bool remove_functions = false; local
2934 remove_functions = true;
2952 remove_functions = true;
2966 return remove_functions ? TODO_remove_functions : 0;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline.cc 2666 bool remove_functions = false; local
2811 remove_functions = true;
2829 remove_functions = true;
2843 return remove_functions ? TODO_remove_functions : 0;
ipa-inline.cc 2666 bool remove_functions = false; local
2811 remove_functions = true;
2829 remove_functions = true;
2843 return remove_functions ? TODO_remove_functions : 0;

Completed in 147 milliseconds