Searched refs:LoopState (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 28 struct LoopState { struct 38 static LoopState getNormal(const Stmt *S, const LocationContext *L, in getNormal() argument 40 return LoopState(Normal, S, L, N); in getNormal() 42 static LoopState getUnrolled(const Stmt *S, const LocationContext *L, in getUnrolled() argument 44 return LoopState(Unrolled, S, L, N); in getUnrolled() 50 bool operator==(const LoopState &X) const { in operator ==() argument 67 REGISTER_LIST_WITH_PROGRAMSTATE(LoopStack, LoopState) argument 264 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() 271 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() 280 LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath)); in updateLoopStack() [all …]
|