Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp243 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
778 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
893 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
911 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
918 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
938 bool Sema::IsNoReturnConversion(QualType FromType, QualType ToType, in IsNoReturnConversion()
990 QualType ToType, ImplicitConversionKind &ICK) { in IsVectorConversion()
1038 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType, in IsStandardConversion()
1304 QualType &ToType, in IsTransparentUnionStandardConversion()
1331 bool Sema::IsIntegralPromotion(Expr *From, QualType FromType, QualType ToType) { in IsIntegralPromotion()
[all …]
DSemaExceptionSpec.cpp681 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) in CheckExceptionSpecCompatibility()
DSemaExprCXX.cpp2014 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion()
2087 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
2176 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
3394 QualType &ToType) { in TryClassUnification()
DSemaCXXCast.cpp916 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
DSemaTemplateDeduction.cpp3147 QualType ToType, in DeduceTemplateArguments()
/external/llvm/lib/VMCore/
DCore.cpp809 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
814 LLVMValueRef LLVMConstSExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSExt()
819 LLVMValueRef LLVMConstZExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstZExt()
824 LLVMValueRef LLVMConstFPTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPTrunc()
829 LLVMValueRef LLVMConstFPExt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPExt()
834 LLVMValueRef LLVMConstUIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstUIToFP()
839 LLVMValueRef LLVMConstSIToFP(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstSIToFP()
844 LLVMValueRef LLVMConstFPToUI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToUI()
849 LLVMValueRef LLVMConstFPToSI(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstFPToSI()
854 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
[all …]
/external/clang/include/clang/Sema/
DOverload.h474 Expr *FromExpr, QualType ToType) { in setBad()
481 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 __anon9c228ec50111::ToType
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp740 static Value *CreateShuffleVectorCast(Value *FromVal, Type *ToType, in CreateShuffleVectorCast()
778 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType, in ConvertScalar_ExtractValue()
/external/clang/lib/AST/
DASTImporter.cpp1854 QualType ToType = Importer.Import(From.getAsType()); in ImportTemplateArgument() local
1861 QualType ToType = Importer.Import(From.getIntegralType()); in ImportTemplateArgument() local
/external/chromium/testing/gmock/scripts/generator/cpp/
Dast.py476 def ToType(self, tokens): member in TypeConverter
/external/clang/lib/CodeGen/
DCGExpr.cpp2121 QualType ToType = getContext().getLValueReferenceType(E->getType()); in EmitCastLValue() local