Home
last modified time | relevance | path

Searched refs: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() function
9 constexpr Constexpr1 c1a = Constexpr1(Constexpr1()); // ok argument
10 constexpr Constexpr1 c1b = Constexpr1(Constexpr1(c1a)); // ok
13 Constexpr1 ce1;
/external/clang/test/CXX/special/class.ctor/
Dp6-0x.cpp22 struct Constexpr1 {}; struct
23 constexpr Constexpr1 c1 = Constexpr1(); // ok
24 struct NonConstexpr3 : virtual Constexpr1 {}; // expected-note {{struct with virtual base}} expecte…