Searched refs:ToType (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp319 QualType ToType, bool PrintTree,
373 QualType ToType = local
374 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
376 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
391 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
623 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, argument
628 FlatTree[CurrentNode].ToArgInfo.ArgType = ToType;
788 void GetTypeDiff(QualType &FromType, QualType &ToType) { argument
791 ToType = FlatTree[ReadNode].ToArgInfo.ArgType;
1111 QualType ToType,
1110 OnlyPerformTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, const TemplateSpecializationType *&FromArgTST, const TemplateSpecializationType *&ToArgTST) argument
1135 QualType ToType = GetType(ToIter); local
1471 QualType FromType, ToType; local
1627 PrintTypeNames(QualType FromType, QualType ToType, bool FromDefault, bool ToDefault, bool Same) argument
2016 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
2080 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
H A DASTImporter.cpp3659 auto ToType = importChecked(Err, D->getType()); local
3674 ToType, ToTInfo, ToBitWidth, D->isMutable(),
3923 auto ToType = importChecked(Err, D->getType());
3934 ToType, ToTypeSourceInfo,
4043 auto ToType = importChecked(Err, D->getType());
4055 ToType, ToTypeSourceInfo,
4102 auto ToType = importChecked(Err, D->getType());
4110 ToType, D->getParameterKind()))
4146 auto ToType = importChecked(Err, D->getType());
4154 ToDeclName.getAsIdentifierInfo(), ToType,
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.h104 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowData
110 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowDataV2
138 const TypeDescriptor &ToType; member in struct:__ubsan::ImplicitConversionData
H A Dubsan_handlers.cc387 const TypeDescriptor *FromType, *ToType; local
395 ToType = &Data->ToType;
403 ToType = &Data->ToType;
410 << Value(*FromType, From) << *FromType << *ToType;
463 const TypeDescriptor &DstTy = Data->ToType;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h102 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowData
108 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowDataV2
134 const TypeDescriptor &ToType; member in struct:__ubsan::ImplicitConversionData
H A Dubsan_handlers.cc383 const TypeDescriptor *FromType, *ToType; local
391 ToType = &Data->ToType;
399 ToType = &Data->ToType;
406 << Value(*FromType, From) << *FromType << *ToType;
459 const TypeDescriptor &DstTy = Data->ToType;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h114 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowData
120 const TypeDescriptor &ToType; member in struct:__ubsan::FloatCastOverflowDataV2
148 const TypeDescriptor &ToType; member in struct:__ubsan::ImplicitConversionData
H A Dubsan_handlers.cpp485 const TypeDescriptor *FromType, *ToType; local
493 ToType = &Data->ToType;
501 ToType = &Data->ToType;
508 << Value(*FromType, From) << *FromType << *ToType;
561 const TypeDescriptor &DstTy = Data->ToType;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp83 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
90 QualType &ToType,
95 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
251 QualType ToType = getToType(1);
260 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
319 QualType ToType = getToType(1);
324 if (auto *ET = ToType->getAs<EnumType>())
325 ToType = ET->getDecl()->getIntegerType();
345 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
348 ToType
[all...]
H A DSemaExprCXX.cpp3917 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) {
3927 if (const PointerType *ToPtrType = ToType->getAs<PointerType>())
4015 /// expression From to the type ToType using the pre-computed implicit
4020 Sema::PerformImplicitConversion(Expr *From, QualType ToType,
4030 ExprResult Res = PerformImplicitConversion(From, ToType, ICS.Standard,
4074 *this, From->getBeginLoc(), ToType.getNonReferenceType(), CastKind,
4089 return PerformImplicitConversion(From, ToType, ICS.UserDefined.After,
4104 CheckAssignmentConstraints(From->getExprLoc(), ToType, From->getType());
4107 ToType, From->getType(), From, Action);
4117 /// expression From to the type ToType b
[all...]
H A DSemaExceptionSpec.cpp915 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { argument
918 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType);
H A DSemaCast.cpp166 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, argument
170 if (const auto *DestType = dyn_cast<PointerType>(ToType)) {
1478 QualType ToType = R->getPointeeType(); local
1481 ToType = ToType.getUnqualifiedType();
1486 SrcExpr->getBeginLoc(), ToType, FromType, &RefConv);
H A DSemaTemplateDeduction.cpp4417 QualType ToType,
4430 QualType A = Context.getCanonicalType(ToType);
4502 if (ToType->isReferenceType())
4416 DeduceTemplateArguments(FunctionTemplateDecl *ConversionTemplate, QualType ToType, CXXConversionDecl *&Specialization, TemplateDeductionInfo &Info) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dwarning-control.cc189 template <class ToType, class FromType>
190 void copy_warning (ToType to, FromType from)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h2164 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2165 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2166 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2167 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2168 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2169 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2170 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2171 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2172 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
2173 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1710 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
1712 unwrap(ToType)));
1715 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
1717 unwrap(ToType)));
1720 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
1722 unwrap(ToType)));
1725 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
1727 unwrap(ToType)));
1730 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) {
1732 unwrap(ToType)));
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h320 /// ToType - The types that this conversion is converting to in
644 Expr *FromExpr, QualType ToType) {
646 Bad.init(Failure, FromExpr, ToType);
651 QualType FromType, QualType ToType) {
653 Bad.init(Failure, FromType, ToType);
643 setBad(BadConversionSequence::FailureKind Failure, Expr *FromExpr, QualType ToType) argument
650 setBad(BadConversionSequence::FailureKind Failure, QualType FromType, QualType ToType) argument
H A DSema.h3397 TryImplicitConversion(Expr *From, QualType ToType,
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);
3424 bool CheckPointerConversion(Expr *From, QualType ToType,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcsv.d1071 foreach (ti, ToType; Fields!(Contents))
1075 static if (!isSomeString!ToType) skipWS(colData);
1076 recordContent.tupleof[ti] = to!ToType(colData);
1082 foreach (ti, ToType; Fields!(Contents))
1086 static if (!isSomeString!ToType) skipWS(colData);
1087 recordContent.tupleof[ti] = to!ToType(colData);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcsv.d1207 foreach (ti, ToType; Fields!(Contents))
1211 static if (!isSomeString!ToType) skipWS(colData);
1212 recordContent.tupleof[ti] = to!ToType(colData);
1218 foreach (ti, ToType; Fields!(Contents))
1222 static if (!isSomeString!ToType) skipWS(colData);
1223 recordContent.tupleof[ti] = to!ToType(colData);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp1018 TDT.ToType = getRawArg(ArgNo2);
1076 TDT.ToType));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp517 APSIntType ToType(getContext().getTypeSize(castTy),
519 llvm::APSInt ToTypeMax = ToType.getMaxValue();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1903 unsigned ToType;
1905 ToType = ScalarVT.SimpleTy == MVT::f16 ? NVPTX::PTXLdStInstCode::Untyped
1908 ToType = NVPTX::PTXLdStInstCode::Unsigned;
1939 ToType = NVPTX::PTXLdStInstCode::Untyped;
1946 StOps.push_back(getI32Imm(ToType, DL));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1791 intptr_t ToType;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h209 using ToType = typename std::remove_cv<typename std::remove_pointer<
217 std::is_same<FromType, ToType>::value ||
218 !std::is_base_of<FromType, ToType>::value,

Completed in 501 milliseconds

12