Searched refs:LoopState (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 27 struct LoopState { struct 37 static LoopState getNormal(const Stmt *S, const LocationContext *L, in getNormal() argument 39 return LoopState(Normal, S, L, N); in getNormal() 41 static LoopState getUnrolled(const Stmt *S, const LocationContext *L, in getUnrolled() argument 43 return LoopState(Unrolled, S, L, N); in getUnrolled() 49 bool operator==(const LoopState &X) const { in operator ==() argument 66 REGISTER_LIST_WITH_PROGRAMSTATE(LoopStack, LoopState) argument 314 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() 321 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() 330 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() [all …]
|