| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cvt.c | 284 ba_unique, NULL, complain); in convert_to_pointer_force() 288 ba_unique, NULL, complain); in convert_to_pointer_force()
|
| H A D | search.c | 1400 ba_unique, NULL, tf_none); in adjust_result_of_qualified_name_lookup() 1406 ba_unique, NULL, tf_none); in adjust_result_of_qualified_name_lookup()
|
| H A D | class.c | 289 ba_unique, NULL, complain); in build_base_path() 623 binfo = lookup_base (object_type, type, check_access ? ba_check : ba_unique, in convert_to_base() 719 ba_unique, NULL, tf_none); in build_vtbl_ref() 10293 tree base = lookup_base (type, parent, ba_unique, NULL, tf_none); in uniquely_derived_from_p()
|
| H A D | typeck2.c | 58 tree binfo = lookup_base (type, base, ba_unique, in binfo_or_else()
|
| H A D | typeck.c | 2626 member_scope, ba_unique, &kind, complain); in build_class_member_access_expr() 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 | cp-tree.h | 5347 ba_unique = 1 << 0, /* Must be a unique base. */ enumerator 5349 ba_check = ba_unique | ba_check_bit,
|
| H A D | call.c | 8793 TREE_TYPE (parmtype), ba_unique, in build_over_call()
|
| H A D | pt.c | 16183 ba_unique, NULL, complain); in tsubst_baselink()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cvt.cc | 284 ba_unique, NULL, complain); in convert_to_pointer_force() 288 ba_unique, NULL, complain); in convert_to_pointer_force()
|
| H A D | search.cc | 1416 ba_unique, NULL, tf_none); in adjust_result_of_qualified_name_lookup() 1422 ba_unique, NULL, tf_none); in adjust_result_of_qualified_name_lookup()
|
| H A D | class.cc | 300 ba_unique, NULL, complain); in build_base_path() 627 binfo = lookup_base (object_type, type, check_access ? ba_check : ba_unique, in convert_to_base() 750 ba_unique, NULL, tf_none); in build_vtbl_ref() 10411 tree base = lookup_base (type, parent, ba_unique, NULL, tf_none); in uniquely_derived_from_p()
|
| H A D | typeck2.cc | 58 tree binfo = lookup_base (type, base, ba_unique, in binfo_or_else()
|
| H A D | typeck.cc | 2794 member_scope, ba_unique, &kind, complain); in build_class_member_access_expr() 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 | mangle.cc | 2978 binfo = lookup_base (cur, base, ba_unique, NULL, tf_none); in write_base_ref()
|
| H A D | cp-tree.h | 5584 ba_unique = 1 << 0, /* Must be a unique base. */ enumerator 5586 ba_check = ba_unique | ba_check_bit,
|
| H A D | call.cc | 9505 base_binfo = lookup_base (base_binfo, ctx, ba_unique, NULL, complain); in build_over_call()
|
| H A D | pt.cc | 16683 ba_unique, nullptr, complain); in tsubst_baselink()
|