/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cvt.c | 151 binfo = lookup_base (intype_class, type_class, ba_check, in cp_convert_to_pointer() 156 binfo = lookup_base (type_class, intype_class, ba_check, in cp_convert_to_pointer() 357 tree binfo = lookup_base (argtype, target_type, ba_check, in build_up_reference()
|
H A D | typeck2.c | 2083 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check, in build_scoped_ref() 2249 binfo = lookup_base (objtype, ctype, ba_check, NULL, complain); in build_m_component_ref()
|
H A D | rtti.c | 648 ba_check, NULL, complain); in build_dynamic_cast_1()
|
H A D | typeck.c | 3175 access_path = lookup_base (object_type, scope, ba_check, in finish_class_member_access_expr() 3821 basetype, ba_check, NULL, complain); in get_member_function_from_ptrfunc() 7424 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() 7594 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() 8873 binfo = lookup_base (to, from, c_cast_p ? ba_unique : ba_check, in get_delta_difference_1()
|
H A D | search.c | 1955 ba_check, NULL, tf_none); in check_final_overrider()
|
H A D | class.c | 623 binfo = lookup_base (object_type, type, check_access ? ba_check : ba_unique, in convert_to_base() 10302 tree base = lookup_base (type, parent, ba_ignore_scope | ba_check, in publicly_uniquely_derived_p()
|
H A D | cp-tree.h | 5349 ba_check = ba_unique | ba_check_bit, enumerator
|
H A D | constexpr.c | 2074 tree binfo = lookup_base (mdtype, type, ba_check, &b_kind, tf_none); in cxx_eval_dynamic_cast_fn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cvt.cc | 151 binfo = lookup_base (intype_class, type_class, ba_check, in cp_convert_to_pointer() 156 binfo = lookup_base (type_class, intype_class, ba_check, in cp_convert_to_pointer() 357 tree binfo = lookup_base (argtype, target_type, ba_check, in build_up_reference()
|
H A D | typeck2.cc | 2038 binfo = lookup_base (TREE_TYPE (datum), basetype, ba_check, in build_scoped_ref() 2210 binfo = lookup_base (objtype, ctype, ba_check, NULL, complain); in build_m_component_ref()
|
H A D | rtti.cc | 666 ba_check, NULL, complain); in build_dynamic_cast_1()
|
H A D | typeck.cc | 3345 access_path = lookup_base (object_type, scope, ba_check, in finish_class_member_access_expr() 4082 basetype, ba_check, NULL, complain); in get_member_function_from_ptrfunc() 7945 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() 8129 c_cast_p ? ba_unique : ba_check, in build_static_cast_1() 9420 binfo = lookup_base (to, from, c_cast_p ? ba_unique : ba_check, in get_delta_difference_1()
|
H A D | search.cc | 1977 ba_check, NULL, tf_none); in check_final_overrider()
|
H A D | class.cc | 627 binfo = lookup_base (object_type, type, check_access ? ba_check : ba_unique, in convert_to_base() 10420 tree base = lookup_base (type, parent, ba_ignore_scope | ba_check, in publicly_uniquely_derived_p()
|
H A D | cp-tree.h | 5586 ba_check = ba_unique | ba_check_bit, enumerator
|
H A D | constexpr.cc | 2227 tree binfo = lookup_base (mdtype, type, ba_check, &b_kind, tf_none); in cxx_eval_dynamic_cast_fn()
|