Home
last modified time | relevance | path

Searched defs:vbase (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CXX/class/class.union/
H A 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
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Ddtor.cpp6 namespace vbase { namespace
/llvm-project/clang/test/CXX/special/class.init/class.inhctor.init/
H A Dp1.cpp55 namespace vbase { namespace