Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h61 virtual PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
159 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
185 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
203 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
230 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
309 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
336 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
365 PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
383 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
398 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h62 virtual PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
124 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
153 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
175 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
198 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
265 PathDiagnosticPiece *VisitNode(const ExplodedNode *N, in VisitNode() function
297 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
328 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp43 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(*I, TLSBaseAddrReg); in VisitNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp43 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(*I, TLSBaseAddrReg); in VisitNode()
/external/llvm/lib/Target/SystemZ/
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()
/external/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp52 return VisitNode(DT->getRootNode(), 0); in runOnMachineFunction()
60 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
87 Changed |= VisitNode(N, TLSBaseAddrReg); in VisitNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
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()
/external/llvm-project/llvm/lib/Target/AArch64/
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()
/external/llvm-project/clang-tools-extra/clang-move/
DHelperDeclRefGraph.cpp77 std::function<void(const CallGraphNode *)> VisitNode = in getReachableNodes() local
83 VisitNode(*It); in getReachableNodes()
86 VisitNode(RootNode); in getReachableNodes()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeleteWithNonVirtualDtorChecker.cpp48 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
106 DeleteWithNonVirtualDtorChecker::DeleteBugVisitor::VisitNode( in VisitNode() function in DeleteWithNonVirtualDtorChecker::DeleteBugVisitor
DDynamicTypeChecker.cpp50 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
91 PathDiagnosticPieceRef DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode( in VisitNode() function in DynamicTypeChecker::DynamicTypeBugVisitor
DObjCSuperDeallocChecker.cpp72 PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
247 SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuperDeallocBRVisitor
DTaint.h97 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
DTestAfterDivZeroChecker.cpp72 PathDiagnosticPieceRef VisitNode(const ExplodedNode *Succ,
96 DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, BugReporterContext &BRC, in REGISTER_SET_WITH_PROGRAMSTATE()
DInnerPointerChecker.cpp58 VisitNode(const ExplodedNode *N, BugReporterContext &BRC,
281 PathDiagnosticPieceRef InnerPointerChecker::InnerPointerBRVisitor::VisitNode( in VisitNode() function in InnerPointerChecker::InnerPointerBRVisitor
DValistChecker.cpp91 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
378 PathDiagnosticPieceRef ValistChecker::ValistBugVisitor::VisitNode( in VisitNode() function in ValistChecker::ValistBugVisitor
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypeChecker.cpp52 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
94 PathDiagnosticPiece *DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode( in VisitNode() function in DynamicTypeChecker::DynamicTypeBugVisitor
DObjCSuperDeallocChecker.cpp76 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
252 PathDiagnosticPiece *SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuperDeallocBRVisitor
DTestAfterDivZeroChecker.cpp73 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
97 PathDiagnosticPiece *DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, in REGISTER_SET_WITH_PROGRAMSTATE()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp375 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
544 NoStoreFuncVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BR, in VisitNode() function in NoStoreFuncVisitor
802 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N, in VisitNode() function in __anon2753049a0211::MacroNullReturnSuppressionVisitor
1176 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N, in VisitNode() function in __anon2753049a0311::ReturnVisitor
1360 FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in FindLastStoreBRVisitor
1545 PathDiagnosticPieceRef TrackConstraintBRVisitor::VisitNode( in VisitNode() function in TrackConstraintBRVisitor
1622 SuppressInlineDefensiveChecksVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuppressInlineDefensiveChecksVisitor
1722 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
1780 TrackControlDependencyCondBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in TrackControlDependencyCondBRVisitor
2094 NilReceiverBRVisitor::VisitNode(const ExplodedNode *N, BugReporterContext &BRC, in VisitNode() function in NilReceiverBRVisitor
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h95 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
DMPIBugReporter.cpp88 PathDiagnosticPiece *MPIBugReporter::RequestNodeVisitor::VisitNode( in VisitNode() function in clang::ento::mpi::MPIBugReporter::RequestNodeVisitor
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h92 PathDiagnosticPieceRef VisitNode(const ExplodedNode *N,
DMPIBugReporter.cpp88 MPIBugReporter::RequestNodeVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in clang::ento::mpi::MPIBugReporter::RequestNodeVisitor
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp386 PathDiagnosticPiece *VisitNode(const ExplodedNode *N, in VisitNode() function in __anonf6d8172c0111::ReturnVisitor
450 PathDiagnosticPiece *FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in FindLastStoreBRVisitor
731 TrackConstraintBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in TrackConstraintBRVisitor
811 SuppressInlineDefensiveChecksVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuppressInlineDefensiveChecksVisitor
1123 PathDiagnosticPiece *NilReceiverBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in NilReceiverBRVisitor
1206 PathDiagnosticPiece *ConditionBRVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in ConditionBRVisitor
1644 UndefOrNullArgVisitor::VisitNode(const ExplodedNode *N, in VisitNode() function in UndefOrNullArgVisitor

12