| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | LoopWidening.cpp | 37 return cast<DoStmt>(LoopStmt)->getCond(); in getLoopCondition() 50 assert((isa<ForStmt, WhileStmt, DoStmt, CXXForRangeStmt>(LoopStmt))); in getWidenedLoopState()
|
| HD | LoopUnrolling.cpp | 75 return isa_and_nonnull<ForStmt, WhileStmt, DoStmt>(S); in isLoopStmt()
|
| HD | CoreEngine.cpp | 358 HandleBranch(cast<DoStmt>(Term)->getCond(), Term, B, Pred); in HandleBlockExit()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | IdenticalExprChecker.cpp | 394 const DoStmt *DStmt1 = cast<DoStmt>(Stmt1); in isIdenticalStmt() 395 const DoStmt *DStmt2 = cast<DoStmt>(Stmt2); in isIdenticalStmt()
|
| HD | UnreachableCodeChecker.cpp | 155 if (isa<DoStmt>(Parent)) in checkEndAnalysis()
|
| HD | ErrnoChecker.cpp | 89 CondFound = (S == cast<DoStmt>(ParentS)->getCond()); in isInCondition()
|
| HD | MallocOverflowSecurityChecker.cpp | 253 void VisitDoStmt(DoStmt *S) { in VisitDoStmt()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ParentMap.cpp | 205 return DirectChild == cast<DoStmt>(P)->getCond(); in isConsumedExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransEmptyStatementsAndDealloc.cpp | 119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
|
| HD | Transforms.cpp | 273 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CodeGenPGO.cpp | 99 DoStmt, enumerator 416 bool TraverseDoStmt(DoStmt *Do) { in TraverseDoStmt() 497 return PGOHash::DoStmt; in DEFINE_NESTABLE_TRAVERSAL() 729 void VisitDoStmt(const DoStmt *S) { in VisitDoStmt()
|
| HD | CGStmt.cpp | 157 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S), Attrs); break; in EmitStmt() 1101 void CodeGenFunction::EmitDoStmt(const DoStmt &S, in EmitDoStmt()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | ReachableCode.cpp | 56 if (const DoStmt *DS = dyn_cast<DoStmt>(Term)) { in isTrivialDoWhile()
|
| HD | LiveVariables.cpp | 306 AddLiveExpr(val.liveExprs, LV.ESetFact, cast<DoStmt>(S)->getCond()); in Visit()
|
| HD | CFG.cpp | 588 CFGBlock *VisitDoStmt(DoStmt *D); 2305 return VisitDoStmt(cast<DoStmt>(S)); in Visit() 4171 CFGBlock *CFGBuilder::VisitDoStmt(DoStmt *D) { in VisitDoStmt() 5567 void VisitDoStmt(DoStmt *D) { in VisitDoStmt() 6287 E = cast<DoStmt>(Terminator)->getCond(); in getTerminatorCondition()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| HD | PtrTypesSemantics.cpp | 331 bool VisitDoStmt(const DoStmt *DS) { return VisitChildren(DS); } in VisitDoStmt()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| HD | TypeErasedDataflowAnalysis.cpp | 72 const Expr *VisitDoStmt(const DoStmt *S) { return S->getCond(); } in VisitDoStmt()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 15 def DoStmt : StmtNode<Stmt>;
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Compiler.h | 204 bool visitDoStmt(const DoStmt *S);
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Stmt.h | 248 friend class DoStmt; in alignas() local 2730 class DoStmt : public Stmt { 2737 DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation WL, in DoStmt() function 2746 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt() function
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaStmtAttr.cpp | 94 if (!isa<DoStmt, ForStmt, CXXForRangeStmt, WhileStmt>(St)) { in handleLoopHintAttr()
|
| HD | SemaAvailability.cpp | 704 return cast<DoStmt>(Parent)->getBody() == S; in isBodyLikeChildStmt()
|
| HD | AnalysisBasedWarnings.cpp | 970 Range = cast<DoStmt>(Term)->getCond()->getSourceRange(); in DiagUninitUse() 1361 if (!cast<DoStmt>(S)->getCond()->EvaluateAsInt(Result, Ctx)) in isInLoop()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 2241 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DoStmt> doStmt; 5607 AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, in AST_POLYMORPHIC_MATCHER_P() argument 5751 AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, WhileStmt, CXXForRangeStmt, in AST_POLYMORPHIC_MATCHER_P() argument
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 906 const internal::VariadicDynCastAllOfMatcher<Stmt, DoStmt> doStmt;
|