Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-types.cc16 HType HType::FromType(AstType* type) { in FromType() function in v8::internal::HType
/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/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/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
DSemaExprObjC.cpp4237 QualType FromType = SubExpr->getType(); in BuildObjCBridgedCast() local
DSemaTemplateDeduction.cpp3771 QualType FromType = ConversionGeneric->getConversionType(); in DeduceTemplateArguments() local
DSemaInit.cpp7223 QualType FromType = Args[0]->getType(); in Diagnose() local
DSemaExprCXX.cpp3341 QualType FromType = From->getType(); in PerformImplicitConversion() local
DSemaExpr.cpp2586 QualType FromType = From->getType(); in PerformObjectMemberConversion() local
/external/llvm/lib/Target/NVPTX/
DNVPTX.h109 enum FromType { enum
DNVPTXISelDAGToDAG.cpp955 unsigned int FromType; in tryLoadVector() local
/external/v8/src/compiler/
Dtypes.h302 static TypeBase* FromType(Type* type) { in FromType() function
/external/v8/testing/gmock/test/
Dgmock-actions_test.cc585 class FromType { class
587 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in __anon8a7afdac0111::FromType
/external/googletest/googlemock/test/
Dgmock-actions_test.cc585 class FromType { class
587 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in __anon5facf5e40111::FromType
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc519 class FromType { class
521 explicit FromType(bool* is_converted) : converted_(is_converted) {} in FromType() function in __anon4e31d9990111::FromType
/external/clang/include/clang/Sema/
DOverload.h509 QualType FromType, QualType ToType) { in setBad()
/external/clang/include/clang/Basic/
DDiagnostic.h1398 intptr_t FromType; member
/external/v8/src/ast/
Dast-types.h385 static AstTypeBase* FromType(AstType* type) { in FromType() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp680 Type *FromType = FromVal->getType(); in ConvertScalar_ExtractValue() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp534 bool SystemZTargetLowering::isTruncateFree(Type *FromType, Type *ToType) const { in isTruncateFree()
779 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall()