Home
last modified time | relevance | path

Searched refs:vbase (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CXX/class/class.union/
Dp1.cpp40 VirtualBase vbase; // expected-error {{union member 'vbase' has a non-trivial copy constructor}} member
55 …VirtualBase vbase; // expected-note {{because the function selected to copy field of type 'Virtual… member
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}} in fred() local
/external/lldb/scripts/Python/interface/
DSBType.i320 for vbase in vbases:
321 bit_offset = vbase.bit_offset
325 members.insert(idx, vbase)
329 members.append(vbase)
/external/clang/
DNOTES.txt108 - they have not had their addresses taken by the vbase initializers or
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td6360 InGroup<DiagGroup<"abstract-vbase-init">>, DefaultIgnore;
6650 "class %1 multiple times">, InGroup<DiagGroup<"multiple-move-vbase">>;