/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransEmptyStatementsAndDealloc.cpp | 107 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anone71d3c0e0111::EmptyChecker
|
H A D | Transforms.cpp | 268 bool VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon26e897370111::RemovablesCollector
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 247 void VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in __anon5f9f32a70211::CheckOverflowOps
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 71 const Expr *VisitWhileStmt(const WhileStmt *S) { return S->getCond(); } in VisitWhileStmt() function in clang::dataflow::__anon57fc8b7a0211::TerminatorVisitor
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 341 bool VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt() function in clang::TrivialFunctionAnalysisVisitor
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 704 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
|
H A D | CoverageMappingGen.cpp | 1573 void VisitWhileStmt(const WhileStmt *S) { in VisitWhileStmt() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 550 std::optional<Clarification> VisitWhileStmt(const WhileStmt *While) { in VisitWhileStmt() function in __anon4ef948f50111::NotCalledClarifier
|
H A D | CFG.cpp | 3857 CFGBlock *CFGBuilder::VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in CFGBuilder 5561 void VisitWhileStmt(WhileStmt *W) { in VisitWhileStmt() function in __anonef2f84bd0711::CFGBlockTerminatorPrint
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1669 void JSONNodeDumper::VisitWhileStmt(const WhileStmt *WS) { in VisitWhileStmt() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1288 void TextNodeDumper::VisitWhileStmt(const WhileStmt *Node) { in VisitWhileStmt() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 375 void StmtPrinter::VisitWhileStmt(WhileStmt *Node) { in 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 | 6981 ExpectedStmt ASTNodeImporter::VisitWhileStmt(WhileStmt *S) { in VisitWhileStmt() function in ASTNodeImporter
|
/freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2066 void VisitWhileStmt(const WhileStmt *) { in VisitWhileStmt() function in __anon4f6f6e9d0d11::BreakContinueFinder
|