Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp5 struct Constexpr1 { struct
6 constexpr Constexpr1() : n(0) {} in Constexpr1() argument
9 constexpr Constexpr1 c1a = Constexpr1(Constexpr1()); // ok argument
/external/clang/test/CXX/special/class.ctor/
Dp6-0x.cpp22 struct Constexpr1 {}; struct