Home
last modified time | relevance | path

Searched defs:Pre (Results 1 – 14 of 14) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeVisitorAction.cs51 object Pre( object t ); in Pre() method
74 public object Pre( object t ) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeVisitorAction.cs49 object Pre(object t); in Pre() method
72 public object Pre(object t) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
/external/v8/src/compiler/
Dgraph-replay.cc27 GenericGraphVisit::Control GraphReplayPrinter::Pre(Node* node) { in Pre() function in v8::internal::compiler::GraphReplayPrinter
Dgeneric-algorithm.h104 Control Pre(GenericNode<B, S>* node) { return CONTINUE; } in Pre() function
Dgraph-visualizer.cc62 GenericGraphVisit::Control GraphVisualizer::Pre(Node* node) { in Pre() function in v8::internal::compiler::GraphVisualizer
Dscheduler.cc361 GenericGraphVisit::Control Pre(Node* node) { in Pre() function in v8::internal::compiler::ScheduleEarlyNodeVisitor
429 GenericGraphVisit::Control Pre(Node* node) { in Pre() function in v8::internal::compiler::PrepareUsesVisitor
483 GenericGraphVisit::Control Pre(Node* node) { in Pre() function in v8::internal::compiler::ScheduleLateNodeVisitor
Dverifier.cc63 GenericGraphVisit::Control Verifier::Visitor::Pre(Node* node) { in Pre() function in v8::internal::compiler::Verifier::Visitor
Dtyper.cc151 GenericGraphVisit::Control Pre(Node* node) { in Pre() function in v8::internal::compiler::Typer::NarrowVisitor
176 GenericGraphVisit::Control Pre(Node* node) { in Pre() function in v8::internal::compiler::Typer::WidenVisitor
/external/llvm/lib/Option/
DOption.cpp58 for (const char * const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in dump() local
DOptTable.cpp177 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local
/external/v8/test/cctest/compiler/
Dtest-node-algorithm.cc26 GenericGraphVisit::Control Pre(Node* node) { in Pre() function in PreNodeVisitor
177 GenericGraphVisit::Control Pre(Node* node) { in Pre() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1260 const MachineBasicBlock *Pre = BBI.getOperand(i + 1).getMBB(); in checkPHIOps() local
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp724 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local
/external/clang/lib/Frontend/
DASTUnit.cpp1223 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble() local