Home
last modified time | relevance | path

Searched defs:isFeasible (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSimpleConstraintManager.cpp183 bool isFeasible = b ? Assumption : !Assumption; in assumeAux() local
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCoreEngine.h442 bool isFeasible(bool branch) { in isFeasible() function