OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_expr
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
cxx98-compat.cpp
145
constexpr int
const_expr
= 0; // expected-warning {{'constexpr' specifier is incompatible with C++98}}
variable
146
decltype(
const_expr
) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
147
__decltype(
const_expr
) decl_type2 = 0; // ok
Completed in 42 milliseconds