Searched defs:ToType (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h104 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowData
110 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowDataV2
H A Dubsan_handlers.cc370 const TypeDescriptor *FromType, *ToType; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp797 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { argument
H A DSemaCast.cpp1154 QualType ToType = R->getPointeeType(); local
H A DSemaTemplateDeduction.cpp3774 DeduceTemplateArguments(FunctionTemplateDecl *ConversionTemplate, QualType ToType, CXXConversionDecl *&Specialization, TemplateDeductionInfo &Info) argument
H A DSemaExprCXX.cpp2875 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { argument
2976 Sema::PerformImplicitConversion(Expr *From, QualType ToType, argument
3066 Sema::PerformImplicitConversion(Expr *From, QualType ToType, argument
3297 CheckObjCARCConversion(SourceRange(), ToType, From, CCK); local
4662 TryClassUnification(Sema &Self, Expr *From, Expr *To, SourceLocation QuestionLoc, bool &HaveConversion, QualType &ToType) argument
[all...]
H A DSemaOverload.cpp237 QualType ToType = getToType(1); local
295 QualType ToType = getToType(1); local
1158 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1260 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1315 TryImplicitConversion(Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion) argument
1334 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit) argument
1341 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit, ImplicitConversionSequence& ICS) argument
1366 IsNoReturnConversion(QualType FromType, QualType ToType, QualType &ResultTy) argument
1417 IsVectorConversion(Sema &S, QualType FromType, QualType ToType, ImplicitConversionKind &ICK) argument
1470 IsStandardConversion(Sema &S, Expr* From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle, bool AllowObjCWritebackConversion) argument
1768 IsTransparentUnionStandardConversion(Sema &S, Expr* From, QualType &ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
1794 IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) argument
1943 IsFloatingPointPromotion(QualType FromType, QualType ToType) argument
1976 IsComplexPromotion(QualType FromType, QualType ToType) argument
1998 BuildSimilarlyQualifiedPointerType(const Type *FromPtr, QualType ToPointee, QualType ToType, ASTContext &Context, bool StripObjCLifetime = false) argument
2070 IsPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType& ConvertedType, bool &IncompatibleObjC) argument
2222 isObjCPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType, bool &IncompatibleObjC) argument
2402 isObjCWritebackConversion(QualType FromType, QualType ToType, QualType &ConvertedType) argument
2460 IsBlockPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType) argument
2574 HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, QualType FromType, QualType ToType) argument
2687 CheckPointerConversion(Expr *From, QualType ToType, CastKind &Kind, CXXCastPath& BasePath, bool IgnoreBaseAccess, bool Diagnose) argument
2773 IsMemberPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType &ConvertedType) argument
2815 CheckMemberPointerConversion(Expr *From, QualType ToType, CastKind &Kind, CXXCastPath &BasePath, bool IgnoreBaseAccess) argument
2895 IsQualificationConversion(QualType FromType, QualType ToType, bool CStyle, bool &ObjCLifetimeConversion) argument
2976 tryAtomicConversion(Sema &S, Expr *From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
3013 IsInitializerListConstructorConversion(Sema &S, Expr *From, QualType ToType, CXXRecordDecl *To, UserDefinedConversionSequence &User, OverloadCandidateSet &CandidateSet, bool AllowExplicit) argument
3100 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType, UserDefinedConversionSequence &User, OverloadCandidateSet &CandidateSet, bool AllowExplicit, bool AllowObjCConversionOnExplicit) argument
3312 DiagnoseMultipleUserDefinedConversion(Expr *From, QualType ToType) argument
4543 TryListConversion(Sema &S, InitListExpr *From, QualType ToType, bool SuppressUserConversions, bool InOverloadResolution, bool AllowObjCWritebackConversion) argument
4798 TryCopyInitialization(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool InOverloadResolution, bool AllowObjCWritebackConversion, bool AllowExplicit) argument
5377 QualType ToType = Conversion->getConversionType().getNonReferenceType(); local
5408 collectViableConversionCandidates(Sema &SemaRef, Expr *From, QualType ToType, UnresolvedSetImpl &ViableConversions, OverloadCandidateSet &CandidateSet) argument
5512 QualType ToType; local
6345 isAllowableExplicitConversion(Sema &S, QualType ConvType, QualType ToType, bool AllowObjCPointerConversion) argument
6379 AddConversionCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, Expr *From, QualType ToType, OverloadCandidateSet& CandidateSet, bool AllowObjCConversionOnExplicit) argument
6546 AddTemplateConversionCandidate(FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, CXXRecordDecl *ActingDC, Expr *From, QualType ToType, OverloadCandidateSet &CandidateSet, bool AllowObjCConversionOnExplicit) argument
[all...]
H A DSemaExpr.cpp14471 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h500 setBad(BadConversionSequence::FailureKind Failure, Expr *FromExpr, QualType ToType) argument
507 setBad(BadConversionSequence::FailureKind Failure, QualType FromType, QualType ToType) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2314 unsigned ToType; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp341 QualType ToType = local
592 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, argument
757 void GetTypeDiff(QualType &FromType, QualType &ToType) { argument
1066 OnlyPerformTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, const TemplateSpecializationType *&FromArgTST, const TemplateSpecializationType *&ToArgTST) argument
1091 QualType ToType = GetType(ToIter); local
1427 QualType FromType, ToType; local
1577 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1960 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
2024 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
H A DASTImporter.cpp2166 QualType ToType = Importer.Import(From.getAsType()); local
2173 QualType ToType = Importer.Import(From.getIntegralType()); local
2181 QualType ToType = Importer.Import(From.getParamTypeForDecl()); local
2188 QualType ToType local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp770 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType, argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DCore.cpp1185 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
1190 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
1195 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
1200 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
1205 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
1210 LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1215 LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1220 LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1225 LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1230 LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1235 LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1240 LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1245 LLVMConstAddrSpaceCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1251 LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1257 LLVMConstSExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1263 LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1269 LLVMConstPointerCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1275 LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType, LLVMBool isSigned) argument
1281 LLVMConstFPCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
[all...]

Completed in 494 milliseconds