| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Overload.h | 810 ConversionSequenceList Conversions; member 876 for (auto &C : Conversions) { in hasAmbiguousConversion() 885 Conversions[Idx].Bad.FromExpr, in TryToFixBadConversion() 886 Conversions[Idx].Bad.getFromType(), in TryToFixBadConversion() 887 Conversions[Idx].Bad.getToType(), S); in TryToFixBadConversion() 1096 ImplicitConversionSequence *Conversions = in allocateConversionSequences() local 1101 new (&Conversions[I]) ImplicitConversionSequence(); in allocateConversionSequences() 1103 return ConversionSequenceList(Conversions, NumConversions); in allocateConversionSequences() 1109 ConversionSequenceList Conversions = None) { 1110 assert((Conversions.empty() || Conversions.size() == NumConversions) && [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 97 OverloadCandidateSet& Conversions, 909 for (auto &C : i->Conversions) in destroyCandidates() 1339 OverloadCandidateSet Conversions(From->getExprLoc(), in TryUserDefinedConversion() local 1342 Conversions, AllowExplicit, in TryUserDefinedConversion() 1382 for (OverloadCandidateSet::iterator Cand = Conversions.begin(); in TryUserDefinedConversion() 1383 Cand != Conversions.end(); ++Cand) in TryUserDefinedConversion() 3515 const auto &Conversions = FromRecordDecl->getVisibleConversionFunctions(); in IsUserDefinedConversion() local 3516 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in IsUserDefinedConversion() 3564 if (Best->Conversions[0].isEllipsis()) in IsUserDefinedConversion() 3567 User.Before = Best->Conversions[0].Standard; in IsUserDefinedConversion() [all …]
|
| H A D | SemaInit.cpp | 3998 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); in ResolveConstructorOverload() local 3999 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in ResolveConstructorOverload() 4617 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); in TryRefInitWithConversionFunction() local 4618 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryRefInitWithConversionFunction() 5290 const auto &Conversions = in TryUserDefinedConversion() local 5292 for (auto I = Conversions.begin(), E = Conversions.end(); I != E; ++I) { in TryUserDefinedConversion() 9930 Candidate.Conversions.size() > 0; in PerformCopyInitialization() 9936 Candidate->Conversions[0].setBad(BadConversionSequence::no_conversion, in PerformCopyInitialization()
|
| /netbsd-src/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
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| H A D | t-avr | 220 # Conversions supported by the compiler 233 # Conversions supported by lib1funcs-fixed.S
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| H A D | t-avr | 220 # Conversions supported by the compiler 233 # Conversions supported by lib1funcs-fixed.S
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 869 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); in addedMember() local 873 Conversions.replace(cast<NamedDecl>(Primary->getPreviousDecl()), in addedMember() 876 Conversions.addDecl(Ctx, Primary, AS); in addedMember() 1368 data().Conversions.get(Ctx).addDecl(Ctx, Shadow, Shadow->getAccess()); in addedMember() 1742 Set = &data().Conversions.get(Ctx); in getVisibleConversionFunctions() 1766 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext()); in removeConversion()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | ibm-ldouble-format | 52 Conversions
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| H A D | ibm-ldouble-format | 52 Conversions
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/ |
| H A D | testfloat.txt | 69 Conversions to Integer 228 -- Conversions among the supported floating-point formats, and also between 272 necessary. Conversions from a smaller to a larger floating-point format are 273 always exact and so require no rounding. Conversions from 32-bit integers 620 Conversions to Integer
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| H A D | autosprintf.info | 94 Conversions to `char *' and `std::string' are defined that return
|
| H A D | autosprintf.texi | 143 Conversions to @code{char *} and @code{std::string} are defined that return
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedRocket.td | 122 // Conversions
|
| H A D | RISCVSchedSiFive7.td | 134 // Conversions
|
| /netbsd-src/external/lgpl3/gmp/dist/doc/ |
| H A D | gmp.info | 73 Node: Rational Conversions141572
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | MatrixTypes.rst | 58 Standard Conversions 79 Arithmetic Conversions
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
| H A D | rl78-expand.md | 116 ;;---------- Conversions ------------------------
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
| H A D | rl78-expand.md | 116 ;;---------- Conversions ------------------------
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 562 // Vector Conversions Between Floating-point and Integer 572 // Vector Conversions Between Floating-point and Fixed-point. 578 // Vector Conversions Between Half-Precision and Single-Precision.
|
| H A D | IntrinsicsAArch64.td | 447 // Vector Conversions Between Half-Precision and Single-Precision. 453 // Vector Conversions Between Floating-point and Fixed-point. 459 // Vector FP->Int Conversions
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 316 LazyASTUnresolvedSet Conversions; member 1076 return data().Conversions.get(getASTContext()).begin(); in conversion_begin() 1080 return data().Conversions.get(getASTContext()).end(); in conversion_end()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| H A D | bpf.md | 228 ;;;; Conversions
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| H A D | bpf.md | 228 ;;;; Conversions
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr-fixed.md | 39 ;;; Conversions
|
| /netbsd-src/external/bsd/openldap/dist/doc/devel/ |
| H A D | utfconv.txt | 147 3. Multi-byte <--> UTF-8 Conversions
|