Home
last modified time | relevance | path

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

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