Home
last modified time | relevance | path

Searched defs:DestType (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp88 QualType DestType; global() member
184 if (const auto *DestType = dyn_cast<PointerType>(ToType)) { CheckNoDeref() local
305 QualType DestType = DestTInfo->getType(); BuildCXXNamedCast() local
662 CastsAwayConstness(Sema & Self,QualType SrcType,QualType DestType,bool CheckCVR,bool CheckObjCLifetime,QualType * TheOffendingSrcType=nullptr,QualType * TheOffendingDestType=nullptr,Qualifiers * CastAwayQualifiers=nullptr) CastsAwayConstness() argument
791 QualType DestType = Self.Context.getCanonicalType(this->DestType); CheckDynamicCast() local
990 DiagnoseReinterpretUpDownCast(Sema & Self,const Expr * SrcExpr,QualType DestType,SourceRange OpRange) DiagnoseReinterpretUpDownCast() argument
1080 argTypeIsABIEquivalent(QualType SrcType,QualType DestType,ASTContext & Context) argTypeIsABIEquivalent() argument
1095 checkCastFunctionType(Sema & Self,const ExprResult & SrcExpr,QualType DestType) checkCastFunctionType() argument
1293 IsAddressSpaceConversion(QualType SrcType,QualType DestType) IsAddressSpaceConversion() argument
1308 TryStaticCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,Sema::CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath,bool ListInitialization) TryStaticCast() argument
1520 TryLValueToRValueCast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,CastKind & Kind,CXXCastPath & BasePath,unsigned & msg) TryLValueToRValueCast() argument
1574 TryStaticReferenceDowncast(Sema & Self,Expr * SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticReferenceDowncast() argument
1612 TryStaticPointerDowncast(Sema & Self,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticPointerDowncast() argument
1646 TryStaticDowncast(Sema & Self,CanQualType SrcType,CanQualType DestType,bool CStyle,SourceRange OpRange,QualType OrigSrcType,QualType OrigDestType,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticDowncast() argument
1759 TryStaticMemberPointerUpcast(Sema & Self,ExprResult & SrcExpr,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticMemberPointerUpcast() argument
1876 TryStaticImplicitCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,Sema::CheckedConversionKind CCK,SourceRange OpRange,unsigned & msg,CastKind & Kind,bool ListInitialization) TryStaticImplicitCast() argument
1932 TryConstCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg) TryConstCast() argument
2034 CheckCompatibleReinterpretCast(QualType SrcType,QualType DestType,bool IsDereference,SourceRange Range) CheckCompatibleReinterpretCast() argument
2085 DiagnoseCastOfObjCSEL(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastOfObjCSEL() argument
2192 checkIntToPointerCast(bool CStyle,const SourceRange & OpRange,const Expr * SrcExpr,QualType DestType,Sema & Self) checkIntToPointerCast() argument
2217 fixOverloadedReinterpretCastExpr(Sema & Self,QualType DestType,ExprResult & Result) fixOverloadedReinterpretCastExpr() argument
2246 TryReinterpretCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind) TryReinterpretCast() argument
2599 TryAddressSpaceCast(Sema & Self,ExprResult & SrcExpr,QualType DestType,bool CStyle,unsigned & msg,CastKind & Kind) TryAddressSpaceCast() argument
2639 checkAddressSpaceCast(QualType SrcType,QualType DestType) checkAddressSpaceCast() argument
2875 DiagnoseBadFunctionCast(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseBadFunctionCast() argument
3296 DiagnoseCastQual(Sema & Self,const ExprResult & SrcExpr,QualType DestType) DiagnoseCastQual() argument
[all...]
H A DSemaInit.cpp4044 TryInitializerListConstruction(Sema & S,InitListExpr * List,QualType DestType,InitializationSequence & Sequence,bool TreatUnavailableAsInvalid) TryInitializerListConstruction() argument
4092 ResolveConstructorOverload(Sema & S,SourceLocation DeclLoc,MultiExprArg Args,OverloadCandidateSet & CandidateSet,QualType DestType,DeclContext::lookup_result Ctors,OverloadCandidateSet::iterator & Best,bool CopyInitializing,bool AllowExplicit,bool OnlyListConstructors,bool IsListInit,bool RequireActualConstructor,bool SecondStepOfCopyInit=false) ResolveConstructorOverload() argument
4207 TryConstructorInitialization(Sema & S,const InitializedEntity & Entity,const InitializationKind & Kind,MultiExprArg Args,QualType DestType,QualType DestArrayType,InitializationSequence & Sequence,bool IsListInit=false,bool IsInitListCopy=false) TryConstructorInitialization() argument
4446 QualType DestType = Entity.getType(); TryReferenceListInitialization() local
4538 QualType DestType = Entity.getType(); TryListInitialization() local
4753 QualType DestType = Entity.getType(); TryRefInitWithConversionFunction() local
4939 QualType DestType = Entity.getType(); TryReferenceInitialization() local
4982 QualType DestType = Entity.getType(); TryReferenceInitializationCore() local
5392 QualType DestType = S.Context.getBaseElementType(Entity.getType()); TryDefaultInitialization() local
5674 TryUserDefinedConversion(Sema & S,QualType DestType,const InitializationKind & Kind,Expr * Initializer,InitializationSequence & Sequence,bool TopLevelOfInitList) TryUserDefinedConversion() argument
6025 TryOCLSamplerInitialization(Sema & S,InitializationSequence & Sequence,QualType DestType,Expr * Initializer) TryOCLSamplerInitialization() argument
6043 TryOCLZeroOpaqueTypeInitialization(Sema & S,InitializationSequence & Sequence,QualType DestType,Expr * Initializer) TryOCLZeroOpaqueTypeInitialization() argument
6168 QualType DestType = Entity.getType(); InitializeFrom() local
8378 QualType DestType = InitExpr->getType(); CheckMoveOnConstruction() local
8546 QualType DestType = Entity.getType(); Perform() local
8659 QualType DestType = Entity.getType().getNonReferenceType(); Perform() local
9518 QualType DestType = Entity.getType(); diagnoseListInit() local
9572 QualType DestType = Entity.getType(); Diagnose() local
[all...]
H A DSemaExprObjC.cpp4225 checkObjCBridgeRelatedComponents(SourceLocation Loc,QualType DestType,QualType SrcType,ObjCInterfaceDecl * & RelatedClass,ObjCMethodDecl * & ClassMethod,ObjCMethodDecl * & InstanceMethod,TypedefNameDecl * & TDNDecl,bool CfToNs,bool Diagnose) checkObjCBridgeRelatedComponents() argument
4299 CheckObjCBridgeRelatedConversions(SourceLocation Loc,QualType DestType,QualType SrcType,Expr * & SrcExpr,bool Diagnose) CheckObjCBridgeRelatedConversions() argument
[all...]
H A DSemaOverload.cpp5787 QualType FromRecordType, DestType; PerformImplicitObjectArgumentInitialization() local
10990 NoteOverloadCandidate(const NamedDecl * Found,const FunctionDecl * Fn,OverloadCandidateRewriteKind RewriteKind,QualType DestType,bool TakingAddress) NoteOverloadCandidate() argument
11065 NoteAllOverloadCandidates(Expr * OverloadedExpr,QualType DestType,bool TakingAddress) NoteAllOverloadCandidates() argument
[all...]
H A DSemaExpr.cpp3212 QualType DestType; PerformObjectMemberConversion() local
21287 QualType DestType; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp109 FunctionType *DestType = CB->getFunctionType(); in runOnModule() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp136 QualType DestType, in isLossOfPrecision()
H A DDynamicTypePropagation.cpp616 QualType DestType = CE->getType(); in checkPostStmt() local
H A DNullabilityChecker.cpp1132 QualType DestType = CE->getType(); checkPostStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp396 Type *DestType = Trunc.getType(); foldVecTruncToExtElt() local
1878 Type *DestType = FI.getType(); foldItoFPtoI() local
2262 Type *DestType = BitCast.getType(); canonicalizeBitCastExtElt() local
[all...]
H A DInstCombineVectorOps.cpp2366 Type *DestType = Shuf.getType(); foldTruncShuffle() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp455 EmitComplexToComplexCast(ComplexPairTy Val,QualType SrcType,QualType DestType,SourceLocation Loc) EmitComplexToComplexCast() argument
473 EmitScalarToComplexCast(llvm::Value * Val,QualType SrcType,QualType DestType,SourceLocation Loc) EmitScalarToComplexCast() argument
[all...]
H A DCGExprConstant.cpp1818 QualType DestType; global() member in __anon4e2986830a11::ConstantLValueEmitter
2087 tryEmitPrivate(const APValue & Value,QualType DestType) tryEmitPrivate() argument
[all...]
H A DCGAtomic.cpp1175 auto *DestType = llvm::PointerType::get(getLLVMContext(), DestAS); EmitAtomicExpr() local
H A DCGStmtOpenMP.cpp5962 convertToScalarValue(CodeGenFunction & CGF,RValue Val,QualType SrcType,QualType DestType,SourceLocation Loc) convertToScalarValue() argument
5975 convertToComplexValue(CodeGenFunction & CGF,RValue Val,QualType SrcType,QualType DestType,SourceLocation Loc) convertToComplexValue() argument
[all...]
H A DCGBuiltin.cpp9061 ARMMVEVectorReinterpret(CGBuilderTy & Builder,CodeGenFunction * CGF,llvm::Value * V,llvm::Type * DestType) ARMMVEVectorReinterpret() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h718 getNullptrToBool(QualType SourceType,QualType DestType,bool NeedLValToRVal) getNullptrToBool() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2627 HandleOverflow(EvalInfo & Info,const Expr * E,const T & SrcValue,QualType DestType) HandleOverflow() argument
2635 HandleFloatToIntCast(EvalInfo & Info,const Expr * E,QualType SrcType,const APFloat & Value,QualType DestType,APSInt & Result) HandleFloatToIntCast() argument
2703 HandleFloatToFloatCast(EvalInfo & Info,const Expr * E,QualType SrcType,QualType DestType,APFloat & Result) HandleFloatToFloatCast() argument
2715 HandleIntToIntCast(EvalInfo & Info,const Expr * E,QualType DestType,QualType SrcType,const APSInt & Value) HandleIntToIntCast() argument
2730 HandleIntToFloatCast(EvalInfo & Info,const Expr * E,const FPOptions FPO,QualType SrcType,const APSInt & Value,QualType DestType,APFloat & Result) HandleIntToFloatCast() argument
13874 QualType DestType = E->getType(); VisitCastExpr() local
14168 QualType DestType = E->getType(); VisitCastExpr() local
[all...]
H A DExprCXX.cpp776 QualType DestType = getType(); isAlwaysNull() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1276 RangeSet inferAs(SymbolRef Sym, QualType DestType) { in inferAs() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1767 Type *DestType = DestVT.getTypeForEVT(*DAG.getContext()); EmitStackConvert() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1789 LLT DestType = MRI.getType(MI.getOperand(0).getReg()); applyShiftOfShiftedLogic() local