Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/drs/
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()
/external/clang/test/CXX/drs/
Ddr2xx.cpp473 D D_object; variable
475 B* B_ptr = &D_object;
478 D_object.~B(); // expected-error {{expression does not match the type}} in f()
479 D_object.B::~B(); in f()