Home
last modified time | relevance | path

Searched refs:Conversions (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h846 ConversionSequenceList Conversions; member
912 for (auto &C : Conversions) { in hasAmbiguousConversion()
921 Conversions[Idx].Bad.FromExpr, in TryToFixBadConversion()
922 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
923 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
1139 ImplicitConversionSequence *Conversions = in allocateConversionSequences() local
1144 new (&Conversions[I]) ImplicitConversionSequence(); in allocateConversionSequences()
1146 return ConversionSequenceList(Conversions, NumConversions); in allocateConversionSequences()
1154 assert((Conversions.empty() || Conversions.size() == NumConversions) &&
1159 C.Conversions = Conversions.empty()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3798 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in IsUserDefinedConversion()
4895 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in FindConversionForRefInit()
6567 const auto &Conversions = in PerformContextualImplicitConversion() local
6571 (std::distance(Conversions.begin(), Conversions.end()) > 1); in PerformContextualImplicitConversion()
6578 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in PerformContextualImplicitConversion()
7555 CandidateSet.addCandidate(Conversions.size(), Conversions); in AddMethodTemplateCandidate()
7640 CandidateSet.addCandidate(Conversions.size(), Conversions); in AddTemplateOverloadCandidate()
7693 Conversions = in CheckNonDependentConversions()
7738 Conversions[ConvIdx] in CheckNonDependentConversions()
12250 assert(L.Conversions.size() == R.Conversions.size()); in CompareConversions()
[all …]
H A DSemaInit.cpp4163 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); in ResolveConstructorOverload() local
4164 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in ResolveConstructorOverload()
4812 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction() local
4813 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryRefInitWithConversionFunction()
5737 const auto &Conversions = in TryUserDefinedConversion() local
5739 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryUserDefinedConversion()
10554 Candidate.Conversions.size() > 0; in PerformCopyInitialization()
10560 Candidate->Conversions[0].setBad(BadConversionSequence::no_conversion, in PerformCopyInitialization()
H A DOpenCLBuiltins.td507 // OpenCL v2.0 Extensions s5.1.1 and s6.1.1 - Conversions.
514 // Conversions to integer type have a sat and non-sat variant.
H A DSemaExprCXX.cpp6317 LHS.get(), Best->BuiltinParamTypes[0], Best->Conversions[0], in FindConditionalOverload()
6324 RHS.get(), Best->BuiltinParamTypes[1], Best->Conversions[1], in FindConditionalOverload()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Drenesas,rzg2l-adc.yaml15 Conversions can be performed in single or repeat mode. Result of the ADC is
H A Dst,stm32-adc.yaml11 It has several multiplexed input channels. Conversions can be performed
14 Conversions can be launched in software or using hardware triggers.
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat.txt113 -- 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-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp875 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); in addedMember() local
879 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()), in addedMember()
882 Conversions.addDecl(Ctx, Primary, AS); in addedMember()
1368 data().Conversions.get(Ctx).addDecl(Ctx, Shadow, Shadow->getAccess()); in addedMember()
1836 Set = &data().Conversions.get(Ctx); in getVisibleConversionFunctions()
1860 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext()); in removeConversion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedRocket.td124 // Conversions
H A DRISCVSchedSiFiveP400.td204 // Conversions
H A DRISCVSchedSiFive7.td395 // Conversions
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td637 // Vector Conversions Between Floating-point and Integer
647 // Vector Conversions Between Floating-point and Fixed-point.
653 // Vector Conversions Between Half-Precision and Single-Precision.
H A DIntrinsicsAArch64.td465 // Vector Conversions Between Half-Precision and Single-Precision.
471 // Vector Conversions Between Floating-point and Fixed-point.
477 // Vector FP->Int Conversions
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h333 LazyASTUnresolvedSet Conversions; member
1125 return data().Conversions.get(getASTContext()).begin(); in conversion_begin()
1129 return data().Conversions.get(getASTContext()).end(); in conversion_end()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td398 // 64-bit Floating Point Conversions.
/freebsd-14.2/contrib/gdtoa/
H A DREADME19 Decimal-Binary Conversions", Numerical Analysis Manuscript
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA55.td364 // Floating Point Conversions, MAC, DIV, SQRT
H A DAArch64SchedCyclone.td572 // 7.9.7 Integer-FP Conversions
H A DAArch64SchedA510.td374 // Floating Point Conversions, MAC, DIV, SQRT
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td320 // Conversions.
H A DX86ScheduleBtVer2.td616 // Conversions.
H A DX86ScheduleBdVer2.td981 // Conversions.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1245 // Conversions
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1692 // Conversions

12