Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp24 struct NonConstexpr3 : virtual Constexpr1 {}; // expected-note {{struct with virtual base}} expecte… struct
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp32 struct NonConstexpr3 { struct
34 …; // expected-error {{constant expression}} expected-note {{undefined constructor 'NonConstexpr2'}}