Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2091 QualType ToType = To->getType(); in ImportFieldDeclDefinition() local
4084 auto ToType = importChecked(Err, D->getType()); in VisitFieldDecl() local
4349 auto ToType = importChecked(Err, D->getType()); in VisitObjCIvarDecl() local
4469 auto ToType = importChecked(Err, D->getType()); in VisitVarDecl() local
4551 auto ToType = importChecked(Err, D->getType()); in VisitImplicitParamDecl() local
4608 auto ToType = importChecked(Err, D->getType()); in VisitParmVarDecl() local
5690 auto ToType = importChecked(Err, D->getType()); in VisitObjCPropertyDecl() local
5861 auto ToType = importChecked(Err, D->getType()); in VisitNonTypeTemplateParmDecl() local
7156 auto ToType = importChecked(Err, E->getType()); in VisitSourceLocExpr() local
7177 auto ToType = importChecked(Err, E->getType()); in VisitVAArgExpr() local
[all …]
H A DASTDiagnostic.cpp406 QualType ToType = in FormatASTNodeDiagnosticArgument() local
656 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
821 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1147 QualType ToType, in OnlyPerformTypeDiff()
1171 QualType ToType = GetType(ToIter); in DiffTypes() local
1507 QualType FromType, ToType; in TreeToString() local
1663 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
2070 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff()
2134 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp268 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
336 QualType ToType = getToType(1); in getNarrowingKind() local
1537 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion()
1640 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
1695 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
2269 QualType &ToType, in IsTransparentUnionStandardConversion()
3343 QualType ToType, in IsMemberPointerConversion()
3690 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in IsUserDefinedConversion()
5589 TryCopyInitialization(Sema &S, Expr *From, QualType ToType, in TryCopyInitialization()
6574 QualType ToType; in PerformContextualImplicitConversion() local
[all …]
H A DSemaExceptionSpec.cpp928 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
H A DSemaCast.cpp180 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref()
1537 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
H A DSemaExprCXX.cpp4103 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion()
4209 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
4312 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
6217 QualType &ToType) { in TryClassUnification()
H A DSemaExpr.cpp9802 bool Sema::IsInvalidSMECallConversion(QualType FromType, QualType ToType) { in IsInvalidSMECallConversion()
9820 QualType ToType) { in IsInvalidCmseNSCallConversion()
12880 static bool checkThreeWayNarrowingConversion(Sema &S, QualType ToType, Expr *E, in checkThreeWayNarrowingConversion()
21638 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { in forceUnknownAnyToType()
H A DSemaTemplateDeduction.cpp4599 Expr::Classification ObjectClassification, QualType ToType, in DeduceTemplateArguments()
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h420 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h667 Expr *FromExpr, QualType ToType) { in setBad()
674 QualType FromType, QualType ToType) { in setBad()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp606 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1734 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
1739 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
1744 LLVMValueRef LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstIntToPtr()
1749 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast()
1755 LLVMTypeRef ToType) { in LLVMConstAddrSpaceCast()
1761 LLVMTypeRef ToType) { in LLVMConstTruncOrBitCast()
1767 LLVMTypeRef ToType) { in LLVMConstPointerCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1848 unsigned ToType = getLdStRegType(ScalarVT); in tryStoreVector() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1829 intptr_t ToType; member
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc844 class ToType { class
847 ToType(const FromType& x) { *x.converted() = true; } // NOLINT in ToType() function in testing::__anonf560f22a0111::ToType
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp835 static RTLIB::Libcall getConvRTLibDesc(unsigned Opcode, Type *ToType, in getConvRTLibDesc()
858 conversionLibcall(MachineInstr &MI, MachineIRBuilder &MIRBuilder, Type *ToType, in conversionLibcall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1786 EVT ToType = V.getValueType(); in getValueBits() local