Home | History | Annotate | Download | only in interpreter

Lines Matching refs:OperandTypeInfo

14 template <OperandTypeInfo>
23 struct OperandTypeInfoTraits<OperandTypeInfo::k##Name> { \
33 typedef OperandTypeInfoTraits<OperandTypeInfo::kNone> TypeInfoTraits;
34 static const OperandTypeInfo kOperandTypeInfo = OperandTypeInfo::kNone;
41 static const OperandTypeInfo kOperandTypeInfo = InfoType; \
82 static const OperandTypeInfo kOperandTypeInfos[];
101 STATIC_CONST_MEMBER_DEFINITION const OperandTypeInfo
120 static const OperandTypeInfo kOperandTypeInfos[];
135 STATIC_CONST_MEMBER_DEFINITION const OperandTypeInfo
137 OperandTypeInfo::kNone};