Searched defs:VisitNode (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp52 return VisitNode(DT->getRootNode(), 0);
60 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { function in struct:__anon12927::LDTLSCleanup
87 Changed |= VisitNode(N, TLSBaseAddrReg);
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp88 PathDiagnosticPiece *MPIBugReporter::RequestNodeVisitor::VisitNode( function in class:clang::ento::mpi::MPIBugReporter::RequestNodeVisitor
/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp44 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg);
80 return VisitNode(DT->getRootNode(), 0);
88 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, function in class:SystemZLDCleanup
110 Changed |= VisitNode(*I, TLSBaseAddrReg);
/external/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc39 VisitNode(node);
54 void ControlFlowOptimizer::VisitNode(Node* node) { function in class:v8::internal::compiler::ControlFlowOptimizer
66 VisitNode(node);
H A Dloop-variable-optimizer.cc56 VisitNode(node);
196 void LoopVariableOptimizer::VisitNode(Node* node) { function in class:v8::internal::compiler::LoopVariableOptimizer
H A Dmemory-optimizer.cc31 VisitNode(token.node, token.state);
73 void MemoryOptimizer::VisitNode(Node* node, AllocationState const* state) { function in class:v8::internal::compiler::MemoryOptimizer
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 Dsimplified-lowering.cc342 VisitNode(node, info->truncation(), nullptr);
364 VisitNode(node, info->truncation(), nullptr);
571 VisitNode(node, info->truncation(), nullptr);
588 // Reuse {VisitNode()} so the representation rules are in one place.
591 VisitNode(node, info->truncation(), lowering);
1389 void VisitNode(Node* node, Truncation truncation, function in class:v8::internal::compiler::RepresentationSelector
H A Dinstruction-selector.cc896 VisitNode(node);
1008 void InstructionSelector::VisitNode(Node* node) { function in class:v8::internal::InstructionSelector
/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 DObjCSuperDeallocChecker.cpp76 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
252 PathDiagnosticPiece *SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ, function in class:SuperDeallocBRVisitor
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,
592 PathDiagnosticPiece *MacOSKeychainAPIChecker::SecKeychainBugVisitor::VisitNode( function in class:MacOSKeychainAPIChecker::SecKeychainBugVisitor
H A DDynamicTypePropagation.cpp86 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
895 PathDiagnosticPiece *DynamicTypePropagation::GenericsBugVisitor::VisitNode( function in class:DynamicTypePropagation::GenericsBugVisitor
H A DNullabilityChecker.cpp156 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
309 PathDiagnosticPiece *NullabilityChecker::NullabilityBugVisitor::VisitNode( function in class:NullabilityChecker::NullabilityBugVisitor
H A DMallocChecker.cpp464 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
2618 MallocChecker::MallocBugVisitor::VisitNode(const ExplodedNode *N, function in class:MallocChecker::MallocBugVisitor
H A DRetainCountChecker.cpp1764 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
1890 PathDiagnosticPiece *CFRefReportVisitor::VisitNode(const ExplodedNode *N, function in class:CFRefReportVisitor
/external/v8/src/ast/
H A Dast-traversal-visitor.h21 // It invokes VisitNode on each AST node, before proceeding with its subtrees.
22 // It invokes VisitExpression (after VisitNode) on each AST node that is an
25 // Sub-classes may override VisitNode and VisitExpressions, whose implementation
39 bool VisitNode(AstNode* node) { return true; } function in class:v8::internal::AstTraversalVisitor
67 if (!(this->impl()->VisitNode(node))) return; \
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp386 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
450 PathDiagnosticPiece *FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ, function in class:FindLastStoreBRVisitor
731 TrackConstraintBRVisitor::VisitNode(const ExplodedNode *N, function in class:TrackConstraintBRVisitor
811 SuppressInlineDefensiveChecksVisitor::VisitNode(const ExplodedNode *Succ, function in class:SuppressInlineDefensiveChecksVisitor
1123 PathDiagnosticPiece *NilReceiverBRVisitor::VisitNode(const ExplodedNode *N, function in class:NilReceiverBRVisitor
1206 PathDiagnosticPiece *ConditionBRVisitor::VisitNode(const ExplodedNode *N, function in class:ConditionBRVisitor
1644 UndefOrNullArgVisitor::VisitNode(const ExplodedNode *N, function in class:UndefOrNullArgVisitor
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7453 return VisitNode(DT->getRootNode(), 0);
7461 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) { function in struct:__anon13365::LDTLSCleanup
7485 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 684 milliseconds