Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h61 VisitNode(const ExplodedNode *Succ,
109 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
135 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
153 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
178 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
235 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *, in VisitNode() function
263 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
292 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *Succ,
305 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *Succ,
320 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp44 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg);
80 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
88 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup
110 Changed |= VisitNode(*I, TLSBaseAddrReg); in VisitNode()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp55 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
63 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
90 Changed |= VisitNode(N, TLSBaseAddrReg); in VisitNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp49 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
105 DeleteWithNonVirtualDtorChecker::DeleteBugVisitor::VisitNode( in VisitNode() function in DeleteWithNonVirtualDtorChecker::DeleteBugVisitor
H A DDynamicTypeChecker.cpp51 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
93 DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in DynamicTypeChecker::DynamicTypeBugVisitor
H A DVirtualCallChecker.cpp74 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
85 VirtualCallChecker::VirtualBugVisitor::VisitNode(const ExplodedNode *N, in REGISTER_MAP_WITH_PROGRAMSTATE()
H A DObjCSuperDeallocChecker.cpp74 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *Succ,
248 SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuperDeallocBRVisitor
H A DInnerPointerChecker.cpp58 virtual std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
283 InnerPointerChecker::InnerPointerBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in InnerPointerChecker::InnerPointerBRVisitor
H A DTestAfterDivZeroChecker.cpp73 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *Succ,
97 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, in REGISTER_SET_WITH_PROGRAMSTATE()
H A DValistChecker.cpp92 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
377 std::shared_ptr<PathDiagnosticPiece> ValistChecker::ValistBugVisitor::VisitNode( in VisitNode() function in ValistChecker::ValistBugVisitor
H A DMoveChecker.cpp172 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
258 MoveChecker::MovedBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in MoveChecker::MovedBugVisitor
H A DMacOSKeychainAPIChecker.cpp143 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
618 MacOSKeychainAPIChecker::SecKeychainBugVisitor::VisitNode( in VisitNode() function in MacOSKeychainAPIChecker::SecKeychainBugVisitor
H A DDynamicTypePropagation.cpp87 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
933 DynamicTypePropagation::GenericsBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in DynamicTypePropagation::GenericsBugVisitor
H A DNullabilityChecker.cpp141 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
295 NullabilityChecker::NullabilityBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in NullabilityChecker::NullabilityBugVisitor
H A DLocalizationChecker.cpp127 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *Succ,
1004 NonLocalizedStringBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in NonLocalizedStringBRVisitor
H A DMallocChecker.cpp519 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
2871 std::shared_ptr<PathDiagnosticPiece> MallocChecker::MallocBugVisitor::VisitNode( in VisitNode() function in MallocChecker::MallocBugVisitor
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp310 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N, in VisitNode() function in __anona9edee720111::NoStoreFuncVisitor
674 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N, in VisitNode() function in __anona9edee720111::MacroNullReturnSuppressionVisitor
1180 FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in FindLastStoreBRVisitor
1352 TrackConstraintBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in TrackConstraintBRVisitor
1733 NilReceiverBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in NilReceiverBRVisitor
1814 ConditionBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in ConditionBRVisitor
2321 UndefOrNullArgVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in UndefOrNullArgVisitor
2371 CXXSelfAssignmentBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in CXXSelfAssignmentBRVisitor
2423 TaintBugVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in TaintBugVisitor
2449 VisitNode(EndPathNode, BRC, BR); in finalizeVisitor()
[all …]
H A DBugReporter.cpp2575 auto P = V->VisitNode(NextNode, BRC, *R); in generateVisitorsDiagnostics()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h93 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
H A DMPIBugReporter.cpp89 MPIBugReporter::RequestNodeVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in clang::ento::mpi::MPIBugReporter::RequestNodeVisitor
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp253 std::shared_ptr<PathDiagnosticPiece> VisitNode(const ExplodedNode *N,
354 RefCountReportVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in RefCountReportVisitor
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7531 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
7539 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
7563 Changed |= VisitNode(*I, TLSBaseAddrReg); in VisitNode()