Searched refs:oldType (Results 1 – 2 of 2) sorted by relevance
170 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType() local171 if (*newType != *oldType) { in checkGlobalType()173 toString(*oldType) + " in " + toString(existing->getFile()) + in checkGlobalType()201 const WasmTableType *oldType = cast<TableSymbol>(existing)->getTableType(); in checkTableType() local202 if (newType->ElemType != oldType->ElemType) { in checkTableType()204 toString(*oldType) + " in " + toString(existing->getFile()) + in checkTableType()
6964 const AttributedType *oldType = TL.getTypePtr(); in TransformAttributedType() local6979 modifiedType != oldType->getModifiedType()) { in TransformAttributedType()6983 = getDerived().TransformType(oldType->getEquivalentType()); in TransformAttributedType()6989 if (auto nullability = oldType->getImmediateNullability()) { in TransformAttributedType()