Home
last modified time | relevance | path

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

/external/antlr/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/antlr/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/llvm/lib/Option/
DOption.cpp60 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/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DOption.cpp64 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local
DOptTable.cpp183 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h98 Pre, enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp934 const MachineBasicBlock *Pre = BBI->getOperand(i + 1).getMBB(); in checkPHIOps() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp686 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp684 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local
/external/v8/src/compiler/
Dscheduler.cc1182 void Pre(Node* node) { in Pre() function in v8::internal::compiler::PrepareUsesVisitor
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1462 const MachineBasicBlock *Pre = BBI.getOperand(i + 1).getMBB(); in checkPHIOps() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1753 const MachineBasicBlock &Pre = *MO1.getMBB(); in checkPHIOps() local
/external/clang/lib/Frontend/
DASTUnit.cpp1238 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble() local