Home
last modified time | relevance | path

Searched defs:Pre (Results 1 – 10 of 10) 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/llvm/lib/Option/
DOption.cpp59 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local
DOptTable.cpp175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h97 Pre, enumerator
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp281 PreOptimizer Pre(this); in Calculate() local
/external/v8/src/compiler/
Dscheduler.cc1146 void Pre(Node* node) { in Pre() function in v8::internal::compiler::PrepareUsesVisitor
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp724 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1308 const MachineBasicBlock *Pre = BBI.getOperand(i + 1).getMBB(); in checkPHIOps() local
/external/clang/lib/Frontend/
DASTUnit.cpp1240 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble() local