Searched refs:primkind (Results 1 – 5 of 5) sorted by relevance
202 public abstract TurbineConstantTypeKind primkind(); in primkind() method in Type.PrimTy
168 switch (((Type.PrimTy) type).primkind()) { in bindConstValue()
203 return Type.PrimTy.create(primTy.primkind(), appendAnnotations(primTy.annos(), extra)); in addAnnotationsToType()
322 return coerce((Const.Value) value, ((Type.PrimTy) ty).primkind()); in cast()997 return coerce((Const.Value) value, ((Type.PrimTy) ty).primkind()); in evalAnnotationValue()
76 return new Sig.BaseTySig(t.primkind()); in refBaseTy()