Home
last modified time | relevance | path

Searched defs:destType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp93 mlir::Attribute VisitCastExpr(CastExpr *e, QualType destType) { in VisitCastExpr()
241 QualType destType) { in VisitDesignatedInitUpdateExpr()
353 QualType destType; member in __anon56f2e7ec0111::ConstantLValueEmitter
360 QualType destType) in ConstantLValueEmitter()
618 QualType destType = d.getType(); in tryEmitPrivateForVarInit() local
647 QualType destType) { in tryEmitPrivateForMemory()
655 QualType destType) { in emitAbstract()
664 QualType destType) { in emitForMemory()
675 QualType destType) { in tryEmitPrivate()
H A DCIRGenBuilder.h276 mlir::Value createFloatingCast(mlir::Value v, mlir::Type destType) { in createFloatingCast()
314 mlir::Type destType, unsigned offset, in createBaseClassAddr()
328 mlir::Type destType) { in createElementBitCast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1186 llvm::Constant *VisitCastExpr(const CastExpr *E, QualType destType) { in VisitCastExpr()
1495 QualType destType) { in VisitDesignatedInitUpdateExpr()
1603 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract()
1610 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract()
1628 ConstantEmitter::emitAbstract(const Expr *E, QualType destType) { in emitAbstract()
1642 QualType destType, in emitAbstract()
1663 QualType destType) { in tryEmitForInitializer()
1670 QualType destType) { in emitForInitializer()
1873 QualType destType = D.getType(); in tryEmitPrivateForVarInit() local
1895 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory()
[all …]
H A DCGCall.cpp4410 llvm::PointerType *destType = in emitWritebackArg() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp462 Expr *src, QualType destType, in tryDiagnoseOverloadedCast()
576 QualType destType, bool listInitialization) { in diagnoseBadCast()
H A DSemaExprObjC.cpp1655 void SemaObjC::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn()
5044 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
5065 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
H A DAnalysisBasedWarnings.cpp2476 QualType destType = ECE->getType(); in handleUnsafeOperation() local
H A DSemaExpr.cpp8220 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() local
8253 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local
8263 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local
H A DSemaInit.cpp8786 QualType destType = entity.getType(); in emitBadConversionNotes() local