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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 2972 int underlying_vis = type_visibility (underlying_type);
2973 if (underlying_vis == VISIBILITY_ANON
2976 constrain_visibility (decl, underlying_vis, false);
2967 int underlying_vis = type_visibility (underlying_type); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 2814 int underlying_vis = type_visibility (underlying_type);
2815 if (underlying_vis == VISIBILITY_ANON
2818 constrain_visibility (decl, underlying_vis, false);
2809 int underlying_vis = type_visibility (underlying_type); local

Completed in 23 milliseconds