| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 116 const TypeDescriptor &FromType; member 122 const TypeDescriptor &FromType; member 150 const TypeDescriptor &FromType; member
|
| H A D | ubsan_handlers.cpp | 507 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 404 QualType FromType = in FormatASTNodeDiagnosticArgument() local 685 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff() 850 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff() 1175 static bool OnlyPerformTypeDiff(ASTContext &Context, QualType FromType, in OnlyPerformTypeDiff() 1199 QualType FromType = GetType(FromIter); in DiffTypes() local 1568 QualType FromType, ToType; in TreeToString() local 1724 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames() 2141 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, in TemplateDiff() 2206 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, in FormatTemplateTypeDiff()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 297 QualType FromType = getFromType(); in isPointerConversionToVoidPointer() local 366 QualType FromType = getToType(0); in getNarrowingKind() local 1689 QualType FromType; in TryUserDefinedConversion() local 1804 QualType FromType = From->getType(); in TryImplicitConversion() local 1885 bool Sema::TryFunctionConversion(QualType FromType, QualType ToType, in TryFunctionConversion() 1893 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion() 2042 static bool IsFloatingPointConversion(Sema &S, QualType FromType, in IsFloatingPointConversion() 2069 static bool IsVectorElementConversion(Sema &S, QualType FromType, in IsVectorElementConversion() 2116 static bool IsVectorConversion(Sema &S, QualType FromType, QualType ToType, in IsVectorConversion() 2243 QualType FromType = From->getType(); in IsStandardConversion() local [all …]
|
| H A D | SemaCast.cpp | 225 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref() 1619 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local
|
| H A D | SemaObjC.cpp | 1314 bool SemaObjC::isObjCWritebackConversion(QualType FromType, QualType ToType, in isObjCWritebackConversion()
|
| H A D | SemaInit.cpp | 9116 QualType FromType = OnlyArg->getType(); in Diagnose() local 9825 static void CheckC23ConstexprInitConversion(Sema &S, QualType FromType, in CheckC23ConstexprInitConversion()
|
| H A D | SemaExpr.cpp | 3001 QualType FromType = From->getType(); in PerformObjectMemberConversion() local 8952 bool Sema::IsInvalidSMECallConversion(QualType FromType, QualType ToType) { in IsInvalidSMECallConversion() 8969 static bool IsInvalidCmseNSCallConversion(Sema &S, QualType FromType, in IsInvalidCmseNSCallConversion() 12208 QualType FromType, in checkThreeWayNarrowingConversion()
|
| H A D | SemaExprObjC.cpp | 4656 QualType FromType = SubExpr->getType(); in BuildObjCBridgedCast() local
|
| H A D | SemaExprCXX.cpp | 4676 QualType FromType = From->getType(); in PerformImplicitConversion() local
|
| H A D | SemaTemplateDeduction.cpp | 3432 Sema::DeduceTemplateArgumentsFromType(TemplateDecl *TD, QualType FromType, in DeduceTemplateArgumentsFromType()
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 428 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.h | 194 enum FromType { Unsigned = 0, Signed, Float, Untyped }; enum
|
| H A D | NVPTXISelDAGToDAG.cpp | 1039 const unsigned FromType = in tryLoad() local 1120 const unsigned FromType = (ExtensionType == ISD::SEXTLOAD) in tryLoadVector() local 1190 const unsigned FromType = (ExtensionType == ISD::SEXTLOAD) in tryLDG() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltinBitCast.cpp | 374 QualType FromType = FromPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr() local
|
| H A D | Compiler.cpp | 7037 QualType FromType = SubExpr->getType(); in emitBuiltinBitCast() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1798 intptr_t FromType; member
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 771 QualType FromType, QualType ToType) { in setBad()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 835 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 D | PPCISelDAGToDAG.cpp | 1772 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 D | CGExprConstant.cpp | 1169 QualType FromType = E->getType(); in ProduceIntToIntCast() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2614 llvm::Type *FromType = FromValue->getType(); in salvageDebugInfoImpl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1451 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { in isTruncateFree() 1792 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 920 Type *FromType) { in getConvRTLibDesc() 943 Type *FromType, LostDebugLocObserver &LocObserver, in conversionLibcall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2376 Type *FromType = From->getType(); in castValueToType() local
|