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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 5582 bool good_base; local
5625 && ((good_base = DERIVED_FROM_P (t2, t1)) || DERIVED_FROM_P (t1, t2)))
5627 if (good_base && at_least_as_qualified_p (t2, t1))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 5261 bool good_base; local
5304 && ((good_base = DERIVED_FROM_P (t2, t1)) || DERIVED_FROM_P (t1, t2)))
5306 if (good_base && at_least_as_qualified_p (t2, t1))

Completed in 42 milliseconds