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

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 201 static bool base_derived_from (tree, tree);
2631 base_derived_from (tree derived, tree base)
2690 if (base_derived_from (TREE_VALUE (*candidate), binfo))
2693 if (base_derived_from (binfo, TREE_VALUE (*candidate)))
2627 base_derived_from (tree derived, tree base) function
class.cc 201 static bool base_derived_from (tree, tree);
2631 base_derived_from (tree derived, tree base)
2690 if (base_derived_from (TREE_VALUE (*candidate), binfo))
2693 if (base_derived_from (binfo, TREE_VALUE (*candidate)))
2627 base_derived_from (tree derived, tree base) function
class.cc 201 static bool base_derived_from (tree, tree);
2631 base_derived_from (tree derived, tree base)
2690 if (base_derived_from (TREE_VALUE (*candidate), binfo))
2693 if (base_derived_from (binfo, TREE_VALUE (*candidate)))
2627 base_derived_from (tree derived, tree base) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 201 static bool base_derived_from (tree, tree);
2405 base_derived_from (tree derived, tree base)
2464 if (base_derived_from (TREE_VALUE (*candidate), binfo))
2467 if (base_derived_from (binfo, TREE_VALUE (*candidate)))
2401 base_derived_from (tree derived, tree base) function
class.cc 201 static bool base_derived_from (tree, tree);
2405 base_derived_from (tree derived, tree base)
2464 if (base_derived_from (TREE_VALUE (*candidate), binfo))
2467 if (base_derived_from (binfo, TREE_VALUE (*candidate)))
2401 base_derived_from (tree derived, tree base) function
class.cc 201 static bool base_derived_from (tree, tree);
2405 base_derived_from (tree derived, tree base)
2464 if (base_derived_from (TREE_VALUE (*candidate), binfo))
2467 if (base_derived_from (binfo, TREE_VALUE (*candidate)))
2401 base_derived_from (tree derived, tree base) function

Completed in 136 milliseconds