/aosp_15_r20/build/make/tools/compliance/ |
H A D | policy_walk.go | 50 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 D | BugReporterVisitors.cpp | 386 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 D | UnicodeNameToCodepoint.cpp | 501 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 D | DominatorTree.h | 99 void VisitNode(Node* node) { in VisitNode() function
|
H A D | DominatorTree_test.cpp | 57 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 D | SystemZLDCleanup.cpp | 87 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 D | AArch64CleanupLocalDynamicTLSPass.cpp | 62 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { in VisitNode() function
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 60 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 D | AArch64CleanupLocalDynamicTLSPass.cpp | 62 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 D | SystemZLDCleanup.cpp | 87 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 88 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode() function in SystemZLDCleanup
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIBugReporter.cpp | 88 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 D | BugReporterVisitor.h | 265 PathDiagnosticPiece *VisitNode(const ExplodedNode *N, in VisitNode() function
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypeChecker.cpp | 94 PathDiagnosticPiece *DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode( in VisitNode() function in DynamicTypeChecker::DynamicTypeBugVisitor
|
H A D | ObjCSuperDeallocChecker.cpp | 252 PathDiagnosticPiece *SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in SuperDeallocBRVisitor
|
H A D | MacOSKeychainAPIChecker.cpp | 592 PathDiagnosticPiece *MacOSKeychainAPIChecker::SecKeychainBugVisitor::VisitNode( in VisitNode() function in MacOSKeychainAPIChecker::SecKeychainBugVisitor
|
H A D | DynamicTypePropagation.cpp | 895 PathDiagnosticPiece *DynamicTypePropagation::GenericsBugVisitor::VisitNode( in VisitNode() function in DynamicTypePropagation::GenericsBugVisitor
|
H A D | LocalizationChecker.cpp | 899 NonLocalizedStringBRVisitor::VisitNode(const ExplodedNode *Succ, in VisitNode() function in NonLocalizedStringBRVisitor
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | lower_tuples.cpp | 264 static void VisitNode(Node* n, Node* insert_point) { in VisitNode() function
|
/aosp_15_r20/external/armnn/delegate/classic/src/ |
H A D | armnn_delegate.cpp | 523 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/ |
D | BugReporterVisitors.h | 538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitors.h | 538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitors.h | 539 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitors.h | 538 PathDiagnosticPieceRef VisitNode(const ExplodedNode *, BugReporterContext &, in VisitNode() function
|
/aosp_15_r20/external/armnn/delegate/opaque/src/ |
H A D | armnn_delegate.cpp | 617 TfLiteStatus ArmnnSubgraph::VisitNode(DelegateData& delegateData, in VisitNode() function in armnnOpaqueDelegate::ArmnnSubgraph
|