Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr2xx.cpp481 D D_object; variable
483 B* B_ptr = &D_object;
486D_object.~B(); // expected-error {{does not match the type 'dr244::D' of the object being destroye… in f()
487 D_object.B::~B(); in f()
488 D_object.D::~B(); // FIXME: Missing diagnostic for this. in f()
498 void f(T *B_ptr, U D_object) { in f() argument
499 D_object.~B(); // FIXME: Missing diagnostic for this. in f()
500 D_object.B::~B(); in f()
501 D_object.D::~B(); // FIXME: Missing diagnostic for this. in f()