OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultfloatreferencezero
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Analysis/
inline.cpp
283
double
defaultFloatReferenceZero
(const double &i = 0) {
291
clang_analyzer_eval(
defaultFloatReferenceZero
(1) == -1); // expected-warning{{UNKNOWN}}
292
clang_analyzer_eval(
defaultFloatReferenceZero
() == 0); // expected-warning{{UNKNOWN}}
Completed in 55 milliseconds