OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mulby3
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
constexpr-printing.cpp
94
constexpr LabelDiffTy
mulBy3
(LabelDiffTy x) { return x * 3; } // expected-note {{subexpression}}
96
static_assert(
mulBy3
((LabelDiffTy)&&a-(LabelDiffTy)&&b) == 3, ""); // expected-error {{constant expression}} expected-note {{call to '
mulBy3
(&&a - &&b)'}}
Completed in 53 milliseconds