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

/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1559 unsigned ToType; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp736 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) argument
H A DSemaCast.cpp1096 QualType ToType = R->getPointeeType(); local
H A DSemaTemplateDeduction.cpp3750 DeduceTemplateArguments(FunctionTemplateDecl *ConversionTemplate, QualType ToType, CXXConversionDecl *&Specialization, TemplateDeductionInfo &Info) argument
H A DSemaExprCXX.cpp2481 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { argument
2580 Sema::PerformImplicitConversion(Expr *From, QualType ToType, argument
2670 Sema::PerformImplicitConversion(Expr *From, QualType ToType, argument
2880 CheckObjCARCConversion(SourceRange(), ToType, From, CCK); local
4207 TryClassUnification(Sema &Self, Expr *From, Expr *To, SourceLocation QuestionLoc, bool &HaveConversion, QualType &ToType) argument
[all...]
H A DSemaOverload.cpp263 QualType ToType = getToType(1); local
320 QualType ToType = getToType(1); local
1106 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1210 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion, bool AllowObjCConversionOnExplicit) argument
1265 TryImplicitConversion(Expr *From, QualType ToType, bool SuppressUserConversions, bool AllowExplicit, bool InOverloadResolution, bool CStyle, bool AllowObjCWritebackConversion) argument
1284 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit) argument
1291 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit, ImplicitConversionSequence& ICS) argument
1314 IsNoReturnConversion(QualType FromType, QualType ToType, QualType &ResultTy) argument
1365 IsVectorConversion(ASTContext &Context, QualType FromType, QualType ToType, ImplicitConversionKind &ICK) argument
1419 IsStandardConversion(Sema &S, Expr* From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle, bool AllowObjCWritebackConversion) argument
1698 IsTransparentUnionStandardConversion(Sema &S, Expr* From, QualType &ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
1726 IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) argument
1873 IsFloatingPointPromotion(QualType FromType, QualType ToType) argument
1906 IsComplexPromotion(QualType FromType, QualType ToType) argument
1928 BuildSimilarlyQualifiedPointerType(const Type *FromPtr, QualType ToPointee, QualType ToType, ASTContext &Context, bool StripObjCLifetime = false) argument
2000 IsPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType& ConvertedType, bool &IncompatibleObjC) argument
2153 isObjCPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType, bool &IncompatibleObjC) argument
2349 isObjCWritebackConversion(QualType FromType, QualType ToType, QualType &ConvertedType) argument
2407 IsBlockPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType) argument
2509 HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, QualType FromType, QualType ToType) argument
2620 CheckPointerConversion(Expr *From, QualType ToType, CastKind &Kind, CXXCastPath& BasePath, bool IgnoreBaseAccess) argument
2691 IsMemberPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType &ConvertedType) argument
2734 CheckMemberPointerConversion(Expr *From, QualType ToType, CastKind &Kind, CXXCastPath &BasePath, bool IgnoreBaseAccess) argument
2813 IsQualificationConversion(QualType FromType, QualType ToType, bool CStyle, bool &ObjCLifetimeConversion) argument
2894 tryAtomicConversion(Sema &S, Expr *From, QualType ToType, bool InOverloadResolution, StandardConversionSequence &SCS, bool CStyle) argument
2931 IsInitializerListConstructorConversion(Sema &S, Expr *From, QualType ToType, CXXRecordDecl *To, UserDefinedConversionSequence &User, OverloadCandidateSet &CandidateSet, bool AllowExplicit) argument
3017 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType, UserDefinedConversionSequence &User, OverloadCandidateSet &CandidateSet, bool AllowExplicit, bool AllowObjCConversionOnExplicit) argument
3237 DiagnoseMultipleUserDefinedConversion(Expr *From, QualType ToType) argument
4433 TryListConversion(Sema &S, InitListExpr *From, QualType ToType, bool SuppressUserConversions, bool InOverloadResolution, bool AllowObjCWritebackConversion) argument
4636 TryCopyInitialization(Sema &S, Expr *From, QualType ToType, bool SuppressUserConversions, bool InOverloadResolution, bool AllowObjCWritebackConversion, bool AllowExplicit) argument
5179 QualType ToType = Conversion->getConversionType().getNonReferenceType(); local
5210 collectViableConversionCandidates(Sema &SemaRef, Expr *From, QualType ToType, UnresolvedSetImpl &ViableConversions, OverloadCandidateSet &CandidateSet) argument
5314 QualType ToType; local
5871 isAllowableExplicitConversion(Sema &S, QualType ConvType, QualType ToType, bool AllowObjCPointerConversion) argument
5905 AddConversionCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, Expr *From, QualType ToType, OverloadCandidateSet& CandidateSet, bool AllowObjCConversionOnExplicit) argument
6063 AddTemplateConversionCandidate(FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, CXXRecordDecl *ActingDC, Expr *From, QualType ToType, OverloadCandidateSet &CandidateSet, bool AllowObjCConversionOnExplicit) argument
[all...]
H A DSemaExpr.cpp13006 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h512 setBad(BadConversionSequence::FailureKind Failure, Expr *FromExpr, QualType ToType) argument
519 setBad(BadConversionSequence::FailureKind Failure, QualType FromType, QualType ToType) argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp762 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType, argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp260 QualType ToType = local
395 QualType ToType; member in class:__anon2980::TemplateDiff
440 QualType FromType, ToType; member in struct:__anon2980::TemplateDiff::DiffTree::DiffNode
506 SetNode(QualType FromType, QualType ToType) argument
597 GetNode(QualType &FromType, QualType &ToType) argument
852 QualType FromType, ToType; local
1229 QualType FromType, ToType; local
1338 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1623 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1688 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
H A DASTImporter.cpp2097 QualType ToType = Importer.Import(From.getAsType()); local
2104 QualType ToType = Importer.Import(From.getIntegralType()); local
2118 QualType ToType = Importer.Import(From.getNullPtrType()); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2827 QualType ToType = getContext().getLValueReferenceType(E->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp976 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
981 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
986 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
991 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
996 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { argument
1001 LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1006 LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1011 LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1016 LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1021 LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1026 LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1031 LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1036 LLVMConstAddrSpaceCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1042 LLVMConstZExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1048 LLVMConstSExtOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1054 LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1060 LLVMConstPointerCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
1066 LLVMConstIntCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType, LLVMBool isSigned) argument
1072 LLVMConstFPCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) argument
[all...]

Completed in 342 milliseconds