Home
last modified time | relevance | path

Searched defs:ToType (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp2291 QualType ToType = importChecked(Err, D->getType()); in VisitBindingDecl() local
3870 auto ToType = importChecked(Err, D->getType()); in VisitFieldDecl() local
4134 auto ToType = importChecked(Err, D->getType()); in VisitObjCIvarDecl() local
4254 auto ToType = importChecked(Err, D->getType()); in VisitVarDecl() local
4325 auto ToType = importChecked(Err, D->getType()); in VisitImplicitParamDecl() local
4380 auto ToType = importChecked(Err, D->getType()); in VisitParmVarDecl() local
5457 auto ToType = importChecked(Err, D->getType()); in VisitObjCPropertyDecl() local
5644 auto ToType = importChecked(Err, D->getType()); in VisitNonTypeTemplateParmDecl() local
6907 auto ToType = importChecked(Err, E->getType()); in VisitSourceLocExpr() local
6928 auto ToType = importChecked(Err, E->getType()); in VisitVAArgExpr() local
[all …]
H A DASTDiagnostic.cpp405 QualType ToType = in FormatASTNodeDiagnosticArgument() local
655 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
820 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1146 QualType ToType, in OnlyPerformTypeDiff()
1170 QualType ToType = GetType(ToIter); in DiffTypes() local
1506 QualType FromType, ToType; in TreeToString() local
1662 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
2068 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff()
2132 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h114 const TypeDescriptor &ToType; member
120 const TypeDescriptor &ToType; member
148 const TypeDescriptor &ToType; member
H A Dubsan_handlers.cpp485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp254 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
322 QualType ToType = getToType(1); in getNarrowingKind() local
1427 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion()
1530 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
1585 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
1602 ExprResult Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1628 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion()
1727 static bool IsVectorConversion(Sema &S, QualType FromType, QualType ToType, in IsVectorConversion()
1799 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType, in IsStandardConversion()
2145 QualType &ToType, in IsTransparentUnionStandardConversion()
[all …]
H A DSemaCast.cpp175 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref()
1506 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
H A DSemaExceptionSpec.cpp921 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
H A DSemaExprCXX.cpp4060 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion()
4163 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
4266 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
6100 QualType &ToType) { in TryClassUnification()
H A DSemaTemplateDeduction.cpp4406 QualType ToType, in DeduceTemplateArguments()
H A DSemaExpr.cpp9465 QualType ToType) { in IsInvalidCmseNSCallConversion()
12442 static bool checkThreeWayNarrowingConversion(Sema &S, QualType ToType, Expr *E, in checkThreeWayNarrowingConversion()
20885 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { in forceUnknownAnyToType()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1679 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
1684 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt()
1689 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt()
1694 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPTrunc()
1699 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt()
1704 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP()
1709 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSIToFP()
1714 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToUI()
1719 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToSI()
1724 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h664 Expr *FromExpr, QualType ToType) { in setBad()
671 QualType FromType, QualType ToType) { in setBad()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp599 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1909 unsigned ToType = getLdStRegType(ScalarVT); in tryStoreVector() local
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1824 intptr_t ToType; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp763 static RTLIB::Libcall getConvRTLibDesc(unsigned Opcode, Type *ToType, in getConvRTLibDesc()
786 conversionLibcall(MachineInstr &MI, MachineIRBuilder &MIRBuilder, Type *ToType, in conversionLibcall()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1618 EVT ToType = V.getValueType(); in getValueBits() local