Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h113 const TypeDescriptor &FromType; member
119 const TypeDescriptor &FromType; member
147 const TypeDescriptor &FromType; member
H A Dubsan_handlers.cpp485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp404 QualType FromType = in FormatASTNodeDiagnosticArgument() local
656 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
821 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1146 static bool OnlyPerformTypeDiff(ASTContext &Context, QualType FromType, in OnlyPerformTypeDiff()
1170 QualType FromType = GetType(FromIter); in DiffTypes() local
1529 QualType FromType, ToType; in TreeToString() local
1685 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
2096 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, in TemplateDiff()
2160 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, in FormatTemplateTypeDiff()
H A DASTImporter.cpp2138 QualType FromType = From->getType(); in ImportFieldDeclDefinition() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp300 QualType FromType = getFromType(); in isPointerConversionToVoidPointer() local
369 QualType FromType = getToType(0); in getNarrowingKind() local
1716 QualType FromType = From->getType(); in TryImplicitConversion() local
1780 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion()
1898 static bool IsFloatingPointConversion(Sema &S, QualType FromType, in IsFloatingPointConversion()
1925 static bool IsVectorElementConversion(Sema &S, QualType FromType, in IsVectorElementConversion()
1972 static bool IsVectorConversion(Sema &S, QualType FromType, QualType ToType, in IsVectorConversion()
2083 QualType FromType = From->getType(); in IsStandardConversion() local
2443 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion()
2608 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion()
[all …]
H A DSemaCast.cpp182 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref()
1544 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local
H A DSemaObjC.cpp1317 bool SemaObjC::isObjCWritebackConversion(QualType FromType, QualType ToType, in isObjCWritebackConversion()
H A DSemaTemplateDeduction.cpp3360 Sema::DeduceTemplateArgumentsFromType(TemplateDecl *TD, QualType FromType, in DeduceTemplateArgumentsFromType()
4760 QualType FromType = ConversionGeneric->getConversionType(); in DeduceTemplateArguments() local
H A DSemaInit.cpp8835 QualType FromType = OnlyArg->getType(); in Diagnose() local
9534 static void CheckC23ConstexprInitConversion(Sema &S, QualType FromType, in CheckC23ConstexprInitConversion()
H A DSemaExpr.cpp2954 QualType FromType = From->getType(); in PerformObjectMemberConversion() local
8806 bool Sema::IsInvalidSMECallConversion(QualType FromType, QualType ToType) { in IsInvalidSMECallConversion()
8823 static bool IsInvalidCmseNSCallConversion(Sema &S, QualType FromType, in IsInvalidCmseNSCallConversion()
11861 QualType FromType, in checkThreeWayNarrowingConversion()
H A DSemaExprObjC.cpp4662 QualType FromType = SubExpr->getType(); in BuildObjCBridgedCast() local
H A DSemaExprCXX.cpp4323 QualType FromType = From->getType(); in PerformImplicitConversion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h118 enum FromType { enum
H A DNVPTXISelDAGToDAG.cpp1088 unsigned int FromType; in tryLoadVector() local
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h418 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h723 QualType FromType, QualType ToType) { in setBad()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc835 class FromType { class
837 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in testing::__anon10e2b6f40111::FromType
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1772 EVT FromType = V.getOperand(0).getValueType(); in getValueBits() local
1806 EVT FromType = cast<VTSDNode>(V.getOperand(1))->getVT(); in getValueBits() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1083 QualType FromType = E->getType(); in ProduceIntToIntCast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2573 llvm::Type *FromType = FromValue->getType(); in salvageDebugInfoImpl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp855 Type *FromType) { in getConvRTLibDesc()
878 Type *FromType, LostDebugLocObserver &LocObserver) { in conversionLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1134 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { in isTruncateFree()
1464 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2242 Type *FromType = From->getType(); in castValueToType() local