Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h117 const TypeDescriptor &ToType; member
123 const TypeDescriptor &ToType; member
151 const TypeDescriptor &ToType; member
H A Dubsan_handlers.cpp507 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1115 Expected<TypeSourceInfo *> ToType = import(From->getType()); in ImportTypeRequirement() local
2407 QualType ToType = To->getType(); in ImportFieldDeclDefinition() local
2773 QualType ToType = importChecked(Err, D->getType()); in VisitBindingDecl() local
4439 auto ToType = importChecked(Err, D->getType()); in VisitFieldDecl() local
4702 auto ToType = importChecked(Err, D->getType()); in VisitObjCIvarDecl() local
4822 auto ToType = importChecked(Err, D->getType()); in VisitVarDecl() local
4908 auto ToType = importChecked(Err, D->getType()); in VisitImplicitParamDecl() local
4969 auto ToType = importChecked(Err, D->getType()); in VisitParmVarDecl() local
6050 auto ToType = importChecked(Err, D->getType()); in VisitObjCPropertyDecl() local
6216 auto ToType = importChecked(Err, D->getType()); in VisitNonTypeTemplateParmDecl() local
[all …]
H A DASTDiagnostic.cpp406 QualType ToType = in FormatASTNodeDiagnosticArgument() local
685 void SetTypeDiff(QualType FromType, QualType ToType, bool FromDefault, in SetTypeDiff()
850 void GetTypeDiff(QualType &FromType, QualType &ToType) { in GetTypeDiff()
1176 QualType ToType, in OnlyPerformTypeDiff()
1200 QualType ToType = GetType(ToIter); in DiffTypes() local
1568 QualType FromType, ToType; in TreeToString() local
1724 void PrintTypeNames(QualType FromType, QualType ToType, in PrintTypeNames()
2142 QualType ToType, bool PrintTree, bool PrintFromType, in TemplateDiff()
2207 QualType ToType, bool PrintTree, in FormatTemplateTypeDiff()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp298 QualType ToType = getToType(1); in isPointerConversionToVoidPointer() local
367 QualType ToType = getToType(1); in getNarrowingKind() local
1655 TryUserDefinedConversion(Sema &S, Expr *From, QualType ToType, in TryUserDefinedConversion()
1778 TryImplicitConversion(Sema &S, Expr *From, QualType ToType, in TryImplicitConversion()
1850 Sema::TryImplicitConversion(Expr *From, QualType ToType, in TryImplicitConversion()
1862 ExprResult Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
1885 bool Sema::TryFunctionConversion(QualType FromType, QualType ToType, in TryFunctionConversion()
1893 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion()
2043 QualType ToType) { in IsFloatingPointConversion()
2070 QualType ToType, in IsVectorElementConversion()
[all …]
H A DSemaExceptionSpec.cpp909 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
H A DSemaExprCXX.cpp4447 Sema::IsStringLiteralToNonConstPointerConversion(Expr *From, QualType ToType) { in IsStringLiteralToNonConstPointerConversion()
4549 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
4651 QualType ToType, QualType *ElTy = nullptr) { in adjustVectorType()
4665 Sema::PerformImplicitConversion(Expr *From, QualType ToType, in PerformImplicitConversion()
5471 QualType &ToType) { in TryClassUnification()
H A DSemaCast.cpp225 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref()
1620 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
H A DSemaObjC.cpp1314 bool SemaObjC::isObjCWritebackConversion(QualType FromType, QualType ToType, in isObjCWritebackConversion()
H A DSemaExpr.cpp8952 bool Sema::IsInvalidSMECallConversion(QualType FromType, QualType ToType) { in IsInvalidSMECallConversion()
8970 QualType ToType) { in IsInvalidCmseNSCallConversion()
12207 static bool checkThreeWayNarrowingConversion(Sema &S, QualType ToType, Expr *E, in checkThreeWayNarrowingConversion()
21130 ExprResult Sema::forceUnknownAnyToType(Expr *E, QualType ToType) { in forceUnknownAnyToType()
H A DSemaInit.cpp9826 QualType ToType, Expr *Init) { in CheckC23ConstexprInitConversion()
H A DSemaDeclCXX.cpp8627 QualType ToType = S.Context.getQualifiedType( in getBase() local
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h430 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h764 Expr *FromExpr, QualType ToType) { in setBad()
771 QualType FromType, QualType ToType) { in setBad()
1145 QualType ToType; member
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp375 QualType ToType = ToPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr() local
H A DCompiler.cpp7038 QualType ToType = E->getType(); in emitBuiltinBitCast() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp608 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1852 LLVMValueRef LLVMConstTrunc(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstTrunc()
1857 LLVMValueRef LLVMConstPtrToInt(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstPtrToInt()
1862 LLVMValueRef LLVMConstIntToPtr(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstIntToPtr()
1867 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast()
1873 LLVMTypeRef ToType) { in LLVMConstAddrSpaceCast()
1879 LLVMTypeRef ToType) { in LLVMConstTruncOrBitCast()
1885 LLVMTypeRef ToType) { in LLVMConstPointerCast()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1799 intptr_t ToType; member
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc844 class ToType { class
847 ToType(const FromType& x) { *x.converted() = true; } // NOLINT in ToType() function in testing::__anon10e2b6f40111::ToType
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp919 static RTLIB::Libcall getConvRTLibDesc(unsigned Opcode, Type *ToType, in getConvRTLibDesc()
942 conversionLibcall(MachineInstr &MI, MachineIRBuilder &MIRBuilder, Type *ToType, in conversionLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1773 EVT ToType = V.getValueType(); in getValueBits() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2375 Type *ToType) { in castValueToType()