Home
last modified time | relevance | path

Searched refs:hasMoreIteration (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h921 [[nodiscard]] static bool hasMoreIteration(ProgramStateRef State,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp985 if (!ExprEngine::hasMoreIteration(State, FCS, C.getLocationContext())) { in checkPostStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2756 bool ExprEngine::hasMoreIteration(ProgramStateRef State, in hasMoreIteration() function in ExprEngine
2771 ExprEngine::hasMoreIteration(State, ObjCFor, N->getLocationContext()); in assumeCondition()