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

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 701 tree vfield, vcontext;
715 convert_to_base here, because VCONTEXT may appear more than once
720 vcontext = DECL_CONTEXT (vfield);
721 while (!same_type_ignoring_top_level_qualifiers_p (vcontext, type))
700 tree vfield, vcontext; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 700 tree vfield, vcontext;
714 convert_to_base here, because VCONTEXT may appear more than once
719 vcontext = DECL_CONTEXT (vfield);
720 while (!same_type_ignoring_top_level_qualifiers_p (vcontext, type))
699 tree vfield, vcontext; local

Completed in 25 milliseconds