Searched refs:origType (Results 1 – 5 of 5) sorted by relevance
1826 llvm::Type *origType = value->getType(); in emitARCValueOperation() local1835 return CGF.Builder.CreateBitCast(call, origType); in emitARCValueOperation()1851 llvm::Type *origType = addr->getType(); in emitARCLoadOperation() local1858 if (origType != CGF.Int8PtrPtrTy) in emitARCLoadOperation()1860 cast<llvm::PointerType>(origType)->getElementType()); in emitARCLoadOperation()1884 llvm::Type *origType = value->getType(); in emitARCStoreOperation() local1894 return CGF.Builder.CreateBitCast(result, origType); in emitARCStoreOperation()2169 llvm::Type *origType = value->getType(); in EmitARCRetainAutorelease() local2173 return Builder.CreateBitCast(value, origType); in EmitARCRetainAutorelease()
411 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet() argument419 switch (origType) { in mergeTypeForSet()
5126 QualType origType = type; in handleObjCOwnershipTypeAttr() local5134 origType, type); in handleObjCOwnershipTypeAttr()5220 QualType origType = type; in handleObjCGCTypeAttr() local5221 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()5226 origType, type); in handleObjCGCTypeAttr()
1255 QualType origType = T; in stripObjCInstanceType() local1264 return origType; in stripObjCInstanceType()1270 return origType; in stripObjCInstanceType()
2953 origType: tns[1], property in jQuery.event.add.AnonymousClass2be4849339013594 …if ( !related || handleObj.origType === event.type || (related !== target && !jQuery.contains( tar…3596 event.type = handleObj.origType;