reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp
   48   assert(isa<ForStmt>(LoopStmt) || isa<WhileStmt>(LoopStmt) ||
   48   assert(isa<ForStmt>(LoopStmt) || isa<WhileStmt>(LoopStmt) ||
   49          isa<DoStmt>(LoopStmt));
   93   return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt),