| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 372 QualType FromType = in FormatASTNodeDiagnosticArgument() local 1115 if (FromType.isNull() || ToType.isNull()) in OnlyPerformTypeDiff() 1118 if (Context.hasSameType(FromType, ToType)) in OnlyPerformTypeDiff() 1135 QualType FromType = GetType(FromIter); in DiffTypes() local 1150 Qualifiers FromQual = FromType.getQualifiers(), in DiffTypes() 1472 QualType FromType, ToType; in TreeToString() local 1473 Tree.GetTypeDiff(FromType, ToType); in TreeToString() 1630 assert((!FromType.isNull() || !ToType.isNull()) && in PrintTypeNames() 1634 OS << FromType.getAsString(Policy); in PrintTypeNames() 1638 if (!FromType.isNull() && !ToType.isNull() && in PrintTypeNames() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 257 FromType = Context.getArrayDecayedType(FromType); in isPointerConversionToVoidPointer() 1750 FromType = S.Context.getPointerType(FromType); in IsStandardConversion() 1757 FromType, in IsStandardConversion() 1782 FromType = FromType.getUnqualifiedType(); in IsStandardConversion() 1790 FromType = S.Context.getArrayDecayedType(FromType); in IsStandardConversion() 1818 FromType = S.Context.getPointerType(FromType); in IsStandardConversion() 1914 FromType = FromType.getUnqualifiedType(); in IsStandardConversion() 1960 if (S.IsFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion() 2882 FromType = FromType->getPointeeType(); in HandleFunctionTypeMismatch() 2887 FromType = FromType.getNonReferenceType(); in HandleFunctionTypeMismatch() [all …]
|
| H A D | SemaExprCXX.cpp | 4159 QualType FromType = From->getType(); in PerformImplicitConversion() local 4186 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion() 4197 FromType = From->getType(); in PerformImplicitConversion() 4208 QualType InitialFromType = FromType; in PerformImplicitConversion() 4212 if (const AtomicType *FromAtomic = FromType->getAs<AtomicType>()) { in PerformImplicitConversion() 4213 FromType = FromAtomic->getValueType().getUnqualifiedType(); in PerformImplicitConversion() 4227 FromType = From->getType(); in PerformImplicitConversion() 4232 FromType = Context.getArrayDecayedType(FromType); in PerformImplicitConversion() 4239 FromType = Context.getPointerType(FromType); in PerformImplicitConversion() 4281 assert(FromType->castAs<EnumType>()->getDecl()->isFixed() && in PerformImplicitConversion() [all …]
|
| H A D | SemaCast.cpp | 175 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref() argument 177 if (const auto *PtrType = dyn_cast<PointerType>(FromType)) { in CheckNoDeref() 1487 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local 1490 FromType = FromType.getUnqualifiedType(); in TryLValueToRValueCast() 1496 SrcExpr->getBeginLoc(), ToType, FromType, &RefConv); in TryLValueToRValueCast()
|
| H A D | SemaExprObjC.cpp | 4648 QualType FromType = SubExpr->getType(); in BuildObjCBridgedCast() local 4656 } else if (T->isObjCARCBridgableType() && FromType->isCARCBridgableType()) { in BuildObjCBridgedCast() 4668 << FromType in BuildObjCBridgedCast() 4676 << FromType << br in BuildObjCBridgedCast() 4690 } else if (T->isCARCBridgableType() && FromType->isObjCARCBridgableType()) { in BuildObjCBridgedCast() 4702 SubExpr = ImplicitCastExpr::Create(Context, FromType, CK_ARCProduceObject, in BuildObjCBridgedCast() 4710 << (FromType->isBlockPointerType()? 1 : 0) in BuildObjCBridgedCast() 4711 << FromType in BuildObjCBridgedCast() 4730 << FromType << T << Kind in BuildObjCBridgedCast()
|
| H A D | SemaExpr.cpp | 2952 QualType FromType = From->getType(); in PerformObjectMemberConversion() local 2956 auto FromPtrType = FromType->getAs<PointerType>(); in PerformObjectMemberConversion() 2960 : FromType.getAddressSpace()); in PerformObjectMemberConversion() 2968 FromRecordType = FromType; in PerformObjectMemberConversion() 2977 if (FromType->getAs<PointerType>()) { in PerformObjectMemberConversion() 2978 FromRecordType = FromType->getPointeeType(); in PerformObjectMemberConversion() 2981 FromRecordType = FromType; in PerformObjectMemberConversion() 3053 FromType = QType; in PerformObjectMemberConversion() 11583 QualType FromType, in checkThreeWayNarrowingConversion() argument 11588 SCS.setToType(0, FromType); in checkThreeWayNarrowingConversion() [all …]
|
| H A D | SemaTemplateDeduction.cpp | 4426 QualType FromType = ConversionGeneric->getConversionType(); in DeduceTemplateArguments() local 4429 QualType P = Context.getCanonicalType(FromType); in DeduceTemplateArguments() 4446 if (!FromType->getAs<ReferenceType>()) { in DeduceTemplateArguments()
|
| H A D | SemaInit.cpp | 9215 QualType FromType = OnlyArg->getType(); in Diagnose() local 9220 << FromType in Diagnose() 9222 S.HandleFunctionTypeMismatch(PDiag, FromType, DestType); in Diagnose()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 113 const TypeDescriptor &FromType; member 119 const TypeDescriptor &FromType; member 147 const TypeDescriptor &FromType; member
|
| H A D | ubsan_handlers.cpp | 485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local 492 FromType = &Data->FromType; in handleFloatCastOverflow() 500 FromType = &Data->FromType; in handleFloatCastOverflow() 508 << Value(*FromType, From) << *FromType << *ToType; in handleFloatCastOverflow() 560 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.h | 115 enum FromType { enum
|
| H A D | NVPTXISelDAGToDAG.cpp | 1034 unsigned int FromType; in tryLoadVector() local 1039 FromType = NVPTX::PTXLdStInstCode::Signed; in tryLoadVector() 1041 FromType = ScalarVT.SimpleTy == MVT::f16 ? NVPTX::PTXLdStInstCode::Untyped in tryLoadVector() 1044 FromType = NVPTX::PTXLdStInstCode::Unsigned; in tryLoadVector() 1067 FromType = NVPTX::PTXLdStInstCode::Untyped; in tryLoadVector() 1093 getI32Imm(VecType, DL), getI32Imm(FromType, DL), in tryLoadVector() 1120 getI32Imm(VecType, DL), getI32Imm(FromType, DL), in tryLoadVector() 1169 getI32Imm(VecType, DL), getI32Imm(FromType, DL), in tryLoadVector() 1218 getI32Imm(VecType, DL), getI32Imm(FromType, DL), in tryLoadVector()
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 594 class FromType { class 596 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in __anon4708b7a80111::FromType 602 GTEST_DISALLOW_ASSIGN_(FromType); 608 ToType(const FromType& x) { *x.converted() = true; } // NOLINT in ToType() 613 FromType x(&converted); in TEST()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 651 QualType FromType, QualType ToType) { in setBad() argument 653 Bad.init(Failure, FromType, ToType); in setBad()
|
| H A D | Sema.h | 3441 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType); 3442 bool IsFloatingPointPromotion(QualType FromType, QualType ToType); 3443 bool IsComplexPromotion(QualType FromType, QualType ToType); 3444 bool IsPointerConversion(Expr *From, QualType FromType, QualType ToType, 3447 bool isObjCPointerConversion(QualType FromType, QualType ToType, 3449 bool isObjCWritebackConversion(QualType FromType, QualType ToType, 3451 bool IsBlockPointerConversion(QualType FromType, QualType ToType, 3457 QualType FromType, QualType ToType); 3466 bool IsMemberPointerConversion(Expr *From, QualType FromType, QualType ToType, 3473 bool IsQualificationConversion(QualType FromType, QualType ToType, [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1017 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic() 1062 TDT.FromType)); in FormatDiagnostic()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1790 intptr_t FromType; member
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 735 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local 745 std::is_same<FromType, ToType>::value || in MatchAndExplain() 746 !std::is_base_of<FromType, ToType>::value, in MatchAndExplain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1595 EVT FromType = V.getOperand(0).getValueType(); in getValueBits() local 1598 if (FromType != MVT::i64 || ToType != MVT::i32) in getValueBits() 1600 const unsigned NumAllBits = FromType.getSizeInBits(); in getValueBits() 1629 EVT FromType = cast<VTSDNode>(V.getOperand(1))->getVT(); in getValueBits() local 1630 const unsigned NumValidBits = FromType.getSizeInBits(); in getValueBits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 682 Type *FromType) { in getConvRTLibDesc() argument 684 auto FromMVT = MVT::getVT(FromType); in getConvRTLibDesc() 705 Type *FromType) { in conversionLibcall() argument 706 RTLIB::Libcall Libcall = getConvRTLibDesc(MI.getOpcode(), ToType, FromType); in conversionLibcall() 709 {{MI.getOperand(1).getReg(), FromType, 0}}); in conversionLibcall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 988 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { in isTruncateFree() argument 989 if (!FromType->isIntegerTy() || !ToType->isIntegerTy()) in isTruncateFree() 991 unsigned FromBits = FromType->getPrimitiveSizeInBits().getFixedSize(); in isTruncateFree() 1288 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() argument 1290 return isTruncateFree(FromType, ToType); in allowTruncateForTailCall()
|