Searched defs:destType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprConstant.cpp | 93 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 D | CIRGenBuilder.h | 276 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 D | CGExprConstant.cpp | 1186 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 D | CGCall.cpp | 4410 llvm::PointerType *destType = in emitWritebackArg() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 462 Expr *src, QualType destType, in tryDiagnoseOverloadedCast() 576 QualType destType, bool listInitialization) { in diagnoseBadCast()
|
| H A D | SemaExprObjC.cpp | 1655 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 D | AnalysisBasedWarnings.cpp | 2476 QualType destType = ECE->getType(); in handleUnsafeOperation() local
|
| H A D | SemaExpr.cpp | 8220 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 D | SemaInit.cpp | 8786 QualType destType = entity.getType(); in emitBadConversionNotes() local
|