| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Overload.h | 843 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 D | SemaOverload.cpp | 100 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 D | SemaInit.cpp | 4055 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 D | OpenCLBuiltins.td | 507 // 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 D | darwin-ldouble-format | 52 Conversions
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 863 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 D | RISCVSchedSiFive7.td | 142 // Conversions
|
| H A D | RISCVSchedRocket.td | 125 // Conversions
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | MatrixTypes.rst | 58 Standard Conversions 79 Arithmetic Conversions
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 637 // 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 D | IntrinsicsAArch64.td | 465 // 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 D | DeclCXX.h | 325 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 D | GenericOpcode.rst | 131 Type Conversions
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcInstr64Bit.td | 422 // 64-bit Floating Point Conversions.
|
| /openbsd-src/gnu/llvm/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.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
| H A D | stormy16.md | 217 ;; :: Conversions
|
| /openbsd-src/gnu/gcc/gcc/config/stormy16/ |
| H A D | stormy16.md | 251 ;; :: Conversions
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | athlon.md | 675 ;; Conversions behaves very irregularly and the scheduling is critical here.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/ |
| H A D | fr30.md | 591 ;;{{{ Conversions
|
| /openbsd-src/gnu/gcc/gcc/config/fr30/ |
| H A D | fr30.md | 596 ;;{{{ Conversions
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | g77.texi | 4257 * 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 …]
|