Searched refs:FromType (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp231 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType,
258 QualType FromType = local
259 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType));
263 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
389 /// FromType - When single type printing is selected, this is the type to be
392 QualType FromType; member in class:__anon2952::TemplateDiff
394 /// ToType - The type that FromType is compared to. Only in tree printing
440 /// FromType, ToType - The type arguments.
441 QualType FromType, ToTyp member in struct:__anon2952::TemplateDiff::DiffTree::DiffNode
502 SetNode(QualType FromType, QualType ToType) argument
590 GetNode(QualType &FromType, QualType &ToType) argument
840 QualType FromType, ToType; local
1198 QualType FromType, ToType; local
1306 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
1584 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1649 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp231 // Note that FromType has not necessarily been transformed by the
233 // check for their presence as well as checking whether FromType is
253 QualType FromType = getFromType(); local
256 // Note that FromType has not necessarily been transformed by the
260 FromType = Context.getArrayDecayedType(FromType);
262 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
310 QualType FromType = getToType(0); local
320 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
322 } else if (FromType
1241 QualType FromType = From->getType(); local
1316 IsNoReturnConversion(QualType FromType, QualType ToType, QualType &ResultTy) argument
1367 IsVectorConversion(ASTContext &Context, QualType FromType, QualType ToType, ImplicitConversionKind &ICK) argument
1426 QualType FromType = From->getType(); local
1728 IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) argument
1875 IsFloatingPointPromotion(QualType FromType, QualType ToType) argument
1908 IsComplexPromotion(QualType FromType, QualType ToType) argument
2002 IsPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType& ConvertedType, bool &IncompatibleObjC) argument
2155 isObjCPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType, bool &IncompatibleObjC) argument
2351 isObjCWritebackConversion(QualType FromType, QualType ToType, QualType &ConvertedType) argument
2409 IsBlockPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType) argument
2511 HandleFunctionTypeMismatch(PartialDiagnostic &PDiag, QualType FromType, QualType ToType) argument
2622 QualType FromType = (*N); local
2658 QualType FromType = From->getType(); local
2725 IsMemberPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType &ConvertedType) argument
2772 QualType FromType = From->getType(); local
2835 IsQualificationConversion(QualType FromType, QualType ToType, bool CStyle, bool &ObjCLifetimeConversion) argument
4684 TryObjectArgumentInitialization(Sema &S, QualType FromType, Expr::Classification FromClassification, CXXMethodDecl *Method, CXXRecordDecl *ActingContext) argument
[all...]
H A DSemaExprCXX.cpp2527 QualType FromType = From->getType(); local
2555 if (Context.hasSameType(FromType, Context.OverloadTy)) {
2566 FromType = From->getType();
2577 FromType = FromType.getUnqualifiedType();
2585 FromType = Context.getArrayDecayedType(FromType);
2586 From = ImpCastExprToType(From, FromType, CK_ArrayToPointerDecay,
2591 FromType = Context.getPointerType(FromType);
[all...]
H A DSemaExprObjC.cpp3328 QualType FromType = SubExpr->getType(); local
3336 } else if (T->isObjCARCBridgableType() && FromType->isCARCBridgableType()) {
3348 << FromType
3356 << FromType << br
3370 } else if (T->isCARCBridgableType() && FromType->isObjCARCBridgableType()) {
3382 SubExpr = ImplicitCastExpr::Create(Context, FromType,
3390 << (FromType->isBlockPointerType()? 1 : 0)
3391 << FromType
3410 << FromType << T << Kind
H A DSemaCast.cpp1071 QualType FromType = SrcExpr->getType(); local
1074 FromType = FromType.getUnqualifiedType();
1079 ToType, FromType,
H A DSemaExpr.cpp2230 QualType FromType = From->getType(); local
2235 if (FromType->getAs<PointerType>()) {
2237 FromRecordType = FromType->getPointeeType();
2241 FromRecordType = FromType;
2250 if (FromType->getAs<PointerType>()) {
2251 FromRecordType = FromType->getPointeeType();
2254 FromRecordType = FromType;
2262 if (DestType->isDependentType() || FromType->isDependentType())
2313 FromType = QType;
2349 FromType
[all...]
H A DSemaTemplateDeduction.cpp3460 QualType FromType = Conv->getConversionType(); local
3463 QualType P = Context.getCanonicalType(FromType);
H A DSemaInit.cpp5943 QualType FromType = Args[0]->getType(); local
5948 << FromType
5950 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType);
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h122 enum FromType { enum in namespace:llvm::NVPTX::PTXLdStInstCode
H A DNVPTXISelDAGToDAG.cpp436 unsigned int FromType; local
441 FromType = NVPTX::PTXLdStInstCode::Signed;
443 FromType = NVPTX::PTXLdStInstCode::Float;
445 FromType = NVPTX::PTXLdStInstCode::Unsigned;
511 getI32Imm(VecType), getI32Imm(FromType),
565 getI32Imm(VecType), getI32Imm(FromType),
668 getI32Imm(VecType), getI32Imm(FromType),
770 getI32Imm(VecType), getI32Imm(FromType),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h196 /// FromType - The type that this conversion is converting
524 QualType FromType, QualType ToType) {
526 Bad.init(Failure, FromType, ToType);
523 setBad(BadConversionSequence::FailureKind Failure, QualType FromType, QualType ToType) argument
H A DSema.h1863 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType);
1864 bool IsFloatingPointPromotion(QualType FromType, QualType ToType);
1865 bool IsComplexPromotion(QualType FromType, QualType ToType);
1866 bool IsPointerConversion(Expr *From, QualType FromType, QualType ToType,
1869 bool isObjCPointerConversion(QualType FromType, QualType ToType,
1871 bool isObjCWritebackConversion(QualType FromType, QualType ToType,
1873 bool IsBlockPointerConversion(QualType FromType, QualType ToType,
1879 QualType FromType, QualType ToType);
1886 bool IsMemberPointerConversion(Expr *From, QualType FromType, QualType ToType,
1893 bool IsQualificationConversion(QualType FromType, QualTyp
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp844 TDT.FromType = getRawArg(ArgNo);
890 TDT.FromType));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp766 Type *FromType = FromVal->getType(); local
767 if (FromType == ToType && Offset == 0)
772 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
773 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1330 intptr_t FromType;

Completed in 407 milliseconds