Searched refs:vbase (Results 1 – 4 of 4) sorted by relevance
40 VirtualBase vbase; // expected-error {{union member 'vbase' has a non-trivial copy constructor}} member55 …VirtualBase vbase; // expected-note {{because the function selected to copy field of type 'Virtual… member127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}} in fred() local
320 for vbase in vbases:321 bit_offset = vbase.bit_offset325 members.insert(idx, vbase)329 members.append(vbase)
108 - they have not had their addresses taken by the vbase initializers or
6360 InGroup<DiagGroup<"abstract-vbase-init">>, DefaultIgnore;6650 "class %1 multiple times">, InGroup<DiagGroup<"multiple-move-vbase">>;