Home
last modified time | relevance | path

Searched refs:DECL_VTABLE_OR_VTT_P (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDrepo.c296 if (DECL_VTABLE_OR_VTT_P (decl)) in repo_emit_p()
HDdecl2.c1708 || !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()
HDcp-tree.h2012 #define DECL_VTABLE_OR_VTT_P(NODE) TREE_LANG_FLAG_5 (VAR_DECL_CHECK (NODE)) macro
HDclass.c698 DECL_VTABLE_OR_VTT_P (decl) = 1; in build_vtable()
HDdecl.c12396 if (TREE_CODE (decl) == VAR_DECL && DECL_VTABLE_OR_VTT_P (decl)) in cxx_comdat_group()
HDChangeLog-20033764 * cp-tree.h (DECL_VTABLE_OR_VTT_P): New macro.