OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SingleValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp
1180
auto
SingleValue
= [](RangeInt v) {
1213
ReturnValueCondition(OutOfRange,
SingleValue
(0))})
1222
ReturnValueCondition(WithinRange,
SingleValue
(0))})
1229
ReturnValueCondition(OutOfRange,
SingleValue
(0))})
1235
ReturnValueCondition(WithinRange,
SingleValue
(0))}));
1240
ReturnValueCondition(OutOfRange,
SingleValue
(0))})
1242
ReturnValueCondition(WithinRange,
SingleValue
(0))}));
1247
ReturnValueCondition(OutOfRange,
SingleValue
(0))})
1249
ReturnValueCondition(WithinRange,
SingleValue
(0))}));
1254
ReturnValueCondition(OutOfRange,
SingleValue
(0))}
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
5547
Constant *
SingleValue
= nullptr;
5571
SingleValue
= Values.begin()->second;
5585
if (CaseRes !=
SingleValue
)
5586
SingleValue
= nullptr;
5599
if (DefaultValue !=
SingleValue
)
5600
SingleValue
= nullptr;
5605
if (
SingleValue
) {
5616
assert(TableSize >= 2 && "Should be a
SingleValue
table.");
5683
return
SingleValue
;
Completed in 30 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026