Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp79 bool isFeasible = b ? Assumption : !Assumption; in assumeAux() local
125 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRangeInternal() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h476 bool isFeasible(bool branch) { isFeasible() function