Home
last modified time | relevance | path

Searched defs:FromType (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp242 QualType FromType = getFromType(); in isPointerConversionToVoidPointer() local
803 QualType FromType = From->getType(); in TryImplicitConversion() local
938 bool Sema::IsNoReturnConversion(QualType FromType, QualType ToType, in IsNoReturnConversion()
989 static bool IsVectorConversion(ASTContext &Context, QualType FromType, in IsVectorConversion()
1043 QualType FromType = From->getType(); in IsStandardConversion() local
1331 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion()
1467 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion()
1494 bool Sema::IsComplexPromotion(QualType FromType, QualType ToType) { in IsComplexPromotion()
1588 bool Sema::IsPointerConversion(Expr *From, QualType FromType, QualType ToType, in IsPointerConversion()
1741 bool Sema::isObjCPointerConversion(QualType FromType, QualType ToType, in isObjCPointerConversion()
[all …]
DSemaCXXCast.cpp915 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local
DSemaExprObjC.cpp1821 QualType FromType = SubExpr->getType(); in BuildObjCBridgedCast() local
DSemaTemplateDeduction.cpp3152 QualType FromType = Conv->getConversionType(); in DeduceTemplateArguments() local
DSemaInit.cpp4613 QualType FromType = Args[0]->getType(); in Diagnose() local
DSemaExprCXX.cpp2186 QualType FromType = From->getType(); in PerformImplicitConversion() local
DSemaExpr.cpp1911 QualType FromType = From->getType(); in PerformObjectMemberConversion() local
5395 QualType FromType = rExpr.get()->getType(); in CheckTransparentUnionArgumentConstraints() local
/external/chromium/testing/gmock/test/
Dgmock-actions_test.cc519 class FromType { class
521 FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in __anon9c228ec50111::FromType
/external/clang/include/clang/Sema/
DOverload.h481 QualType FromType, QualType ToType) { in setBad()
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp742 Type *FromType = FromVal->getType(); in CreateShuffleVectorCast() local
781 Type *FromType = FromVal->getType(); in ConvertScalar_ExtractValue() local