Home
last modified time | relevance | path

Searched refs:DoStmt (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp394 const DoStmt *DStmt1 = cast<DoStmt>(Stmt1); in isIdenticalStmt()
395 const DoStmt *DStmt2 = cast<DoStmt>(Stmt2); in isIdenticalStmt()
H A DUnreachableCodeChecker.cpp155 if (isa<DoStmt>(Parent)) in checkEndAnalysis()
H A DErrnoChecker.cpp89 CondFound = (S == cast<DoStmt>(ParentS)->getCond()); in isInCondition()
H A DMallocOverflowSecurityChecker.cpp253 void VisitDoStmt(DoStmt *S) { in VisitDoStmt()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp119 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
H A DTransforms.cpp273 bool VisitDoStmt(DoStmt *S) { in VisitDoStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp205 return DirectChild == cast<DoStmt>(P)->getCond(); in isConsumedExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp99 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()
H A DCGStmt.cpp157 case Stmt::DoStmtClass: EmitDoStmt(cast<DoStmt>(*S), Attrs); break; in EmitStmt()
1101 void CodeGenFunction::EmitDoStmt(const DoStmt &S, in EmitDoStmt()
H A DCodeGenFunction.cpp1640 if (isa<SwitchStmt>(S) || isa<WhileStmt>(S) || isa<DoStmt>(S) || in containsBreak()
1663 isa<DoStmt>(S) || isa<ForStmt>(S) || isa<CompoundStmt>(S) || in mightAddDeclToScope()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp56 if (const DoStmt *DS = dyn_cast<DoStmt>(Term)) { in isTrivialDoWhile()
H A DLiveVariables.cpp306 AddLiveExpr(val.liveExprs, LV.ESetFact, cast<DoStmt>(S)->getCond()); in Visit()
H A DCFG.cpp588 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp75 return isa_and_nonnull<ForStmt, WhileStmt, DoStmt>(S); in isLoopStmt()
H A DCoreEngine.cpp358 HandleBranch(cast<DoStmt>(Term)->getCond(), Term, B, Pred); in HandleBlockExit()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp331 bool VisitDoStmt(const DoStmt *DS) { return VisitChildren(DS); } in VisitDoStmt()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp72 const Expr *VisitDoStmt(const DoStmt *S) { return S->getCond(); } in VisitDoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td15 def DoStmt : StmtNode<Stmt>;
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h204 bool visitDoStmt(const DoStmt *S);
H A DCompiler.cpp4181 return visitDoStmt(cast<DoStmt>(S)); in visitStmt()
4373 template <class Emitter> bool Compiler<Emitter>::visitDoStmt(const DoStmt *S) { in visitDoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h248 friend class DoStmt;
2730 class DoStmt : public Stmt {
2737 DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation WL,
2746 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {}
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp94 if (!isa<DoStmt, ForStmt, CXXForRangeStmt, WhileStmt>(St)) { in handleLoopHintAttr()
H A DSemaAvailability.cpp704 return cast<DoStmt>(Parent)->getBody() == S; in isBodyLikeChildStmt()
H A DAnalysisBasedWarnings.cpp970 Range = cast<DoStmt>(Term)->getCond()->getSourceRange(); in DiagUninitUse()
1361 if (!cast<DoStmt>(S)->getCond()->EvaluateAsInt(Result, Ctx)) in isInLoop()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2241 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

12