Searched defs:destType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp56 CastOperation(Sema &S, QualType destType, ExprResult src) argument
369 tryDiagnoseOverloadedCast(Sema &S, CastType CT, SourceRange range, Expr *src, QualType destType, bool listInitialization) argument
445 diagnoseBadCast(Sema &S, unsigned msg, CastType castType, SourceRange opRange, Expr *src, QualType destType, bool listInitialization) argument
[all...]
H A DSemaExprObjC.cpp1532 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { argument
H A DSemaExpr.cpp7181 QualType destType = S.Context.getPointerType(S.Context.VoidTy); local
7214 QualType destType = S.Context.getPointerType(destPointee); local
7224 QualType destType = S.Context.getPointerType(destPointee); local
7697 QualType destType = Context.getPointerType(destPointee); local
7717 QualType destType = Context.getPointerType(destPointee); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1029 llvm::Constant *VisitCastExpr(CastExpr *E, QualType destType) { argument
1351 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { argument
1248 VisitDesignatedInitUpdateExpr(DesignatedInitUpdateExpr *E, QualType destType) argument
1358 tryEmitAbstract(const APValue &value, QualType destType) argument
1365 emitAbstract(const Expr *E, QualType destType) argument
1378 emitAbstract(SourceLocation loc, const APValue &value, QualType destType) argument
1396 tryEmitForInitializer(const Expr *E, LangAS destAddrSpace, QualType destType) argument
1403 emitForInitializer(const APValue &value, LangAS destAddrSpace, QualType destType) argument
1613 QualType destType = D.getType(); local
1640 tryEmitAbstractForMemory(const Expr *E, QualType destType) argument
1647 tryEmitAbstractForMemory(const APValue &value, QualType destType) argument
1654 tryEmitPrivateForMemory(const Expr *E, QualType destType) argument
1661 tryEmitPrivateForMemory(const APValue &value, QualType destType) argument
1668 emitForMemory(CodeGenModule &CGM, llvm::Constant *C, QualType destType) argument
1699 tryEmitPrivate(const Expr *E, QualType destType) argument
1750 ConstantLValueEmitter(ConstantEmitter &emitter, const APValue &value, QualType destType) argument
[all...]
H A DCGExpr.cpp54 llvm::PointerType *destType = Int8PtrTy; local

Completed in 155 milliseconds