Searched refs:newType (Results 1 – 3 of 3) sorted by relevance
53 val newType = new.returnType() ?: return in compare() constant55 checkType(oldType, newType) in compare()62 val newType = new.type() in compare() constant64 checkType(oldType, newType) in compare()71 val newType = new.type() in compare() constant73 checkType(oldType, newType) in compare()
608 val newType = new.type() in compare() constant609 if (oldType != newType) { in compare()610 … val message = "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()
144 auto newType = ParseType(index); in GetType() local146 p = newType; in GetType()