Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp161 const BuiltinType &ToType) { in isWideEnoughToHold()
169 const BuiltinType &ToType) { in isWideEnoughToHold()
251 const BuiltinType *ToType = getBuiltinType(Lhs); in handleIntegralCast() local
284 const BuiltinType *ToType = getBuiltinType(Lhs); in handleIntegralToFloating() local
342 const BuiltinType *ToType = getBuiltinType(Lhs); in handleFloatingCast() local
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.h114 const TypeDescriptor &ToType; member
120 const TypeDescriptor &ToType; member
148 const TypeDescriptor &ToType; member
Dubsan_handlers.cpp485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp3594 auto ToType = importChecked(Err, D->getType()); in VisitFieldDecl() local
3852 auto ToType = importChecked(Err, D->getType()); in VisitObjCIvarDecl() local
3972 auto ToType = importChecked(Err, D->getType()); in VisitVarDecl() local
4030 auto ToType = importChecked(Err, D->getType()); in VisitImplicitParamDecl() local
4074 auto ToType = importChecked(Err, D->getType()); in VisitParmVarDecl() local
5054 auto ToType = importChecked(Err, D->getType()); in VisitObjCPropertyDecl() local
5241 auto ToType = importChecked(Err, D->getType()); in VisitNonTypeTemplateParmDecl() local
6459 auto ToType = importChecked(Err, E->getType()); in VisitVAArgExpr() local
6476 auto ToType = importChecked(Err, E->getType()); in VisitChooseExpr() local
6508 auto ToType = importChecked(Err, E->getType()); in VisitPredefinedExpr() local
[all …]
DASTDiagnostic.cpp373 QualType ToType = in FormatASTNodeDiagnosticArgument() local
623 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
788 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1111 QualType ToType, in OnlyPerformTypeDiff()
1135 QualType ToType = GetType(ToIter); in DiffTypes() local
1471 QualType FromType, ToType; in TreeToString() local
1627 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
2017 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff()
2081 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h104 const TypeDescriptor &ToType; member
110 const TypeDescriptor &ToType; member
Dubsan_handlers.cc370 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
/external/clang/lib/Sema/
DSemaOverload.cpp237 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
295 QualType ToType = getToType(1); in getNarrowingKind() local
1177 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion()
1281 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
1336 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
1355 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1362 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1387 bool Sema::IsNoReturnConversion(QualType FromType, QualType ToType, in IsNoReturnConversion()
1439 QualType ToType, ImplicitConversionKind &ICK) { in IsVectorConversion()
1491 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType, in IsStandardConversion()
[all …]
DSemaExceptionSpec.cpp803 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
DSemaExprCXX.cpp3140 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion()
3241 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
3331 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
4936 QualType &ToType) { in TryClassUnification()
/external/clang/lib/AST/
DASTDiagnostic.cpp342 QualType ToType = in FormatASTNodeDiagnosticArgument() local
592 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
757 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1071 QualType ToType, in OnlyPerformTypeDiff()
1095 QualType ToType = GetType(ToIter); in DiffTypes() local
1431 QualType FromType, ToType; in TreeToString() local
1587 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
1969 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff()
2033 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
DASTImporter.cpp2279 QualType ToType = Importer.Import(From.getAsType()); in ImportTemplateArgument() local
2286 QualType ToType = Importer.Import(From.getIntegralType()); in ImportTemplateArgument() local
2294 QualType ToType = Importer.Import(From.getParamTypeForDecl()); in ImportTemplateArgument() local
2301 QualType ToType = Importer.Import(From.getNullPtrType()); in ImportTemplateArgument() local
6002 QualType ToType = Importer.Import(E->getType()); in VisitCXXNamedCastExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp251 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
319 QualType ToType = getToType(1); in getNarrowingKind() local
1322 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion()
1425 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
1480 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
1497 ExprResult Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1523 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion()
1623 QualType ToType, ImplicitConversionKind &ICK) { in IsVectorConversion()
1686 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType, in IsStandardConversion()
2037 QualType &ToType, in IsTransparentUnionStandardConversion()
[all …]
DSemaExceptionSpec.cpp913 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
DSemaCast.cpp165 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref()
1382 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
/external/llvm/lib/IR/
DCore.cpp1272 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
1277 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt()
1282 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt()
1287 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPTrunc()
1292 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt()
1297 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP()
1302 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSIToFP()
1307 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToUI()
1312 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToSI()
1317 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1661 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
1666 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt()
1671 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt()
1676 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPTrunc()
1681 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt()
1686 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP()
1691 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSIToFP()
1696 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToUI()
1701 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToSI()
1706 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h417 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
/external/llvm-project/llvm/lib/IR/
DCore.cpp1694 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
1699 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt()
1704 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt()
1709 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPTrunc()
1714 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt()
1719 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP()
1724 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSIToFP()
1729 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToUI()
1734 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToSI()
1739 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
[all …]
/external/clang/include/clang/Sema/
DOverload.h502 Expr *FromExpr, QualType ToType) { in setBad()
509 QualType FromType, QualType ToType) { in setBad()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp446 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
/external/llvm-project/clang/include/clang/Sema/
DOverload.h643 Expr *FromExpr, QualType ToType) { in setBad()
650 QualType FromType, QualType ToType) { in setBad()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp509 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2383 unsigned ToType; in tryStoreVector() local
/external/googletest/googlemock/test/
Dgmock-actions_test.cc581 class ToType { class
584 ToType(const FromType& x) { *x.converted() = true; } // NOLINT in ToType() function in __anon87d4a8ab0111::ToType

12