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

  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 155 func_checker::compare_decl (const_tree t1, const_tree t2) function in class:ipa_icf_gimple::func_checker
352 return compare_decl (t1, t2);
510 ret = compare_decl (t1, t2);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 152 func_checker::compare_decl (const_tree t1, const_tree t2) function in class:ipa_icf_gimple::func_checker
349 return compare_decl (t1, t2);
472 ret = compare_decl (t1, t2);

Completed in 23 milliseconds