Home
last modified time | relevance | path

Searched refs:origType (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp1826 llvm::Type *origType = value->getType(); in emitARCValueOperation() local
1835 return CGF.Builder.CreateBitCast(call, origType); in emitARCValueOperation()
1851 llvm::Type *origType = addr->getType(); in emitARCLoadOperation() local
1858 if (origType != CGF.Int8PtrPtrTy) in emitARCLoadOperation()
1860 cast<llvm::PointerType>(origType)->getElementType()); in emitARCLoadOperation()
1884 llvm::Type *origType = value->getType(); in emitARCStoreOperation() local
1894 return CGF.Builder.CreateBitCast(result, origType); in emitARCStoreOperation()
2169 llvm::Type *origType = value->getType(); in EmitARCRetainAutorelease() local
2173 return Builder.CreateBitCast(value, origType); in EmitARCRetainAutorelease()
/NextBSD/contrib/llvm/lib/MC/
HDELFObjectWriter.cpp411 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet() argument
419 switch (origType) { in mergeTypeForSet()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp5126 QualType origType = type; in handleObjCOwnershipTypeAttr() local
5134 origType, type); in handleObjCOwnershipTypeAttr()
5220 QualType origType = type; in handleObjCGCTypeAttr() local
5221 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
5226 origType, type); in handleObjCGCTypeAttr()
HDSemaExprObjC.cpp1255 QualType origType = T; in stripObjCInstanceType() local
1264 return origType; in stripObjCInstanceType()
1270 return origType; in stripObjCInstanceType()
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.js2953 origType: tns[1], property in jQuery.event.add.AnonymousClass2be484933901
3594 …if ( !related || handleObj.origType === event.type || (related !== target && !jQuery.contains( tar…
3596 event.type = handleObj.origType;