| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | propagate_value_category.hpp | 118 using ToType = Apply<UnCVRef<Tp>>; in cast() typedef 125 using ToType = Apply<UnCVRef<Tp>>; in cast() typedef
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | NarrowingConversionsCheck.cpp | 258 const BuiltinType &ToType) { in isWideEnoughToHold() 266 const BuiltinType &ToType) { in isWideEnoughToHold() 380 const BuiltinType *ToType = getBuiltinType(Lhs); in handleIntegralCast() local 426 const BuiltinType *ToType = getBuiltinType(Lhs); in handleIntegralToFloating() local 457 const BuiltinType *ToType = getBuiltinType(Lhs); in handleFloatingToIntegral() local 484 const BuiltinType *ToType = getBuiltinType(Lhs); in handleFloatingCast() local
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 114 const TypeDescriptor &ToType; member 120 const TypeDescriptor &ToType; member 148 const TypeDescriptor &ToType; member
|
| H A D | ubsan_handlers.cpp | 485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3760 auto ToType = importChecked(Err, D->getType()); in VisitFieldDecl() local 4024 auto ToType = importChecked(Err, D->getType()); in VisitObjCIvarDecl() local 4144 auto ToType = importChecked(Err, D->getType()); in VisitVarDecl() local 4215 auto ToType = importChecked(Err, D->getType()); in VisitImplicitParamDecl() local 4270 auto ToType = importChecked(Err, D->getType()); in VisitParmVarDecl() local 5346 auto ToType = importChecked(Err, D->getType()); in VisitObjCPropertyDecl() local 5533 auto ToType = importChecked(Err, D->getType()); in VisitNonTypeTemplateParmDecl() local 6771 auto ToType = importChecked(Err, E->getType()); in VisitSourceLocExpr() local 6792 auto ToType = importChecked(Err, E->getType()); in VisitVAArgExpr() local 6809 auto ToType = importChecked(Err, E->getType()); in VisitChooseExpr() local [all …]
|
| H A D | ASTDiagnostic.cpp | 406 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() 2053 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff() 2117 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 250 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local 318 QualType ToType = getToType(1); in getNarrowingKind() local 1320 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion() 1423 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion() 1478 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion() 2038 QualType &ToType, in IsTransparentUnionStandardConversion() 3080 QualType ToType, in IsMemberPointerConversion() 3427 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in IsUserDefinedConversion() 5311 TryCopyInitialization(Sema &S, Expr *From, QualType ToType, in TryCopyInitialization() 6152 QualType ToType; in PerformContextualImplicitConversion() local [all …]
|
| H A D | SemaExceptionSpec.cpp | 920 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
|
| H A D | SemaCast.cpp | 175 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref() 1490 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
|
| H A D | SemaExprCXX.cpp | 3990 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion() 4093 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion() 4195 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion() 5978 QualType &ToType) { in TryClassUnification()
|
| H A D | SemaTemplateDeduction.cpp | 4293 QualType ToType, in DeduceTemplateArguments()
|
| H A D | SemaExpr.cpp | 9219 QualType ToType) { in IsInvalidCmseNSCallConversion() 12181 static bool checkThreeWayNarrowingConversion(Sema &S, QualType ToType, Expr *E, in checkThreeWayNarrowingConversion() 20506 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { in forceUnknownAnyToType()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 210 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 1691 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc() 1696 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt() 1701 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt() 1711 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt() 1716 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP() 1752 LLVMTypeRef ToType) { in LLVMConstAddrSpaceCast() 1758 LLVMTypeRef ToType) { in LLVMConstZExtOrBitCast() 1764 LLVMTypeRef ToType) { in LLVMConstSExtOrBitCast() 1770 LLVMTypeRef ToType) { in LLVMConstTruncOrBitCast() 1776 LLVMTypeRef ToType) { in LLVMConstPointerCast() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Overload.h | 655 Expr *FromExpr, QualType ToType) { in setBad() 662 QualType FromType, QualType ToType) { in setBad()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | easily-swappable-parameters-implicits.cpp | 324 struct ToType { struct
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | EasilySwappableParametersCheck.cpp | 1113 QualType ToType) { in addConversion() 1196 QualType ToType) { in tryConversionOperators()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 597 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | RangeSetTest.cpp | 662 using ToType = To; typedef
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1899 unsigned ToType; in tryStoreVector() local
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1823 intptr_t ToType; member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 758 static RTLIB::Libcall getConvRTLibDesc(unsigned Opcode, Type *ToType, in getConvRTLibDesc() 781 conversionLibcall(MachineInstr &MI, MachineIRBuilder &MIRBuilder, Type *ToType, in conversionLibcall()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 824 auto ToType = in TEST_P() local 6097 QualType ToType = ToTypedef->getUnderlyingType(); in TEST_P() local
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1609 EVT ToType = V.getValueType(); in getValueBits() local
|