HomeSort by relevance Sort by last modified time
    Searched full:d_object (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CXX/drs/
dr2xx.cpp 472 D D_object;
474 B* B_ptr = &D_object;
477 D_object.~B(); // expected-error {{expression does not match the type}}
478 D_object.B::~B();

Completed in 434 milliseconds