| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 318 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, 371 QualType FromType = in FormatASTNodeDiagnosticArgument() local 372 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.FromType)); in FormatASTNodeDiagnosticArgument() 376 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree, in FormatASTNodeDiagnosticArgument() 391 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType; in FormatASTNodeDiagnosticArgument() 623 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff() argument 627 FlatTree[CurrentNode].FromArgInfo.ArgType = FromType; in SetTypeDiff() 788 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff() argument 790 FromType = FlatTree[ReadNode].FromArgInfo.ArgType; in GetTypeDiff() 1110 static bool OnlyPerformTypeDiff(ASTContext &Context, QualType FromType, in OnlyPerformTypeDiff() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 250 QualType FromType = getFromType(); in isPointerConversionToVoidPointer() local 257 FromType = Context.getArrayDecayedType(FromType); in isPointerConversionToVoidPointer() 259 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType()) in isPointerConversionToVoidPointer() 318 QualType FromType = getToType(0); in getNarrowingKind() local 330 if (FromType->isRealFloatingType()) in getNarrowingKind() 332 if (FromType->isIntegralOrUnscopedEnumerationType()) in getNarrowingKind() 345 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) { in getNarrowingKind() 347 } else if (FromType->isIntegralOrUnscopedEnumerationType() && in getNarrowingKind() 387 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() && in getNarrowingKind() 388 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind() [all …]
|
| H A D | SemaExprCXX.cpp | 4132 QualType FromType = From->getType(); in PerformImplicitConversion() local 4159 if (Context.hasSameType(FromType, Context.OverloadTy)) { in PerformImplicitConversion() 4170 FromType = From->getType(); in PerformImplicitConversion() 4181 QualType InitialFromType = FromType; in PerformImplicitConversion() 4185 if (const AtomicType *FromAtomic = FromType->getAs<AtomicType>()) { in PerformImplicitConversion() 4186 FromType = FromAtomic->getValueType().getUnqualifiedType(); in PerformImplicitConversion() 4187 From = ImplicitCastExpr::Create(Context, FromType, CK_AtomicToNonAtomic, in PerformImplicitConversion() 4198 FromType = From->getType(); in PerformImplicitConversion() 4203 FromType = Context.getArrayDecayedType(FromType); in PerformImplicitConversion() 4204 From = ImpCastExprToType(From, FromType, CK_ArrayToPointerDecay, in PerformImplicitConversion() [all …]
|
| H A D | SemaCast.cpp | 166 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref() argument 168 if (const auto *PtrType = dyn_cast<PointerType>(FromType)) { in CheckNoDeref() 1477 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local 1480 FromType = FromType.getUnqualifiedType(); in TryLValueToRValueCast() 1486 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 | 2942 QualType FromType = From->getType(); in PerformObjectMemberConversion() local 2946 auto FromPtrType = FromType->getAs<PointerType>(); in PerformObjectMemberConversion() 2949 ? FromType->getPointeeType().getAddressSpace() in PerformObjectMemberConversion() 2950 : FromType.getAddressSpace()); in PerformObjectMemberConversion() 2958 FromRecordType = FromType; in PerformObjectMemberConversion() 2967 if (FromType->getAs<PointerType>()) { in PerformObjectMemberConversion() 2968 FromRecordType = FromType->getPointeeType(); in PerformObjectMemberConversion() 2971 FromRecordType = FromType; in PerformObjectMemberConversion() 2993 if (DestType->isDependentType() || FromType->isDependentType()) in PerformObjectMemberConversion() 3043 FromType = QType; in PerformObjectMemberConversion() [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()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_handlers.h | 103 const TypeDescriptor &FromType; member 109 const TypeDescriptor &FromType; member 137 const TypeDescriptor &FromType; member
|
| H A D | ubsan_handlers.cc | 387 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local 394 FromType = &Data->FromType; in handleFloatCastOverflow() 402 FromType = &Data->FromType; in handleFloatCastOverflow() 410 << Value(*FromType, From) << *FromType << *ToType; in handleFloatCastOverflow() 462 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.h | 101 const TypeDescriptor &FromType; member 107 const TypeDescriptor &FromType; member 133 const TypeDescriptor &FromType; member
|
| H A D | ubsan_handlers.cc | 383 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local 390 FromType = &Data->FromType; in handleFloatCastOverflow() 398 FromType = &Data->FromType; in handleFloatCastOverflow() 406 << Value(*FromType, From) << *FromType << *ToType; in handleFloatCastOverflow() 458 const TypeDescriptor &SrcTy = Data->FromType; in handleImplicitConversion()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | warning-control.cc | 189 template <class ToType, class FromType> 190 void copy_warning (ToType to, FromType from) in copy_warning()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 3404 bool IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType); 3405 bool IsFloatingPointPromotion(QualType FromType, QualType ToType); 3406 bool IsComplexPromotion(QualType FromType, QualType ToType); 3407 bool IsPointerConversion(Expr *From, QualType FromType, QualType ToType, 3410 bool isObjCPointerConversion(QualType FromType, QualType ToType, 3412 bool isObjCWritebackConversion(QualType FromType, QualType ToType, 3414 bool IsBlockPointerConversion(QualType FromType, QualType ToType, 3420 QualType FromType, QualType ToType); 3429 bool IsMemberPointerConversion(Expr *From, QualType FromType, QualType ToType, 3436 bool IsQualificationConversion(QualType FromType, QualType ToType, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | parallelism.d | 1873 alias FromType = S; in map() local 1908 alias FromType = typeof(source.buf1); in map() local 1909 FromType from; in map() 1913 FromType dumpToFrom() in map() 1937 alias FromType = ElementType!S[]; in map() local 1941 FromType from; in map() 1943 FromType dumpToFrom() in map()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | parallelism.d | 1971 alias FromType = S; in map() local 2006 alias FromType = typeof(source.buf1); in map() local 2007 FromType from; in map() 2011 FromType dumpToFrom() in map() 2035 alias FromType = ElementType!S[]; in map() local 2039 FromType from; in map() 2041 FromType dumpToFrom() in map()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1017 TDT.FromType = getRawArg(ArgNo); in FormatDiagnostic() 1062 TDT.FromType)); in FormatDiagnostic()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1790 intptr_t FromType; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 207 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local 217 std::is_same<FromType, ToType>::value || in MatchAndExplain() 218 !std::is_base_of<FromType, ToType>::value, in MatchAndExplain()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1599 EVT FromType = V.getOperand(0).getValueType(); in getValueBits() local 1602 if (FromType != MVT::i64 || ToType != MVT::i32) in getValueBits() 1604 const unsigned NumAllBits = FromType.getSizeInBits(); in getValueBits() 1633 EVT FromType = cast<VTSDNode>(V.getOperand(1))->getVT(); in getValueBits() local 1634 const unsigned NumValidBits = FromType.getSizeInBits(); in getValueBits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 641 Type *FromType) { in getConvRTLibDesc() argument 643 auto FromMVT = MVT::getVT(FromType); in getConvRTLibDesc() 664 Type *FromType) { in conversionLibcall() argument 665 RTLIB::Libcall Libcall = getConvRTLibDesc(MI.getOpcode(), ToType, FromType); in conversionLibcall() 667 {{MI.getOperand(1).getReg(), FromType}}); in conversionLibcall()
|