OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFeasible
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp
183
bool
isFeasible
= b ? Assumption : !Assumption;
184
return
isFeasible
? state : nullptr;
CoreEngine.cpp
642
if (!
isFeasible
(branch))
ExprEngine.cpp
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h
444
bool
isFeasible
(bool branch) {
Completed in 65 milliseconds