Searched defs:Pre (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeVisitorAction.cs49 object Pre(object t); method in interface:Antlr.Runtime.Tree.ITreeVisitorAction
72 public object Pre(object t) method in class:Antlr.Runtime.Tree.TreeVisitorAction
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeVisitorAction.cs51 object Pre( object t ); method in interface:Antlr.Runtime.Tree.ITreeVisitorAction
74 public object Pre( object t ) method in class:Antlr.Runtime.Tree.TreeVisitorAction
/external/v8/src/compiler/
H A Dgraph-replay.cc27 GenericGraphVisit::Control GraphReplayPrinter::Pre(Node* node) { function in class:v8::internal::compiler::GraphReplayPrinter
H A Dgeneric-algorithm.h34 // Control Pre(Traits::Node* current);
57 Control control = visitor->Pre(current);
104 Control Pre(GenericNode<B, S>* node) { return CONTINUE; } function in struct:v8::internal::compiler::NullNodeVisitor
H A Dgraph-visualizer.cc31 GenericGraphVisit::Control Pre(Node* node);
62 GenericGraphVisit::Control GraphVisualizer::Pre(Node* node) { function in class:v8::internal::compiler::GraphVisualizer
H A Dverifier.cc55 GenericGraphVisit::Control Pre(Node* node);
63 GenericGraphVisit::Control Verifier::Visitor::Pre(Node* node) { function in class:v8::internal::compiler::Verifier::Visitor
H A Dscheduler.cc361 GenericGraphVisit::Control Pre(Node* node) { function in class:v8::internal::compiler::ScheduleEarlyNodeVisitor
429 GenericGraphVisit::Control Pre(Node* node) { function in class:v8::internal::compiler::PrepareUsesVisitor
483 GenericGraphVisit::Control Pre(Node* node) { function in class:v8::internal::compiler::ScheduleLateNodeVisitor
H A Dtyper.cc151 GenericGraphVisit::Control Pre(Node* node) { function in class:v8::internal::compiler::Typer::NarrowVisitor
176 GenericGraphVisit::Control Pre(Node* node) { function in class:v8::internal::compiler::Typer::WidenVisitor
/external/v8/test/cctest/compiler/
H A Dtest-node-algorithm.cc26 GenericGraphVisit::Control Pre(Node* node) { function in class:PreNodeVisitor
177 GenericGraphVisit::Control Pre(Node* node) { function in struct:ReenterNodeVisitor
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp404 namespace Pre { namespace in namespace:dr336
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1260 const MachineBasicBlock *Pre = BBI.getOperand(i + 1).getMBB(); local
1261 if (!Pre->isSuccessor(MBB))
1263 seen.insert(Pre);
1264 BBInfo &PrInfo = MBBInfoMap[Pre];
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp724 MachineBasicBlock::iterator Pre = MBB->begin(); local
726 MachineBasicBlock::iterator It = Pre;
728 if (Pre->getOpcode() == AMDGPU::CONTINUE
730 ContInstr.push_back(Pre);
731 Pre = It;
/external/clang/lib/Frontend/
H A DASTUnit.cpp1223 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), local
1225 return ComputedPreamble(Buffer, std::move(BufferOwner), Pre.first,
1226 Pre.second);

Completed in 444 milliseconds