HomeSort by relevance Sort by last modified time
    Searched defs:VisitNode (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 88 PathDiagnosticPiece *MPIBugReporter::RequestNodeVisitor::VisitNode(
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 52 return VisitNode(DT->getRootNode(), 0);
60 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) {
87 Changed |= VisitNode(N, TLSBaseAddrReg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 55 return VisitNode(DT->getRootNode(), 0);
63 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg) {
90 Changed |= VisitNode(N, TLSBaseAddrReg);
  /external/llvm/lib/Target/SystemZ/
SystemZLDCleanup.cpp 44 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg);
80 return VisitNode(DT->getRootNode(), 0);
88 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node,
110 Changed |= VisitNode(*I, TLSBaseAddrReg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZLDCleanup.cpp 44 bool VisitNode(MachineDomTreeNode *Node, unsigned TLSBaseAddrReg);
80 return VisitNode(DT->getRootNode(), 0);
88 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node,
110 Changed |= VisitNode(*I, TLSBaseAddrReg);
  /external/v8/src/compiler/
control-flow-optimizer.cc 39 VisitNode(node);
54 void ControlFlowOptimizer::VisitNode(Node* node) {
66 VisitNode(node);
loop-variable-optimizer.cc 57 VisitNode(node);
120 void LoopVariableOptimizer::VisitNode(Node* node) {
memory-optimizer.cc 35 VisitNode(token.node, token.state);
77 void MemoryOptimizer::VisitNode(Node* node, AllocationState const* state) {
scheduler.cc     [all...]
simplified-lowering.cc 347 VisitNode(node, info->truncation(), nullptr);
369 VisitNode(node, info->truncation(), nullptr);
607 VisitNode(node, info->truncation(), nullptr);
624 // Reuse {VisitNode()} so the representation rules are in one place.
629 VisitNode(node, info->truncation(), lowering);
    [all...]
instruction-selector.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 52 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
94 PathDiagnosticPiece *DynamicTypeChecker::DynamicTypeBugVisitor::VisitNode(
ObjCSuperDeallocChecker.cpp 76 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
252 PathDiagnosticPiece *SuperDeallocBRVisitor::VisitNode(const ExplodedNode *Succ,
TestAfterDivZeroChecker.cpp 73 PathDiagnosticPiece *VisitNode(const ExplodedNode *Succ,
97 PathDiagnosticPiece *DivisionBRVisitor::VisitNode(const ExplodedNode *Succ,
MacOSKeychainAPIChecker.cpp 146 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
592 PathDiagnosticPiece *MacOSKeychainAPIChecker::SecKeychainBugVisitor::VisitNode(
DynamicTypePropagation.cpp 86 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
    [all...]
NullabilityChecker.cpp 156 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
309 PathDiagnosticPiece *NullabilityChecker::NullabilityBugVisitor::VisitNode(
    [all...]
MallocChecker.cpp 464 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
    [all...]
RetainCountChecker.cpp     [all...]
  /external/v8/src/ast/
ast-traversal-visitor.h 21 // 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; }
67 if (!(this->impl()->VisitNode(node))) return; \
  /art/compiler/optimizing/
induction_var_analysis.cc 276 VisitNode(loop, instruction);
282 VisitNode(loop, instruction);
294 void HInductionVarAnalysis::VisitNode(HLoopInformation* loop, HInstruction* instruction) {
348 VisitNode(loop, instruction);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 386 PathDiagnosticPiece *VisitNode(const ExplodedNode *N,
450 PathDiagnosticPiece *FindLastStoreBRVisitor::VisitNode(const ExplodedNode *Succ,
731 TrackConstraintBRVisitor::VisitNode(const ExplodedNode *N,
811 SuppressInlineDefensiveChecksVisitor::VisitNode(const ExplodedNode *Succ,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 600 milliseconds

1 2