Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c2004 const tree mdtype = DECL_CONTEXT (vtable); in cxx_eval_dynamic_cast_fn() local
2020 tree t = get_component_with_type (obj, type, mdtype); in cxx_eval_dynamic_cast_fn()
2053 obj = get_component_with_type (obj, mdtype, NULL_TREE); in cxx_eval_dynamic_cast_fn()
2062 " base class of dynamic type %qT", objtype, mdtype); in cxx_eval_dynamic_cast_fn()
2074 tree binfo = lookup_base (mdtype, type, ba_check, &b_kind, tf_none); in cxx_eval_dynamic_cast_fn()
2084 "type %qT of its operand", type, mdtype); in cxx_eval_dynamic_cast_fn()
2088 mdtype, type); in cxx_eval_dynamic_cast_fn()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc2157 const tree mdtype = DECL_CONTEXT (vtable); in cxx_eval_dynamic_cast_fn() local
2173 tree t = get_component_with_type (obj, type, mdtype); in cxx_eval_dynamic_cast_fn()
2206 obj = get_component_with_type (obj, mdtype, NULL_TREE); in cxx_eval_dynamic_cast_fn()
2215 " base class of dynamic type %qT", objtype, mdtype); in cxx_eval_dynamic_cast_fn()
2227 tree binfo = lookup_base (mdtype, type, ba_check, &b_kind, tf_none); in cxx_eval_dynamic_cast_fn()
2237 "type %qT of its operand", type, mdtype); in cxx_eval_dynamic_cast_fn()
2241 mdtype, type); in cxx_eval_dynamic_cast_fn()