HomeSort by relevance Sort by last modified time
    Searched refs:Ord (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 117 CheckEquals(Ord('e'), Stream.LA(1));
121 CheckEquals(Ord('O'), Stream.LA(1));
127 CheckEquals(Ord('n'), Stream.LA(1));
133 CheckEquals(Ord('e'), Stream.LA(1));
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 306 static void getExclusiveOperation(unsigned Size, AtomicOrdering Ord,
319 if (Ord == Acquire || Ord == AcquireRelease || Ord == SequentiallyConsistent)
324 if (Ord == Release || Ord == AcquireRelease || Ord == SequentiallyConsistent)
351 AtomicOrdering Ord = static_cast<AtomicOrdering>(MI->getOperand(3).getImm());
357 getExclusiveOperation(Size, Ord, ldrOpc, strOpc);
436 AtomicOrdering Ord = static_cast<AtomicOrdering>(MI->getOperand(3).getImm())
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 126 | Ord
    [all...]
llvm.mli 175 | Ord
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 674 milliseconds