Searched defs:Pre (Results 1 - 6 of 6) 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/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-indic.cpp480 Pre, enumerator in enum:Position
511 None, None, Post, Pre,
552 Below, None, Post, Pre,
555 Below, None, None, Pre,
556 Pre, None, None, Split,
593 Below, None, Post, Pre,
634 None, None, Post, Pre,
678 None, None, None, Pre,
719 None, None, Pre, Pre,
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp480 Pre, enumerator in enum:Position
511 None, None, Post, Pre,
552 Below, None, Post, Pre,
555 Below, None, None, Pre,
556 Pre, None, None, Split,
593 Below, None, Post, Pre,
634 None, None, Post, Pre,
678 None, None, None, Pre,
719 None, None, Pre, Pre,
[all...]
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1221 const MachineBasicBlock *Pre = BBI->getOperand(i + 1).getMBB(); local
1222 if (!Pre->isSuccessor(MBB))
1224 seen.insert(Pre);
1225 BBInfo &PrInfo = MBBInfoMap[Pre];
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp717 MachineBasicBlock::iterator Pre = MBB->begin(); local
719 MachineBasicBlock::iterator It = Pre;
721 if (Pre->getOpcode() == AMDGPU::CONTINUE
723 ContInstr.push_back(Pre);
724 Pre = It;

Completed in 182 milliseconds