Home
last modified time | relevance | path

Searched refs:DECL_TINFO_P (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Drepo.c298 else if (DECL_TINFO_P (decl)) in repo_emit_p()
Drtti.c379 DECL_TINFO_P (d) = 1; in get_tinfo_decl()
827 DECL_TINFO_P (name_decl) = 1; in tinfo_base_init()
1454 gcc_assert (DECL_TINFO_P (decl)); in emit_tinfo_decl()
Ddecl2.c1729 else if (TREE_CODE (decl) == VAR_DECL && DECL_TINFO_P (decl) in determine_visibility()
1742 else if (TREE_CODE (decl) == VAR_DECL && DECL_TINFO_P (decl)) in determine_visibility()
1833 && (DECL_TINFO_P (decl) in determine_visibility_from_class()
1994 || DECL_TINFO_P (decl)); in import_export_decl()
2101 else if (TREE_CODE (decl) == VAR_DECL && DECL_TINFO_P (decl)) in import_export_decl()
Dcp-tree.h2009 #define DECL_TINFO_P(NODE) TREE_LANG_FLAG_4 (VAR_DECL_CHECK (NODE)) macro
DChangeLog-20043099 (DECL_TINFO_P): Likewise.