Home
last modified time | relevance | path

Searched refs:oldType (Results 1 – 5 of 5) 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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAssignTokenTypesBehavior.java254 int oldType = oldTypeI.intValue(); in assignStringTypes() local
255 if ( oldType<Label.MIN_TOKEN_TYPE ) { in assignStringTypes()
/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.h4852 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local
4861 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()
4865 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()
4868 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()