Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp160 const BuiltinType &FromType, in isWideEnoughToHold()
259 const BuiltinType *FromType = getBuiltinType(Rhs); in handleIntegralCast() local
291 const BuiltinType *FromType = getBuiltinType(Rhs); in handleIntegralToFloating() local
357 const BuiltinType *FromType = getBuiltinType(Rhs); in handleFloatingCast() local
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.h113 const TypeDescriptor &FromType; member
119 const TypeDescriptor &FromType; member
147 const TypeDescriptor &FromType; member
Dubsan_handlers.cpp485 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
/external/compiler-rt/lib/ubsan/
Dubsan_handlers.h103 const TypeDescriptor &FromType; member
109 const TypeDescriptor &FromType; member
Dubsan_handlers.cc370 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp100 QualType FromType) { in import()
213 QualType ASTImporterTestBase::ImportType(QualType FromType, Decl *TUDecl, in ImportType()
/external/clang/lib/AST/
DASTDiagnostic.cpp340 QualType FromType = in FormatASTNodeDiagnosticArgument() local
592 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
757 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1070 static bool OnlyPerformTypeDiff(ASTContext &Context, QualType FromType, in OnlyPerformTypeDiff()
1094 QualType FromType = GetType(FromIter); in DiffTypes() local
1431 QualType FromType, ToType; in TreeToString() local
1587 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
1968 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, in TemplateDiff()
2032 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, in FormatTemplateTypeDiff()
/external/llvm-project/clang/lib/AST/
DASTDiagnostic.cpp371 QualType FromType = in FormatASTNodeDiagnosticArgument() local
623 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
788 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1110 static bool OnlyPerformTypeDiff(ASTContext &Context, QualType FromType, in OnlyPerformTypeDiff()
1134 QualType FromType = GetType(FromIter); in DiffTypes() local
1471 QualType FromType, ToType; in TreeToString() local
1627 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
2016 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, in TemplateDiff()
2080 static bool FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, in FormatTemplateTypeDiff()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTX.h96 enum FromType { enum
DNVPTXISelDAGToDAG.cpp1034 unsigned int FromType; in tryLoadVector() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTX.h97 enum FromType { enum
DNVPTXISelDAGToDAG.cpp1035 unsigned int FromType; in tryLoadVector() local
/external/llvm/lib/Target/NVPTX/
DNVPTX.h109 enum FromType { enum
DNVPTXISelDAGToDAG.cpp955 unsigned int FromType; in tryLoadVector() local
/external/clang/lib/Sema/
DSemaOverload.cpp236 QualType FromType = getFromType(); in isPointerConversionToVoidPointer() local
294 QualType FromType = getToType(0); in getNarrowingKind() local
1307 QualType FromType = From->getType(); in TryImplicitConversion() local
1387 bool Sema::IsNoReturnConversion(QualType FromType, QualType ToType, in IsNoReturnConversion()
1438 static bool IsVectorConversion(Sema &S, QualType FromType, in IsVectorConversion()
1496 QualType FromType = From->getType(); in IsStandardConversion() local
1829 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion()
1977 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion()
2011 bool Sema::IsComplexPromotion(QualType FromType, QualType ToType) { in IsComplexPromotion()
2105 bool Sema::IsPointerConversion(Expr *From, QualType FromType, QualType ToType, in IsPointerConversion()
[all …]
DSemaCast.cpp1154 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h415 using FromType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp250 QualType FromType = getFromType(); in isPointerConversionToVoidPointer() local
318 QualType FromType = getToType(0); in getNarrowingKind() local
1451 QualType FromType = From->getType(); in TryImplicitConversion() local
1523 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion()
1622 static bool IsVectorConversion(Sema &S, QualType FromType, in IsVectorConversion()
1691 QualType FromType = From->getType(); in IsStandardConversion() local
2062 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion()
2224 bool Sema::IsFloatingPointPromotion(QualType FromType, QualType ToType) { in IsFloatingPointPromotion()
2258 bool Sema::IsComplexPromotion(QualType FromType, QualType ToType) { in IsComplexPromotion()
2352 bool Sema::IsPointerConversion(Expr *From, QualType FromType, QualType ToType, in IsPointerConversion()
[all …]
DSemaCast.cpp165 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref()
1381 QualType FromType = SrcExpr->getType(); in TryLValueToRValueCast() local
/external/clang/include/clang/Sema/
DOverload.h509 QualType FromType, QualType ToType) { in setBad()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc572 class FromType { class
574 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in __anon87d4a8ab0111::FromType
/external/llvm-project/clang/include/clang/Sema/
DOverload.h650 QualType FromType, QualType ToType) { in setBad()
/external/clang/include/clang/Basic/
DDiagnostic.h1398 intptr_t FromType; member
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h1751 intptr_t FromType; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1364 EVT FromType = V.getOperand(0).getValueType(); in getValueBits() local
1398 EVT FromType = cast<VTSDNode>(V.getOperand(1))->getVT(); in getValueBits() local

12