Searched refs:DECL_VTABLE_OR_VTT_P (Results 1 – 6 of 6) sorted by relevance
296 if (DECL_VTABLE_OR_VTT_P (decl)) in repo_emit_p()
1708 || !DECL_VTABLE_OR_VTT_P (decl)); in determine_visibility()1834 || (DECL_VTABLE_OR_VTT_P (decl) in determine_visibility_from_class()1993 || DECL_VTABLE_OR_VTT_P (decl) in import_export_decl()2035 else if (TREE_CODE (decl) == VAR_DECL && DECL_VTABLE_OR_VTT_P (decl)) in import_export_decl()3003 if (DECL_VTABLE_OR_VTT_P (t)) in cxx_callgraph_analyze_expr()
2012 #define DECL_VTABLE_OR_VTT_P(NODE) TREE_LANG_FLAG_5 (VAR_DECL_CHECK (NODE)) macro
698 DECL_VTABLE_OR_VTT_P (decl) = 1; in build_vtable()
12396 if (TREE_CODE (decl) == VAR_DECL && DECL_VTABLE_OR_VTT_P (decl)) in cxx_comdat_group()
3764 * cp-tree.h (DECL_VTABLE_OR_VTT_P): New macro.