Searched refs:origType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 2179 llvm::Type *origType = returnType ? returnType : value->getType(); in emitARCValueOperation() local 2187 return CGF.Builder.CreateBitCast(call, origType); in emitARCValueOperation() 2213 llvm::Type *origType = value->getType(); in emitARCStoreOperation() local 2222 return CGF.Builder.CreateBitCast(result, origType); in emitARCStoreOperation() 2264 llvm::Type *origType = returnType ? returnType : value->getType(); in emitObjCValueOperation() local 2277 return CGF.Builder.CreateBitCast(Inst, origType); in emitObjCValueOperation() 2572 llvm::Type *origType = value->getType(); in EmitARCRetainAutorelease() local 2576 return Builder.CreateBitCast(value, origType); in EmitARCRetainAutorelease()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 346 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet() argument 354 switch (origType) { in mergeTypeForSet()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 6693 QualType origType = type; in handleObjCOwnershipTypeAttr() local 6702 origType, type); in handleObjCOwnershipTypeAttr() 6798 QualType origType = type; in handleObjCGCTypeAttr() local 6799 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr() 6804 ::new (S.Context) ObjCGCAttr(S.Context, attr, II), origType, type); in handleObjCGCTypeAttr() 7714 QualType origType = type; in handleFunctionTypeAttr() local 7722 origType, type); in handleFunctionTypeAttr()
|
H A D | SemaExprObjC.cpp | 1443 QualType origType = T; in stripObjCInstanceType() local 1452 return origType; in stripObjCInstanceType() 1458 return origType; in stripObjCInstanceType()
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 2953 origType: tns[1], property 3594 …if ( !related || handleObj.origType === event.type || (related !== target && !jQuery.contains( tar… 3596 event.type = handleObj.origType;
|