Searched refs:LoopState (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 29 struct LoopState { struct 35 LoopState(Kind InK, const Stmt *S, const LocationContext *L, unsigned N) in LoopState() argument 39 static LoopState getNormal(const Stmt *S, const LocationContext *L, in getNormal() argument 41 return LoopState(Normal, S, L, N); in getNormal() 43 static LoopState getUnrolled(const Stmt *S, const LocationContext *L, in getUnrolled() argument 45 return LoopState(Unrolled, S, L, N); in getUnrolled() 51 bool operator==(const LoopState &X) const { in operator ==() argument 69 REGISTER_LIST_WITH_PROGRAMSTATE(LoopStack, LoopState) 334 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() 341 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() [all …]
|