Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/special/class.copy/
H A 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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoFlags.def62 // To avoid needing a dedicated value for IndirectVirtualBase, we use
65 HANDLE_DI_FLAG((1 << 2) | (1 << 5), IndirectVirtualBase)
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml94 | IndirectVirtualBase Constructor
H A Dllvm_debuginfo.mli94 | IndirectVirtualBase Constructor