/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransEmptyStatementsAndDealloc.cpp | 107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon764e90600111::EmptyChecker
|
H A D | Transforms.cpp | 267 bool VisitWhileStmt(WhileStmt *S) { VisitWhileStmt() function in __anondeb02e890111::RemovablesCollector
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 247 void VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anondbdf91f90211::CheckOverflowOps
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 87 TerminatorVisitorRetTy VisitWhileStmt(const WhileStmt *S) { VisitWhileStmt() function in clang::dataflow::__anonad1e11cc0211::TerminatorVisitor
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 615 void VisitWhileStmt(const WhileStmt *S) { VisitWhileStmt() function
|
H A D | CoverageMappingGen.cpp | 1491 void VisitWhileStmt(const WhileStmt *S) { VisitWhileStmt() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt() function in __anon185a77070111::NotCalledClarifier
|
H A D | CFG.cpp | 3860 CFGBlock *CFGBuilder::VisitWhileStmt(WhileStmt *W) { VisitWhileStmt() function in CFGBuilder 5564 void VisitWhileStmt(WhileStmt *W) { VisitWhileStmt() function in __anon75c587cf0711::CFGBlockTerminatorPrint
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1626 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { VisitWhileStmt() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1068 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { VisitWhileStmt() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 372 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) { VisitWhileStmt() function in StmtPrinter
|
H A D | StmtProfile.cpp | 293 void StmtProfiler::VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function in StmtProfiler
|
H A D | ASTImporter.cpp | 6879 ExpectedStmt ASTNodeImporter::VisitWhileStmt(WhileStmt *S) { VisitWhileStmt() function in ASTNodeImporter
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 257 void ASTStmtWriter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 277 void ASTStmtReader::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTStmtReader
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2043 void VisitWhileStmt(const WhileStmt *) { VisitWhileStmt() function in __anona8c5d3ef0d11::BreakContinueFinder
|