Home
last modified time | relevance | path

Searched refs:IndirectVirtualBase (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoFlags.def52 // To avoid needing a dedicated value for IndirectVirtualBase, we use
55 HANDLE_DI_FLAG((1 << 2) | (1 << 5), IndirectVirtualBase)
/external/clang/test/CXX/special/class.copy/
Dimplicit-move.cpp122 struct IndirectVirtualBase : DirectVirtualBase {}; // expected-note {{copy assignment operator) not… struct
153 IndirectVirtualBase ivb; in test_deletion_exclusion()
154 ivb = IndirectVirtualBase(); // expected-error {{no viable}} in test_deletion_exclusion()