Home
last modified time | relevance | path

Searched refs:VisitNode (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h72 virtual PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
415 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
436 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
463 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
565 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
594 PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
612 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
627 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
738 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp40 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg);
79 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
87 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup
109 Changed |= VisitNode(N, TLSBaseAddrReg); in VisitNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp54 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
62 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
89 Changed |= VisitNode(N, TLSBaseAddrReg); in VisitNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp498 auto VisitNode = [&](const Node &N, std::size_t Row, in nearestMatchesForCodepointName() local
499 auto &VisitNode) -> void { in nearestMatchesForCodepointName() argument
532 VisitNode(C, Row, VisitNode); in nearestMatchesForCodepointName()
540 VisitNode(Root, 1, VisitNode); in nearestMatchesForCodepointName()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp45 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
85 PathDiagnosticPieceRef DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode( in VisitNode() function in DynamicTypeChecker::DynamicTypeBugVisitor
H A DCXXDeleteChecker.cpp54 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
184 CXXDeleteChecker::PtrCastVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in CXXDeleteChecker::PtrCastVisitor
H A DObjCSuperDeallocChecker.cpp73 PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
240 SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuperDeallocBRVisitor
H A DTestAfterDivZeroChecker.cpp73 PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
97 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
H A DInnerPointerChecker.cpp58 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
306 PathDiagnosticPieceRef InnerPointerChecker::InnerPointerBRVisitor::VisitNode( in VisitNode() function in InnerPointerChecker::InnerPointerBRVisitor
H A DValistChecker.cpp92 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
378 PathDiagnosticPieceRef ValistChecker::ValistBugVisitor::VisitNode( in VisitNode() function in ValistChecker::ValistBugVisitor
H A DMacOSKeychainAPIChecker.cpp142 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
612 MacOSKeychainAPIChecker::SecKeychainBugVisitor::VisitNode( in VisitNode() function in MacOSKeychainAPIChecker::SecKeychainBugVisitor
H A DMoveChecker.cpp172 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
275 MoveChecker::MovedBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in MoveChecker::MovedBugVisitor
H A DDynamicTypePropagation.cpp86 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
1043 PathDiagnosticPieceRef DynamicTypePropagation::GenericsBugVisitor::VisitNode( in VisitNode() function in DynamicTypePropagation::GenericsBugVisitor
H A DNullabilityChecker.cpp152 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
341 PathDiagnosticPieceRef NullabilityChecker::NullabilityBugVisitor::VisitNode( in VisitNode() function in NullabilityChecker::NullabilityBugVisitor
H A DLocalizationChecker.cpp122 PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
996 NonLocalizedStringBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in NonLocalizedStringBRVisitor
H A DMallocChecker.cpp1005 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
3367 PathDiagnosticPieceRef MallocBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in MallocBugVisitor
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h89 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
H A DMPIBugReporter.cpp88 MPIBugReporter::RequestNodeVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in clang::ento::mpi::MPIBugReporter::RequestNodeVisitor
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp466 PathDiagnosticPieceRef NoStateChangeFuncVisitor::VisitNode( in VisitNode() function in NoStateChangeFuncVisitor
908 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N, in VisitNode() function in __anonc36047d90311::MacroNullReturnSuppressionVisitor
1194 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N, in VisitNode() function in __anonc36047d90411::ReturnVisitor
1251 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
1520 PathDiagnosticPieceRef StoreSiteFinder::VisitNode(const ExplodedNode *Succ, in VisitNode() function in StoreSiteFinder
1835 PathDiagnosticPieceRef TrackConstraintBRVisitor::VisitNode( in VisitNode() function in TrackConstraintBRVisitor
1907 SuppressInlineDefensiveChecksVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuppressInlineDefensiveChecksVisitor
2010 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
2068 TrackControlDependencyCondBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in TrackControlDependencyCondBRVisitor
3500 PathDiagnosticPieceRef FalsePositiveRefutationBRVisitor::VisitNode( in VisitNode() function in FalsePositiveRefutationBRVisitor
[all …]
H A DBugReporter.cpp2813 auto P = V->VisitNode(NextNode, BRC, *R); in generateVisitorsDiagnostics()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp325 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
453 RefCountReportVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() function in RefCountReportVisitor
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp10253 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
10261 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
10284 Changed |= VisitNode(I, TLSBaseAddrReg); in VisitNode()