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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 1752 common_test_p (decision *d, transition *common, vec <transition *> *where)
1769 if (!common_test_p (subd, common, where))
1910 if (common_test_p (outer, trans, where))
1921 if (!common_test_p (outer_end->next, trans, where))
1748 common_test_p (decision *d, transition *common, vec <transition *> *where) function
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 1752 common_test_p (decision *d, transition *common, vec <transition *> *where)
1769 if (!common_test_p (subd, common, where))
1910 if (common_test_p (outer, trans, where))
1921 if (!common_test_p (outer_end->next, trans, where))
1748 common_test_p (decision *d, transition *common, vec <transition *> *where) function

Completed in 28 milliseconds