Home
last modified time | relevance | path

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

/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/AST/
DASTDiagnostic.cpp341 QualType ToType = in FormatASTNodeDiagnosticArgument() local
483 QualType ToType; member in __anone77cb4e10111::TemplateDiff
528 QualType FromType, ToType; member
599 void SetNode(QualType FromType, QualType ToType) { in SetNode()
696 void GetNode(QualType &FromType, QualType &ToType) { in GetNode()
943 QualType ToType = GetType(ToIter, ToDefaultTypeDecl); in DiffTypes() local
1444 QualType FromType, ToType; in TreeToString() local
1554 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
1861 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff()
1926 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
DASTImporter.cpp2158 QualType ToType = Importer.Import(From.getAsType()); in ImportTemplateArgument() local
2165 QualType ToType = Importer.Import(From.getIntegralType()); in ImportTemplateArgument() local
2173 QualType ToType = Importer.Import(From.getParamTypeForDecl()); in ImportTemplateArgument() local
2180 QualType ToType = Importer.Import(From.getNullPtrType()); in ImportTemplateArgument() local
/external/clang/lib/Sema/
DSemaOverload.cpp237 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
294 QualType ToType = getToType(1); in getNarrowingKind() local
1127 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion()
1229 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
1284 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
1303 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1310 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1335 bool Sema::IsNoReturnConversion(QualType FromType, QualType ToType, in IsNoReturnConversion()
1387 QualType ToType, ImplicitConversionKind &ICK) { in IsVectorConversion()
1439 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType, in IsStandardConversion()
[all …]
DSemaExceptionSpec.cpp797 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
DSemaExprCXX.cpp2875 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion()
2976 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
3066 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
4672 QualType &ToType) { in TryClassUnification()
DSemaCast.cpp1154 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
DSemaTemplateDeduction.cpp3770 QualType ToType, in DeduceTemplateArguments()
DSemaExpr.cpp14404 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { in forceUnknownAnyToType()
/external/llvm/lib/IR/
DCore.cpp1185 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
1190 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt()
1195 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt()
1200 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPTrunc()
1205 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt()
1210 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP()
1215 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSIToFP()
1220 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToUI()
1225 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToSI()
1230 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
[all …]
/external/clang/include/clang/Sema/
DOverload.h501 Expr *FromExpr, QualType ToType) { in setBad()
508 QualType FromType, QualType ToType) { in setBad()
/external/gmock/test/
Dgmock-actions_test.cc530 class ToType { class
533 ToType(const FromType& x) { *x.converted() = true; } // NOLINT in ToType() function in __anonbffe6e830111::ToType
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc530 class ToType { class
533 ToType(const FromType& x) { *x.converted() = true; } // NOLINT in ToType() function in __anona7dc4cfa0111::ToType
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2314 unsigned ToType; in SelectStoreVector() local
/external/clang/include/clang/Basic/
DDiagnostic.h1392 intptr_t ToType; member
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py476 def ToType(self, tokens): member in TypeConverter
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp770 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType, in ConvertScalar_ExtractValue()