OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NonConstexpr3
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/special/class.ctor/
p6-0x.cpp
24
struct
NonConstexpr3
: virtual Constexpr1 {}; // expected-note {{struct with virtual base}} expected-note {{declared here}}
25
constexpr
NonConstexpr3
nc3 =
NonConstexpr3
(); // expected-error {{non-literal type 'const
NonConstexpr3
'}}
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
31
struct
NonConstexpr3
{
32
NonConstexpr3
();
Completed in 92 milliseconds