Home
last modified time | relevance | path

Searched defs:NonConstexpr3 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/special/class.ctor/
Dp6-0x.cpp24 struct NonConstexpr3 : virtual Constexpr1 {}; // expected-note {{struct with virtual base}} expecte… struct
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp31 struct NonConstexpr3 { struct
33 …; // expected-error {{constant expression}} expected-note {{undefined constructor 'NonConstexpr2'}}