OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonconstexpr
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CXX/special/class.inhctor/
p2.cpp
65
struct
NonConstexpr
{
NonConstexpr
(); constexpr
NonConstexpr
(int); }; // expected-note {{here}}
71
struct BothNonConstexpr :
NonConstexpr
, Constexpr { using Constexpr::Constexpr; }; // expected-note {{non-constexpr constructor '
NonConstexpr
}}
Completed in 433 milliseconds