Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2224 llvm::Type *origType = returnType ? returnType : value->getType(); in emitARCValueOperation() local
2232 return CGF.Builder.CreateBitCast(call, origType); in emitARCValueOperation()
2258 llvm::Type *origType = value->getType(); in emitARCStoreOperation() local
2267 return CGF.Builder.CreateBitCast(result, origType); in emitARCStoreOperation()
2309 llvm::Type *origType = returnType ? returnType : value->getType(); in emitObjCValueOperation() local
2322 return CGF.Builder.CreateBitCast(Inst, origType); in emitObjCValueOperation()
2618 llvm::Type *origType = value->getType(); in EmitARCRetainAutorelease() local
2622 return Builder.CreateBitCast(value, origType); in EmitARCRetainAutorelease()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp360 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet() argument
368 switch (origType) { in mergeTypeForSet()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6720 QualType origType = type; in handleObjCOwnershipTypeAttr() local
6729 origType, type); in handleObjCOwnershipTypeAttr()
6825 QualType origType = type; in handleObjCGCTypeAttr() local
6826 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr()
6831 ::new (S.Context) ObjCGCAttr(S.Context, attr, II), origType, type); in handleObjCGCTypeAttr()
7871 QualType origType = type; in handleFunctionTypeAttr() local
7879 origType, type); in handleFunctionTypeAttr()
H A DSemaExprObjC.cpp1438 QualType origType = T; in stripObjCInstanceType() local
1445 return origType; in stripObjCInstanceType()
1451 return origType; in stripObjCInstanceType()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp134 mlir::Type origType, mlir::Value value) { in emitToMemory() argument
137 if (auto boolTy = mlir::dyn_cast<cir::BoolType>(origType)) { in emitToMemory()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js2953 origType: tns[1], property
3594 …if ( !related || handleObj.origType === event.type || (related !== target && !jQuery.contains( tar…
3596 event.type = handleObj.origType;