Searched refs:VisitNode (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp44 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg);
77 return VisitNode(DT->getRootNode(), 0);
85 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, function in class:SystemZLDCleanup
107 Changed |= VisitNode(*I, TLSBaseAddrReg);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h61 virtual PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
123 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
152 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
174 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
197 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
264 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
296 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
327 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp49 return VisitNode(DT->getRootNode(), 0);
57 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { function in struct:__anon12428::LDTLSCleanup
84 Changed |= VisitNode(N, TLSBaseAddrReg);
/external/v8/src/compiler/
H A Dcontrol-flow-optimizer.h31 void VisitNode(Node* node);
H A Dcontrol-flow-optimizer.cc39 VisitNode(node);
54 void ControlFlowOptimizer::VisitNode(Node* node) { function in class:v8::internal::compiler::ControlFlowOptimizer
67 VisitNode(node);
H A Dmemory-optimizer.h107 void VisitNode(Node*, AllocationState const*);
H A Dmemory-optimizer.cc30 VisitNode(token.node, token.state);
72 void MemoryOptimizer::VisitNode(Node* node, AllocationState const* state) { function in class:v8::internal::compiler::MemoryOptimizer
H A Dinstruction-selector.h245 void VisitNode(Node* node);
H A Dscheduler.cc1232 VisitNode(queue_.front());
1241 void VisitNode(Node* node) { function in class:v8::internal::compiler::ScheduleEarlyNodeVisitor
1357 VisitNode(node);
1365 void VisitNode(Node* node) { function in class:v8::internal::compiler::ScheduleLateNodeVisitor
H A Dinstruction-selector.cc735 VisitNode(node);
844 void InstructionSelector::VisitNode(Node* node) { function in class:v8::internal::InstructionSelector
H A Dsimplified-lowering.cc566 VisitNode(node, info->truncation(), nullptr);
589 // Reuse {VisitNode()} so the representation rules are in one place.
592 VisitNode(node, info->truncation(), lowering);
1160 void VisitNode(Node* node, Truncation truncation, function in class:v8::internal::compiler::RepresentationSelector
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp52 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
94 PathDiagnosticPiece *DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode( function in class:DynamicTypeChecker::DynamicTypeBugVisitor
H A DTestAfterDivZeroChecker.cpp73 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
97 PathDiagnosticPiece *DivisionBRVisitor::VisitNode(const ExplodedNode *Succ, function in class:DivisionBRVisitor
H A DMacOSKeychainAPIChecker.cpp146 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
600 PathDiagnosticPiece *MacOSKeychainAPIChecker::SecKeychainBugVisitor::VisitNode( function in class:MacOSKeychainAPIChecker::SecKeychainBugVisitor
H A DDynamicTypePropagation.cpp86 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
871 PathDiagnosticPiece *DynamicTypePropagation::GenericsBugVisitor::VisitNode( function in class:DynamicTypePropagation::GenericsBugVisitor
H A DNullabilityChecker.cpp157 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
280 PathDiagnosticPiece *NullabilityChecker::NullabilityBugVisitor::VisitNode( function in class:NullabilityChecker::NullabilityBugVisitor
H A DRetainCountChecker.cpp1763 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
1889 PathDiagnosticPiece *CFRefReportVisitor::VisitNode(const ExplodedNode *N, function in class:CFRefReportVisitor
H A DMallocChecker.cpp461 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
2600 MallocChecker::MallocBugVisitor::VisitNode(const ExplodedNode *N, function in class:MallocChecker::MallocBugVisitor
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp382 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
446 PathDiagnosticPiece *FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ, function in class:FindLastStoreBRVisitor
727 TrackConstraintBRVisitor::VisitNode(const ExplodedNode *N, function in class:TrackConstraintBRVisitor
807 SuppressInlineDefensiveChecksVisitor::VisitNode(const ExplodedNode *Succ, function in class:SuppressInlineDefensiveChecksVisitor
1065 PathDiagnosticPiece *NilReceiverBRVisitor::VisitNode(const ExplodedNode *N, function in class:NilReceiverBRVisitor
1148 PathDiagnosticPiece *ConditionBRVisitor::VisitNode(const ExplodedNode *N, function in class:ConditionBRVisitor
1582 UndefOrNullArgVisitor::VisitNode(const ExplodedNode *N, function in class:UndefOrNullArgVisitor
H A DBugReporter.cpp515 PathDiagnosticPiece *Piece = V->VisitNode(N, Pred, PDB, *R);
870 if (PathDiagnosticPiece *p = V->VisitNode(N, NextNode, PDB, *R)) {
1568 if (PathDiagnosticPiece *p = V->VisitNode(N, NextNode, PDB, *R)) {
1858 if (PathDiagnosticPiece *p = V->VisitNode(N, NextNode, PDB, *report)) {
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7253 return VisitNode(DT->getRootNode(), 0);
7261 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { function in struct:__anon12815::LDTLSCleanup
7285 Changed |= VisitNode(*I, TLSBaseAddrReg);
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...

Completed in 504 milliseconds