Searched refs:subob (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | class.cc | 1429 tree subob; // The subobject of T that we're getting tags from. member 1477 else if (TYPE_P (p->subob)) in check_tag() 1481 "that base %qT has", p->t, tag, p->subob)) in check_tag() 1482 inform (location_of (p->subob), "%qT declared here", in check_tag() 1483 p->subob); in check_tag() 1490 p->t, tag, *tp, p->subob)) in check_tag() 1492 inform (location_of (p->subob), "%qD declared here", in check_tag() 1493 p->subob); in check_tag() 1629 check_abi_tags (tree t, tree subob, bool just_checking = false) in check_abi_tags() argument 1643 tree subtype = TYPE_P (subob) ? subob : TREE_TYPE (subob); in check_abi_tags() [all …]
|
| H A D | tree.cc | 3457 tree subob = obj; in replace_placeholders_r() local 3472 subob = build_ctor_subob_ref (ce->index, type, obj); in replace_placeholders_r() 3476 d->obj = subob; in replace_placeholders_r()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | class.c | 1337 tree subob; // The subobject of T that we're getting tags from. member 1385 else if (TYPE_P (p->subob)) in check_tag() 1389 "that base %qT has", p->t, tag, p->subob)) in check_tag() 1390 inform (location_of (p->subob), "%qT declared here", in check_tag() 1391 p->subob); in check_tag() 1398 p->t, tag, *tp, p->subob)) in check_tag() 1400 inform (location_of (p->subob), "%qD declared here", in check_tag() 1401 p->subob); in check_tag() 1537 check_abi_tags (tree t, tree subob, bool just_checking = false) 1551 tree subtype = TYPE_P (subob) ? subob : TREE_TYPE (subob); [all …]
|
| H A D | tree.c | 3244 tree subob = obj; in replace_placeholders_r() local 3259 subob = build_ctor_subob_ref (ce->index, type, obj); in replace_placeholders_r() 3263 d->obj = subob; in replace_placeholders_r()
|