OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NonConstexpr1
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/special/class.ctor/
p6-0x.cpp
5
struct
NonConstexpr1
{ // expected-note {{here}}
9
NonConstexpr1
nl;
11
struct NonConstexpr2a :
NonConstexpr1
{ };
12
constexpr
NonConstexpr1
nc1 =
NonConstexpr1
(); // ok, does not call constructor
18
friend constexpr
NonConstexpr1
::
NonConstexpr1
(); // expected-error {{follows non-constexpr declaration}}
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
23
struct
NonConstexpr1
{
Completed in 1718 milliseconds