Searched refs:get_tinfo_decl (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | rtti.c | 341 get_tinfo_decl (tree type) in get_tinfo_decl() function 406 tree decl = get_tinfo_decl (type); in get_tinfo_ptr() 631 td2 = get_tinfo_decl (target_type); in build_dynamic_cast_1() 634 td3 = get_tinfo_decl (static_type); in build_dynamic_cast_1() 1422 tinfo = get_tinfo_decl (types[i]); in emit_support_tinfos()
|
| HD | except.c | 134 exp = get_tinfo_decl (type); in eh_type_info()
|
| HD | ChangeLog-2000 | 3060 * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN. 3326 (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI. 4822 * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output. 5005 * rtti.c (get_tinfo_decl): Mark used. 5135 * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi 5552 (throw_bad_cast, throw_bad_typeid, get_tinfo_decl, 5567 * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1, 6506 (get_tinfo_decl): Add new-abi logic. 6686 (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type. 6782 (get_tinfo_decl): ... here. [all …]
|
| HD | ChangeLog-2001 | 842 * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used 1353 (get_tinfo_decl): Remove old abi documentation. 2444 * rtti.c (get_tinfo_decl): Issue error messages about types that 2767 * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME, 3348 (get_tinfo_decl): Do not make typeinfo objects that belong in the
|
| HD | ChangeLog-2004 | 9 * rtti.c (get_tinfo_decl, build_lang_decl): Likewise. 1353 * rtti.c (get_tinfo_decl, build_dynamic_cast_1): Likewise. 1854 (get_tinfo_decl): Adjust pushing the new decl. 2579 * rtti.c (build_headof, get_tinfo_decl, get_pseudo_ti_init, 3049 * rtti.c (get_tinfo_decl): Do not set DECL_VISIBILITY. 3178 * rtti.c (get_tinfo_decl): Use set_linkage_according_to_type. 3246 * rtti.c (get_tinfo_decl): Set typeinfo visibility to class
|
| HD | ChangeLog-2002 | 227 build_typeid, tinfo_name, get_tinfo_decl, get_tinfo_ptr, 716 * rtti.c (get_tinfo_decl): Use it. 2278 * rtti.c (get_tinfo_decl): Set DECL_COMDAT. 2431 (get_tinfo_decl): Adjust. 2946 * rtti.c (get_tinfo_decl): Don't call comdat_linkage.
|
| HD | ChangeLog-2003 | 1439 * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls. 2748 * rtti.c (get_tinfo_decl): Remove OFFSET_TYPE special case. 3866 * rtti.c (get_tinfo_decl): Use pushdecl_top_level_and_finish. 5439 * rtti.c (get_tinfo_decl): Use build_address/build_nop.
|
| HD | ChangeLog | 653 * rtti.c (get_tinfo_decl): Refuse to create type info objects for 5322 * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might 5352 (get_tinfo_decl): Adjust use of tinfo descriptor. 5967 (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
|
| HD | cp-tree.h | 4230 extern tree get_tinfo_decl (tree);
|
| HD | class.c | 7767 decl = build_address (get_tinfo_decl (t)); in build_rtti_vtbl_entries()
|