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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp78 bool isFeasible = b ? Assumption : !Assumption; local
79 return isFeasible ? State : nullptr;
124 bool isFeasible = (IsInRange == InRange); local
125 return isFeasible ? State : nullptr;
H A DCoreEngine.cpp638 if (!isFeasible(branch))
H A DExprEngine.cpp2175 if (builder.isFeasible(true)) {
2183 if (builder.isFeasible(false)) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h472 bool isFeasible(bool branch) { function in class:clang::ento::BranchNodeBuilder

Completed in 121 milliseconds