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

  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 612 binfo_inherited_from (tree binfo, tree init_binfo, tree inh)
626 && binfo_inherited_from (base_binfo, init_binfo,
646 if (!binfo_inherited_from (TYPE_BINFO (current_class_type), binfo, inh))
2609 = binfo_inherited_from (binfo, base_binfo, *inheriting_ctor)))
610 binfo_inherited_from (tree binfo, tree init_binfo, tree inh) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 612 binfo_inherited_from (tree binfo, tree init_binfo, tree inh)
626 && binfo_inherited_from (base_binfo, init_binfo,
646 if (!binfo_inherited_from (TYPE_BINFO (current_class_type), binfo, inh))
2478 = binfo_inherited_from (binfo, base_binfo, *inheriting_ctor)))
610 binfo_inherited_from (tree binfo, tree init_binfo, tree inh) function

Completed in 31 milliseconds