Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx2a.cpp194 struct Covariant2 : Covariant1 { struct
198 struct Covariant3 : Covariant2<T> {
206 constexpr const Covariant2<B> *cb2 = &cb;
215 constexpr const Covariant2<C> *cc2 = &cc;