D | ConstEvaluator.java | 335 return coerce(position, (Value) value, ((Type.PrimTy) ty).primkind()); in cast() 342 Value coerce(int position, Value value, TurbineConstantTypeKind kind) { in coerce() method in ConstEvaluator 717 return coerce(t.expr().position(), expr, ((Tree.PrimTy) t.ty()).tykind()); in evalCast() 739 a = coerce(position, a, type); in add() 740 b = coerce(position, b, type); in add() 757 a = coerce(position, a, type); in subtract() 758 b = coerce(position, b, type); in subtract() 775 a = coerce(position, a, type); in mult() 776 b = coerce(position, b, type); in mult() 793 a = coerce(position, a, type); in divide() [all …]
|