Searched refs:TY_VAR (Results 1 – 10 of 10) sorted by relevance
102 case TY_VAR: in canonicalize()301 case TY_VAR: in instantiate()344 if (type.tyKind() == TyKind.TY_VAR) { in tyVarSym()
42 case TY_VAR: in erase()
129 case TY_VAR: in isSameType()130 return b.tyKind() == TyKind.TY_VAR && ((TyVar) a).sym().equals(((TyVar) b).sym()); in isSameType()345 case TY_VAR: in isSubtype()367 if (b.tyKind() == TyKind.TY_VAR) { in isTyVarSubtype()552 case TY_VAR: in subst()837 case TY_VAR: in directSupertypes()
177 case TY_VAR: in createTypeMirror()
55 TY_VAR, enumConstant276 return TyKind.TY_VAR; in tyKind()
60 case TY_VAR: in signature()255 case TY_VAR: in needsSig()
724 case TY_VAR: in lowerTypeAnnotations()
234 case TY_VAR: in addAnnotationsToType()
314 case TY_VAR: in bindType()
325 case TY_VAR: in cast()1016 case TY_VAR: in evalAnnotationValue()