Searched defs:destType (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1042 llvm::Constant *VisitCastExpr(CastExpr *E, QualType destType) { in VisitCastExpr() 1263 QualType destType) { in VisitDesignatedInitUpdateExpr() 1353 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract() 1360 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract() 1381 ConstantEmitter::emitAbstract(const Expr *E, QualType destType) { in emitAbstract() 1395 QualType destType) { in emitAbstract() 1414 QualType destType) { in tryEmitForInitializer() 1421 QualType destType) { in emitForInitializer() 1629 QualType destType = D.getType(); in tryEmitPrivateForVarInit() local 1656 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() [all …]
|
| H A D | CGCall.cpp | 3849 llvm::PointerType *destType = in emitWritebackArg() local
|
| H A D | CGExpr.cpp | 57 llvm::PointerType *destType = Int8PtrTy; in EmitCastToVoidPtr() local
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1062 llvm::Constant *VisitCastExpr(CastExpr *E, QualType destType) { in VisitCastExpr() 1292 QualType destType) { in VisitDesignatedInitUpdateExpr() 1382 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract() 1389 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract() 1407 ConstantEmitter::emitAbstract(const Expr *E, QualType destType) { in emitAbstract() 1421 QualType destType) { in emitAbstract() 1440 QualType destType) { in tryEmitForInitializer() 1447 QualType destType) { in emitForInitializer() 1655 QualType destType = D.getType(); in tryEmitPrivateForVarInit() local 1682 ConstantEmitter::tryEmitAbstractForMemory(const Expr *E, QualType destType) { in tryEmitAbstractForMemory() [all …]
|
| H A D | CGCall.cpp | 3991 llvm::PointerType *destType = in emitWritebackArg() local
|
| H A D | CGExpr.cpp | 59 llvm::PointerType *destType = Int8PtrTy; in EmitCastToVoidPtr() local
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 409 QualType destType, in tryDiagnoseOverloadedCast() 485 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
|
| H A D | SemaExpr.cpp | 7946 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() local 7979 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local 7989 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local 8492 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local 8512 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
|
| H A D | SemaExprObjC.cpp | 1657 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn()
|
| H A D | SemaInit.cpp | 8902 QualType destType = entity.getType(); in emitBadConversionNotes() local
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 418 QualType destType, in tryDiagnoseOverloadedCast() 495 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
|
| H A D | SemaExpr.cpp | 8563 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() local 8596 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local 8606 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local 9139 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local 9159 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
|
| H A D | SemaExprObjC.cpp | 1655 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn()
|
| H A D | SemaInit.cpp | 9323 QualType destType = entity.getType(); in emitBadConversionNotes() local
|