| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 949 ConversionSequenceList Conversions; member 1035 for (auto &C : Conversions) { in hasAmbiguousConversion() 1047 for (const auto &C : Conversions) { in isPerfectMatch() 1058 Conversions[Idx].Bad.FromExpr, in TryToFixBadConversion() 1059 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion() 1060 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion() 1386 ImplicitConversionSequence *Conversions = in allocateConversionSequences() local 1391 new (&Conversions[I]) ImplicitConversionSequence(); in allocateConversionSequences() 1393 return ConversionSequenceList(Conversions, NumConversions); in allocateConversionSequences() 1417 ConversionSequenceList Conversions = {}) { [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 106 OverloadCandidateSet& Conversions, 1114 for (auto &C : i->Conversions) in destroyCandidates() 1672 OverloadCandidateSet Conversions(From->getExprLoc(), in TryUserDefinedConversion() local 1675 Conversions, AllowExplicit, in TryUserDefinedConversion() 1735 for (OverloadCandidateSet::iterator Cand = Conversions.begin(); in TryUserDefinedConversion() 1736 Cand != Conversions.end(); ++Cand) in TryUserDefinedConversion() 4063 const auto &Conversions = FromRecordDecl->getVisibleConversionFunctions(); in IsUserDefinedConversion() local 4064 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in IsUserDefinedConversion() 4112 if (Best->Conversions[0].isEllipsis()) in IsUserDefinedConversion() 4115 User.Before = Best->Conversions[0].Standard; in IsUserDefinedConversion() [all …]
|
| H A D | SemaInit.cpp | 4419 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); in ResolveConstructorOverload() local 4420 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in ResolveConstructorOverload() 5206 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction() local 5207 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryRefInitWithConversionFunction() 6145 const auto &Conversions = in TryUserDefinedConversion() local 6147 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryUserDefinedConversion() 9944 Candidate.Conversions.size() > 0; in PerformCopyInitialization() 9950 Candidate->Conversions[0].setBad(BadConversionSequence::no_conversion, in PerformCopyInitialization()
|
| H A D | OpenCLBuiltins.td | 511 // OpenCL v2.0 Extensions s5.1.1 and s6.1.1 - Conversions. 518 // Conversions to integer type have a sat and non-sat variant.
|
| /freebsd/lib/libc/softfloat/ |
| H A D | softfloat.txt | 113 -- Conversions among all the floating-point formats, and also between 218 returns one result. Conversions from a smaller to a larger floating-point 219 format are always exact and so require no rounding. Conversions from 32-bit 224 Conversions from floating-point to integer raise the invalid exception if
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedGenericOOO.td | 183 // Conversions 303 // Conversions
|
| H A D | RISCVSchedRocket.td | 134 // Conversions
|
| H A D | RISCVSchedTTAscalonD8.td | 175 // Conversions
|
| H A D | RISCVSchedSiFiveP500.td | 206 // Conversions
|
| H A D | RISCVSchedSpacemitX60.td | 190 // Conversions
|
| H A D | RISCVSchedSiFiveP800.td | 282 // Conversions
|
| H A D | RISCVSchedSiFiveP400.td | 344 // Conversions
|
| H A D | RISCVSchedSiFiveP600.td | 520 // Conversions
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 924 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); in addedMember() local 928 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()), in addedMember() 931 Conversions.addDecl(Ctx, Primary, AS); in addedMember() 1483 data().Conversions.get(Ctx).addDecl(Ctx, Shadow, Shadow->getAccess()); in addedMember() 1995 Set = &data().Conversions.get(Ctx); in getVisibleConversionFunctions() 2019 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext()); in removeConversion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 485 // Vector Conversions Between Half-Precision and Single-Precision. 491 // Vector Conversions Between Floating-point and Fixed-point. 497 // Vector FP->Int Conversions 1000 // Conversions 4026 // SVE Widening Conversions 4037 // SVE Narrowing Conversions
|
| H A D | IntrinsicsARM.td | 634 // Vector Conversions Between Floating-point and Integer 644 // Vector Conversions Between Floating-point and Fixed-point. 650 // Vector Conversions Between Half-Precision and Single-Precision.
|
| H A D | RuntimeLibcalls.td | 1288 // Conversions between floating types. 1354 // Conversions between floating types.
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 334 LazyASTUnresolvedSet Conversions; member 1131 return data().Conversions.get(getASTContext()).begin(); in conversion_begin() 1135 return data().Conversions.get(getASTContext()).end(); in conversion_end()
|
| /freebsd/contrib/gdtoa/ |
| H A D | README | 19 Decimal-Binary Conversions", Numerical Analysis Manuscript
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstr64Bit.td | 376 // 64-bit Floating Point Conversions.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA55.td | 364 // Floating Point Conversions, MAC, DIV, SQRT
|
| H A D | AArch64SchedCyclone.td | 572 // 7.9.7 Integer-FP Conversions
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleAtom.td | 320 // Conversions.
|
| H A D | X86ScheduleBtVer2.td | 616 // Conversions.
|
| H A D | X86ScheduleBdVer2.td | 981 // Conversions.
|