Home
last modified time | relevance | path

Searched refs:oldType (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java320 Type oldType = old.getLocal(i); in mergeJsr() local
322 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() local
383 if (oldType != newType) { in mergeRet()
/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1351 String oldType = null; in writeCtorChangedTableEntry() local
1362 oldType = memberDiff.oldType_; in writeCtorChangedTableEntry()
1363 if (oldType.compareTo("void") == 0) in writeCtorChangedTableEntry()
1364 oldType = ""; in writeCtorChangedTableEntry()
1368 oldMemberRef + ".html#" + className + "(" + oldType + in writeCtorChangedTableEntry()
/external/libxslt/libxslt/
Dtransform.c3226 xsltOutputType oldType; in xsltDocumentElem() local
3348 oldType = ctxt->type; in xsltDocumentElem()
3667 ctxt->type = oldType; in xsltDocumentElem()
/external/clang/lib/Sema/
DTreeTransform.h4624 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local
4633 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
4637 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()
4640 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()