Home
last modified time | relevance | path

Searched refs:isFeasible (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp79 bool isFeasible = b ? Assumption : !Assumption; in assumeAux() local
80 return isFeasible ? State : nullptr; in assumeAux()
125 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRangeInternal() local
126 return isFeasible ? State : nullptr; in assumeInclusiveRangeInternal()
H A DCoreEngine.cpp667 if (!isFeasible(branch)) in generateNode()
H A DExprEngine.cpp2778 if (builder.isFeasible(true)) { in processBranch()
2786 if (builder.isFeasible(false)) { in processBranch()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h485 bool isFeasible(bool branch) { in isFeasible() function