| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 117 const TypeDescriptor &ToType; member 123 const TypeDescriptor &ToType; member 151 const TypeDescriptor &ToType; member
|
| H A D | ubsan_handlers.cpp | 507 const TypeDescriptor *FromType, *ToType; in handleFloatCastOverflow() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 1115 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 D | ASTDiagnostic.cpp | 406 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 D | SemaOverload.cpp | 298 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 D | SemaExceptionSpec.cpp | 909 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType) { in CheckExceptionSpecCompatibility()
|
| H A D | SemaExprCXX.cpp | 4447 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 D | SemaCast.cpp | 225 void CheckNoDeref(Sema &S, const QualType FromType, const QualType ToType, in CheckNoDeref() 1620 QualType ToType = R->getPointeeType(); in TryLValueToRValueCast() local
|
| H A D | SemaObjC.cpp | 1314 bool SemaObjC::isObjCWritebackConversion(QualType FromType, QualType ToType, in isObjCWritebackConversion()
|
| H A D | SemaExpr.cpp | 8952 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 D | SemaInit.cpp | 9826 QualType ToType, Expr *Init) { in CheckC23ConstexprInitConversion()
|
| H A D | SemaDeclCXX.cpp | 8627 QualType ToType = S.Context.getQualifiedType( in getBase() local
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 430 using ToType = typename std::remove_cv<typename std::remove_pointer< in MatchAndExplain() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 764 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 D | InterpBuiltinBitCast.cpp | 375 QualType ToType = ToPtr.getFieldDesc()->getDataType(S.getASTContext()); in DoBitCastPtr() local
|
| H A D | Compiler.cpp | 7038 QualType ToType = E->getType(); in emitBuiltinBitCast() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 608 APSIntType ToType(getContext().getTypeSize(castTy), in evalIntegralCast() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 1852 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 D | Diagnostic.h | 1799 intptr_t ToType; member
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 844 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 D | LegalizerHelper.cpp | 919 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 D | PPCISelDAGToDAG.cpp | 1773 EVT ToType = V.getValueType(); in getValueBits() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2375 Type *ToType) { in castValueToType()
|