Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dpropagate_value_category.hpp118 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 DNarrowingConversionsCheck.cpp258 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 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
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3760 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 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()
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 DSemaOverload.cpp250 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 DSemaExceptionSpec.cpp920 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
H A DSemaCast.cpp175 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref()
1490 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
H A DSemaExprCXX.cpp3990 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 DSemaTemplateDeduction.cpp4293 QualType ToType, in DeduceTemplateArguments()
H A DSemaExpr.cpp9219 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 Dgmock-matchers.h210 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1691 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 DOverload.h655 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 Deasily-swappable-parameters-implicits.cpp324 struct ToType { struct
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1113 QualType ToType) { in addConversion()
1196 QualType ToType) { in tryConversionOperators()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp597 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp662 using ToType = To; typedef
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1899 unsigned ToType; in tryStoreVector() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1823 intptr_t ToType; member
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp758 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 DASTImporterTest.cpp824 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 DPPCISelDAGToDAG.cpp1609 EVT ToType = V.getValueType(); in getValueBits() local