HomeSort by relevance Sort by last modified time
    Searched defs:OpType (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterInst.h 28 enum OpType {
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
60 OpType op = isLiteralTextOperand)
67 OpType op = isMachineInstrOperand)
  /external/openfst/src/include/fst/script/
script-impl.h 159 typedef void (*OpType)(ArgPack *args);
162 typedef GenericOperationRegister<OpType> Register;
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type);
  /external/llvm/include/llvm/MC/
MCWin64EH.h 29 typedef Win64EH::UnwindOpcodes OpType;
31 OpType Operation;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg)
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
55 OpType getOperation() const { return Operation; }
MCDwarf.h 279 enum OpType { OpSameValue, OpRememberState, OpRestoreState, OpOffset,
284 OpType Operation;
293 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) :
299 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) :
363 OpType getOperation() const { return Operation; }
  /external/chromium_org/third_party/skia/src/animator/
SkOperand2.h 17 enum OpType {
43 SkOperand2::OpType fType : 8;
  /external/skia/src/animator/
SkOperand2.h 17 enum OpType {
43 SkOperand2::OpType fType : 8;
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.cc 42 enum OpType {
58 OpType op_type_;
78 enum OpType {
97 OpType op_type_;
120 enum OpType {
131 OpType op_type_;
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1146 milliseconds