Searched defs:destType (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1100 llvm::Constant *VisitCastExpr(const CastExpr *E, QualType destType) { in VisitCastExpr() 1409 QualType destType) { in VisitDesignatedInitUpdateExpr() 1517 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract() 1524 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract() 1542 ConstantEmitter::emitAbstract(const Expr *E, QualType destType) { in emitAbstract() 1556 QualType destType, in emitAbstract() 1577 QualType destType) { in tryEmitForInitializer() 1584 QualType destType) { in emitForInitializer() 1787 QualType destType = D.getType(); in tryEmitPrivateForVarInit() local 1806 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() [all …]
|
H A D | CGCall.cpp | 4235 llvm::PointerType *destType = in emitWritebackArg() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 419 QualType destType, in tryDiagnoseOverloadedCast() 526 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
|
H A D | SemaExprObjC.cpp | 1668 void SemaObjC::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn() 5050 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local 5071 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
|
H A D | AnalysisBasedWarnings.cpp | 2265 QualType destType = ECE->getType(); in handleUnsafeOperation() local
|
H A D | SemaExpr.cpp | 8054 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() local 8087 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local 8097 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local
|
H A D | SemaInit.cpp | 8505 QualType destType = entity.getType(); in emitBadConversionNotes() local
|