Home
last modified time | relevance | path

Searched refs:static_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c684 tree static_type, target_type, boff; in build_dynamic_cast_1() local
729 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype)); in build_dynamic_cast_1()
734 td3 = get_tinfo_decl (static_type); in build_dynamic_cast_1()
740 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc702 tree static_type, target_type, boff; in build_dynamic_cast_1() local
747 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype)); in build_dynamic_cast_1()
752 td3 = get_tinfo_decl (static_type); in build_dynamic_cast_1()
758 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()