OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notlit
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp
3
struct
notlit
{ // expected-note {{not literal because}}
struct
4
notlit
() {}
function in struct:notlit
23
constexpr
notlit
nl1; // expected-error {{constexpr variable cannot have non-literal type 'const
notlit
'}}
80
template <>
notlit
ft(
notlit
nl) { return nl; }
84
template <>
notlit
S::f() const { return
notlit
(); }
Completed in 49 milliseconds