Searched refs:binfo_type (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 16620 tree binfo_type = BINFO_TYPE (BASELINK_BINFO (baselink)); in tsubst_baselink() local 16621 binfo_type = tsubst (binfo_type, args, complain, in_decl); in tsubst_baselink() 16622 bool dependent_p = (binfo_type != BINFO_TYPE (BASELINK_BINFO (baselink)) in tsubst_baselink() 16657 binfo_type); in tsubst_baselink() 16682 BASELINK_BINFO (baselink) = lookup_base (qualifying_scope, binfo_type, in tsubst_baselink()
|
| H A D | ChangeLog | 2411 (tsubst_baselink): Pass binfo_type as newtype to
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 16144 tree binfo_type = BINFO_TYPE (BASELINK_BINFO (baselink)); in tsubst_baselink() local 16145 binfo_type = tsubst (binfo_type, args, complain, in_decl); in tsubst_baselink() 16146 bool dependent_p = (binfo_type != BINFO_TYPE (BASELINK_BINFO (baselink)) in tsubst_baselink() 16182 BASELINK_BINFO (baselink) = lookup_base (qualifying_scope, binfo_type, in tsubst_baselink()
|