Lines Matching refs:Type

139   enum Type {  enum in __anon58250dea0111::JFuzz
148 static bool isInteger(Type tp) { in isInteger()
153 static bool isFP(Type tp) { in isFP()
158 void emitType(Type tp) const { in emitType()
169 void emitTypeClass(Type tp) const { in emitTypeClass()
180 Type randomType() { in randomType()
201 void emitUnaryOp(Type tp) { in emitUnaryOp()
212 void emitIncDecOp(Type tp) { in emitIncDecOp()
221 void emitBinaryOp(Type tp) { in emitBinaryOp()
232 void emitAssignmentOp(Type tp) { in emitAssignmentOp()
243 void emitRelationalOp(Type tp) { in emitRelationalOp()
252 Type emitTypeConversionOp(Type tp) { in emitTypeConversionOp()
294 void emitTypeConversion(Type tp) { in emitTypeConversion()
296 Type tp = randomType(); in emitTypeConversion()
310 Type emitIntrinsic1(Type tp) { in emitIntrinsic1()
358 Type emitIntrinsic2(Type tp) { in emitIntrinsic2()
394 void emitIntrinsic(Type tp) { in emitIntrinsic()
411 void emitMethodCall(Type tp) { in emitMethodCall()
432 void emitUnbox(Type tp) { in emitUnbox()
443 void emitMisc(Type tp) { in emitMisc()
466 uint32_t adjustLocal(Type tp, int32_t a) { in adjustLocal()
507 void emitLiteral(Type tp) { in emitLiteral()
518 bool emitArrayVariable(Type tp) { in emitArrayVariable()
532 bool emitLocalVariable(Type tp) { in emitLocalVariable()
549 void emitFieldVariable(Type tp) { in emitFieldVariable()
560 void emitVariable(Type tp) { in emitVariable()
577 void emitExpression(Type tp) { in emitExpression()
700 Type tp = randomType(); in emitScope()
1017 Type tp = randomType(); in emitAssignment()
1278 const Type return_type_;
1279 const Type array_type_;