Searched refs:oldType (Results 1 – 5 of 5) sorted by relevance
320 Type oldType = old.getLocal(i); in mergeJsr() local322 if (oldType == null) { in mergeJsr()328 newType = oldType.merge(newType); in mergeJsr()331 if (!newType.equals(oldType) || newType.popChanged()) in mergeJsr()381 Type oldType = old.getLocal(index); in mergeRet() local383 if (oldType != newType) { in mergeRet()
254 int oldType = oldTypeI.intValue(); in assignStringTypes() local255 if ( oldType<Label.MIN_TOKEN_TYPE ) { in assignStringTypes()
1351 String oldType = null; in writeCtorChangedTableEntry() local1362 oldType = memberDiff.oldType_; in writeCtorChangedTableEntry()1363 if (oldType.compareTo("void") == 0) in writeCtorChangedTableEntry()1364 oldType = ""; in writeCtorChangedTableEntry()1368 oldMemberRef + ".html#" + className + "(" + oldType + in writeCtorChangedTableEntry()
3226 xsltOutputType oldType; in xsltDocumentElem() local3348 oldType = ctxt->type; in xsltDocumentElem()3667 ctxt->type = oldType; in xsltDocumentElem()
4852 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local4861 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()4865 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()4868 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()