Home
last modified time | relevance | path

Searched refs:CLASSTYPE_VISIBILITY (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c2342 && CLASSTYPE_VISIBILITY (*tp) > *vis_p) in min_vis_r()
2343 *vis_p = CLASSTYPE_VISIBILITY (*tp); in min_vis_r()
2741 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type); in determine_visibility_from_class()
H A Dcp-tree.h2124 #define CLASSTYPE_VISIBILITY(TYPE) \ macro
H A Dpt.c9963 DECL_VISIBILITY (type_decl) = CLASSTYPE_VISIBILITY (template_type); in lookup_template_class_1()
11686 CLASSTYPE_VISIBILITY (type) = CLASSTYPE_VISIBILITY (pattern); in instantiate_class_template_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc2546 this_vis = CLASSTYPE_VISIBILITY (*tp); in min_vis_r()
2949 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type); in determine_visibility_from_class()
H A Dcp-tree.h2283 #define CLASSTYPE_VISIBILITY(TYPE) \ macro
H A Dpt.cc10205 DECL_VISIBILITY (type_decl) = CLASSTYPE_VISIBILITY (template_type); in lookup_template_class_1()
12051 CLASSTYPE_VISIBILITY (type) = CLASSTYPE_VISIBILITY (pattern); in instantiate_class_template_1()
H A DChangeLog-20114950 * cp-tree.h (CLASSTYPE_VISIBILITY): Use
H A DChangeLog-20043239 * cp-tree.h: Added CLASSTYPE_VISIBILITY and