Home
last modified time | relevance | path

Searched defs:LoopStmt (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DInfiniteLoopCheck.cpp30 static bool isChanged(const Stmt *LoopStmt, const VarDecl *Var, in isChanged()
47 const Stmt *LoopStmt, const Stmt *Cond, in isVarThatIsPossiblyChanged()
74 const Stmt *LoopStmt, const Stmt *Cond, in isAtLeastOneCondVarChanged()
133 const auto *LoopStmt = Result.Nodes.getNodeAs<Stmt>("loop-stmt"); in check() local
/external/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp23 static const Expr *getLoopCondition(const Stmt *LoopStmt) { in getLoopCondition()
41 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp30 const Stmt *LoopStmt; member
75 ProgramStateRef processLoopEnd(const Stmt *LoopStmt, ProgramStateRef State) { in processLoopEnd()
209 bool shouldCompletelyUnroll(const Stmt *LoopStmt, ASTContext &ASTCtx, in shouldCompletelyUnroll()
241 bool madeNewBranch(ExplodedNode *N, const Stmt *LoopStmt) { in madeNewBranch()
261 ProgramStateRef updateLoopStack(const Stmt *LoopStmt, ASTContext &ASTCtx, in updateLoopStack()
DLoopWidening.cpp28 static const Expr *getLoopCondition(const Stmt *LoopStmt) { in getLoopCondition()
46 unsigned BlockCount, const Stmt *LoopStmt) { in getWidenedLoopState()
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp200 const Stmt *LoopStmt = ForLoop; in check() local
/external/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h715 LoopExit(const Stmt *LoopStmt, const LocationContext *LC) in LoopExit()
DCFG.h1158 void appendLoopExit(const Stmt *LoopStmt, BumpVectorContext &C) { in appendLoopExit()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp865 void appendLoopExit(CFGBlock *B, const Stmt *LoopStmt) { in appendLoopExit()
1720 void CFGBuilder::addLoopExit(const Stmt *LoopStmt){ in addLoopExit()