Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp260 QualType ToType = in FormatASTNodeDiagnosticArgument() local
397 QualType ToType; member in __anon4ec1f9260111::TemplateDiff
424 QualType FromType, ToType; member
472 void SetNode(QualType FromType, QualType ToType) { in SetNode()
561 void GetNode(QualType &FromType, QualType &ToType) { in GetNode()
771 QualType FromType, ToType; in DiffTemplate() local
1001 QualType FromType, ToType; in TreeToString() local
1081 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
1196 TemplateDiff(ASTContext &Context, QualType FromType, QualType ToType, in TemplateDiff()
1256 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
DASTImporter.cpp1951 QualType ToType = Importer.Import(From.getAsType()); in ImportTemplateArgument() local
1958 QualType ToType = Importer.Import(From.getIntegralType()); in ImportTemplateArgument() local
/external/clang/lib/Sema/
DSemaOverload.cpp247 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
304 QualType ToType = getToType(1); in getNarrowingKind() local
1033 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion()
1136 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
1189 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
1207 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1214 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1236 bool Sema::IsNoReturnConversion(QualType FromType, QualType ToType, in IsNoReturnConversion()
1288 QualType ToType, ImplicitConversionKind &ICK) { in IsVectorConversion()
1341 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType, in IsStandardConversion()
[all …]
DSemaExceptionSpec.cpp720 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) in CheckExceptionSpecCompatibility()
DSemaExprCXX.cpp2306 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion()
2401 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
2491 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
3946 QualType &ToType) { in TryClassUnification()
DSemaCast.cpp973 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
DSemaTemplateDeduction.cpp3330 QualType ToType, in DeduceTemplateArguments()
DSemaExpr.cpp11680 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { in forceUnknownAnyToType()
/external/llvm/lib/VMCore/
DCore.cpp916 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
921 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt()
926 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt()
931 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPTrunc()
936 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt()
941 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP()
946 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSIToFP()
951 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToUI()
956 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToSI()
961 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
[all …]
/external/clang/include/clang/Sema/
DOverload.h516 Expr *FromExpr, QualType ToType) { in setBad()
523 QualType FromType, QualType ToType) { in setBad()
/external/chromium/testing/gmock/test/
Dgmock-actions_test.cc530 class ToType { class
532 ToType(const FromType& x) { *x.converted() = true; } in ToType() function in __anon6c6d32880111::ToType
/external/clang/include/clang/Basic/
DDiagnostic.h1298 intptr_t ToType; member
/external/chromium/testing/gmock/scripts/generator/cpp/
Dast.py476 def ToType(self, tokens): member in TypeConverter
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp762 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType, in ConvertScalar_ExtractValue()
/external/clang/lib/CodeGen/
DCGExpr.cpp2516 QualType ToType = getContext().getLValueReferenceType(E->getType()); in EmitCastLValue() local