Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp79 bool isFeasible = b ? Assumption : !Assumption; in assumeAux() local
125 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRangeInternal() local
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h485 bool isFeasible(bool branch) { in isFeasible() function