Home
last modified time | relevance | path

Searched defs:VisitWhileStmt (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransEmptyStatementsAndDealloc.cpp107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon7b3bdca70111::EmptyChecker
HDTransforms.cpp268 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon1529c1500111::RemovablesCollector
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocOverflowSecurityChecker.cpp247 void VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anone67a80c00211::CheckOverflowOps
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTypeErasedDataflowAnalysis.cpp71 const Expr *VisitWhileStmt(const WhileStmt *S) { return S->getCond(); } in VisitWhileStmt() function in clang::dataflow::__anon8f1ab5130211::TerminatorVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDPtrTypesSemantics.cpp341 bool VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt() function in clang::TrivialFunctionAnalysisVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenPGO.cpp704 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
HDCoverageMappingGen.cpp1573 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCalledOnceCheck.cpp550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt() function in __anon38afe86e0111::NotCalledClarifier
HDCFG.cpp3857 CFGBlock *CFGBuilder::VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in CFGBuilder
5561 void VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in __anon5c1c66b60711::CFGBlockTerminatorPrint
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1669 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt() function in JSONNodeDumper
HDTextNodeDumper.cpp1288 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { in VisitWhileStmt() function in TextNodeDumper
HDStmtPrinter.cpp375 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) { in VisitWhileStmt() function in StmtPrinter
HDStmtProfile.cpp293 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function in StmtProfiler
HDASTImporter.cpp6981 ExpectedStmt ASTNodeImporter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTNodeImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp257 void ASTStmtWriter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtWriter
HDASTReaderStmt.cpp277 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp2066 void VisitWhileStmt(const WhileStmt *) { in VisitWhileStmt() function in __anon59f88fb60d11::BreakContinueFinder