Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h843 ConversionSequenceList Conversions; member
909 for (auto &C : Conversions) { in hasAmbiguousConversion()
918 Conversions[Idx].Bad.FromExpr, in TryToFixBadConversion()
919 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion()
920 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion()
1136 ImplicitConversionSequence *Conversions = in allocateConversionSequences() local
1141 new (&Conversions[I]) ImplicitConversionSequence(); in allocateConversionSequences()
1143 return ConversionSequenceList(Conversions, NumConversions); in allocateConversionSequences()
1150 ConversionSequenceList Conversions = std::nullopt) {
1151 assert((Conversions.empty() || Conversions.size() == NumConversions) &&
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp100 OverloadCandidateSet& Conversions,
995 for (auto &C : i->Conversions) in destroyCandidates()
1444 OverloadCandidateSet Conversions(From->getExprLoc(), in TryUserDefinedConversion() local
1447 Conversions, AllowExplicit, in TryUserDefinedConversion()
1487 for (OverloadCandidateSet::iterator Cand = Conversions.begin(); in TryUserDefinedConversion()
1488 Cand != Conversions.end(); ++Cand) in TryUserDefinedConversion()
3641 const auto &Conversions = FromRecordDecl->getVisibleConversionFunctions(); in IsUserDefinedConversion() local
3642 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in IsUserDefinedConversion()
3690 if (Best->Conversions[0].isEllipsis()) in IsUserDefinedConversion()
3693 User.Before = Best->Conversions[0].Standard; in IsUserDefinedConversion()
[all …]
H A DSemaInit.cpp4055 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); in ResolveConstructorOverload() local
4056 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in ResolveConstructorOverload()
4674 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction() local
4675 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryRefInitWithConversionFunction()
5597 const auto &Conversions = in TryUserDefinedConversion() local
5599 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryUserDefinedConversion()
10371 Candidate.Conversions.size() > 0; in PerformCopyInitialization()
10377 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.
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-ldouble-format52 Conversions
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp863 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); in addedMember() local
867 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()), in addedMember()
870 Conversions.addDecl(Ctx, Primary, AS); in addedMember()
1356 data().Conversions.get(Ctx).addDecl(Ctx, Shadow, Shadow->getAccess()); in addedMember()
1795 Set = &data().Conversions.get(Ctx); in getVisibleConversionFunctions()
1819 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext()); in removeConversion()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td142 // Conversions
H A DRISCVSchedRocket.td125 // Conversions
/openbsd-src/gnu/llvm/clang/docs/
H A DMatrixTypes.rst58 Standard Conversions
79 Arithmetic Conversions
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h325 LazyASTUnresolvedSet Conversions; member
1098 return data().Conversions.get(getASTContext()).begin(); in conversion_begin()
1102 return data().Conversions.get(getASTContext()).end(); in conversion_end()
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DGenericOpcode.rst131 Type Conversions
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedA55.td364 // Floating Point Conversions, MAC, DIV, SQRT
H A DAArch64SchedCyclone.td572 // 7.9.7 Integer-FP Conversions
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td422 // 64-bit Floating Point Conversions.
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td320 // Conversions.
H A DX86ScheduleBtVer2.td616 // Conversions.
H A DX86ScheduleBdVer2.td981 // Conversions.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.md217 ;; :: Conversions
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.md251 ;; :: Conversions
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dathlon.md675 ;; Conversions behaves very irregularly and the scheduling is critical here.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.md591 ;;{{{ Conversions
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dfr30.md596 ;;{{{ Conversions
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dg77.texi4257 * Ugly Integer Conversions:: Enabled via @option{-fugly-logint}.
4491 @node Ugly Integer Conversions
4492 @subsection Ugly Integer Conversions
8695 * Nonportable Conversions::
8704 * Non-standard Conversions::
8708 * Warn About Implicit Conversions::
9430 @node Nonportable Conversions
9431 @subsection Nonportable Conversions
9554 @node Non-standard Conversions
9555 @subsection Non-standard Conversions
[all …]

123