Home
last modified time | relevance | path

Searched defs:VisitNode (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/build/make/tools/compliance/
H A Dpolicy_walk.go50 type VisitNode func(lg *LicenseGraph, target *TargetNode, path TargetEdgePath) bool type
54 func WalkTopDown(ctx EdgeContextProvider, lg *LicenseGraph, visit VisitNode) {
84 func WalkTopDownBreadthFirst(ctx EdgeContextProvider, lg *LicenseGraph, visit VisitNode) {
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp386 PathDiagnosticPiece *VisitNode(const ExplodedNode *N, in VisitNode() function in __anona249d5bb0111::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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp501 auto VisitNode = [&](const Node &N, std::size_t Row, in nearestMatchesForCodepointName() local
502 auto &VisitNode) -> void { in nearestMatchesForCodepointName()
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DDominatorTree.h99 void VisitNode(Node* node) { in VisitNode() function
H A DDominatorTree_test.cpp57 void VisitNode(const DominatorTree::Node* node, const int indent) { in VisitNode() function in aapt::__anon074546430111::PrettyPrinter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp87 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp62 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp60 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp62 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp87 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp88 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp88 PathDiagnosticPiece *MPIBugReporter::RequestNodeVisitor::VisitNode( in VisitNode() function in clang::ento::mpi::MPIBugReporter::RequestNodeVisitor
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h265 PathDiagnosticPiece *VisitNode(const ExplodedNode *N, in VisitNode() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp94 PathDiagnosticPiece *DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode( in VisitNode() function in DynamicTypeChecker::DynamicTypeBugVisitor
H A DObjCSuperDeallocChecker.cpp252 PathDiagnosticPiece *SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuperDeallocBRVisitor
H A DMacOSKeychainAPIChecker.cpp592 PathDiagnosticPiece *MacOSKeychainAPIChecker::SecKeychainBugVisitor::VisitNode( in VisitNode() function in MacOSKeychainAPIChecker::SecKeychainBugVisitor
H A DDynamicTypePropagation.cpp895 PathDiagnosticPiece *DynamicTypePropagation::GenericsBugVisitor::VisitNode( in VisitNode() function in DynamicTypePropagation::GenericsBugVisitor
H A DLocalizationChecker.cpp899 NonLocalizedStringBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in NonLocalizedStringBRVisitor
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlower_tuples.cpp264 static void VisitNode(Node* n, Node* insert_point) { in VisitNode() function
/aosp_15_r20/external/armnn/delegate/classic/src/
H A Darmnn_delegate.cpp523 TfLiteStatus ArmnnSubgraph::VisitNode(DelegateData& delegateData, in VisitNode() function in armnnDelegate::ArmnnSubgraph
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h539 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
/aosp_15_r20/external/armnn/delegate/opaque/src/
H A Darmnn_delegate.cpp617 TfLiteStatus ArmnnSubgraph::VisitNode(DelegateData& delegateData, in VisitNode() function in armnnOpaqueDelegate::ArmnnSubgraph

12