OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Constexpr1
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/special/class.copy/
p13-0x.cpp
5
struct
Constexpr1
{
6
constexpr
Constexpr1
() : n(0) {}
9
constexpr
Constexpr1
c1a =
Constexpr1
(
Constexpr1
()); // ok
10
constexpr
Constexpr1
c1b =
Constexpr1
(
Constexpr1
(c1a)); // ok
13
Constexpr1
ce1;
/external/clang/test/CXX/special/class.ctor/
p6-0x.cpp
22
struct
Constexpr1
{};
23
constexpr
Constexpr1
c1 =
Constexpr1
(); // ok
24
struct NonConstexpr3 : virtual
Constexpr1
{}; // expected-note {{struct with virtual base}} expected-note {{declared here}}
Completed in 53 milliseconds