| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionOptimizer.cpp | 251 int Correction = (Cmp == AArch64CC::GT) ? 1 : -1; in adjustCmp() local 254 Correction = -Correction; in adjustCmp() 258 const int NewImm = std::abs(OldImm + Correction); in adjustCmp() 262 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp() 263 (!Negative && Correction == -1))) { in adjustCmp()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4275 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) { in addCorrection() argument 4277 StringRef Name = Correction.getCorrectionAsIdentifierInfo()->getName(); in addCorrection() 4283 (Name != TypoStr || Correction.getEditDistance(true) > TypoStr.size())) in addCorrection() 4287 if (Correction.isResolved()) { in addCorrection() 4288 checkCorrectionVisibility(SemaRef, Correction); in addCorrection() 4289 if (!Correction || !isCandidateViable(*CorrectionValidator, Correction)) in addCorrection() 4294 CorrectionResults[Correction.getEditDistance(false)][Name]; in addCorrection() 4298 if (NamedDecl *NewND = Correction.getCorrectionDecl()) { in addCorrection() 4299 std::string CorrectionStr = Correction.getAsString(SemaRef.getLangOpts()); in addCorrection() 4308 *RI = Correction; in addCorrection() [all …]
|
| H A D | SemaDecl.cpp | 380 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), Kind, in getTypeName() local 382 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo(); in getTypeName() 387 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier(); in getTypeName() 393 if (Correction && (NNS || NewII != &II) && in getTypeName() 406 diagnoseTypo(Correction, in getTypeName() 8301 TypoCorrection Correction; in DiagnoseInvalidRedeclaration() local 8336 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration() 8341 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 8344 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration() 8345 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/man/ |
| H A D | ChangeLog | 116 (Correction from Michael Richardson <mcr@sandelman.ottawa.on.ca>.) 121 (Correction from Norikatsu Shigemura <nork@cityfujisawa.ne.jp>.) 132 (Correction from Mark D. Baushke <mdb@cvshome.org>.)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 117 void addCorrection(TypoCorrection Correction);
|
| H A D | Sema.h | 4210 void diagnoseTypo(const TypoCorrection &Correction, 4214 void diagnoseTypo(const TypoCorrection &Correction,
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | asf | 25 #>>68 lelong x Error Correction Data Length %d
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | ChangeLog | 15283 * demos/expr/exprfa.c (mpf_expr_a): Correction to mpX_init, use 15368 * configure.in (mips*-*-irix[6789]*): Correction to m4 quoting of this 15503 * mpn/x86/k6/gcd_finda.asm: Correction jbe -> jb in initial setups. 15513 * tests/refmpn.c (refmpn_mod2): Correction to ASSERTs, r==a is allowed. 15600 * mpf/cmp_si.c [nails]: Correction, cast vval in exp comparisons, for 15603 * mpf/cmp_si.c [nails]: Correction, return usign instead of 1 when 15626 * randbui.c, randmui.c [longlong+nails]: Correction to conditionals 15748 * tests/mpn/t-get_d.c (check_rand): Correction to nhigh_mask setup. 15820 * mpf/get_si.c [nails]: Correction, don't bail on exp > abs_size, 15830 ">>" of negatives. Correction to comment, exp is rounded upwards. [all …]
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | general.rst | 356 :rfc:`1535` - E. Gavron. *A Security Problem and Proposed Correction With Widely
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | ChangeLog | 1950 [tests/tsprintf.c] Correction for %la, %lA, %le, %lE, %lf, %lF, %lg, %lG 3555 [src/compound.c] Correction for n = LONG_MIN. Added FIXMEs. 3710 [doc/mpfr.texi] Correction about mpfr_get_* and NaN. 4113 [src/sinu.c] Correction: variables must not be initialized with the 4758 [tests/tvalist.c] Correction when config.h is used (code copied from 6809 [doc/mini-gmp] Correction to avoid a "conflicting types for 'mp_limb_t'" 8845 [tests/tget_flt.c] Correction about the use of mpfr_signbit, in case 8968 [src/fma.c] Correction for the FIXME from r12403 concerning r12396. 9227 [tests/tfpif.c] Correction just in case MPFR_PREC_BITS > 64. 9395 [acinclude.m4] Correction for test of the fallback to __float128: [all …]
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.ok | 440 J. R. Ehrman Correction to 'logical' arithmetic on 1242 D. P. Partridge Adaptive Correction of Program 1768 Robert A. Wagner Order-$n$ Correction for Regular
|
| H A D | funstack.in | 3098 …title = "Correction to 'logical' arithmetic on computers with two's complement binary arith… 9064 title = "Adaptive Correction of Program Statements", 13276 title = "Order-$n$ Correction for Regular Languages",
|
| H A D | bib | 16818 Correction is grievous unto him that forsaketh the way: and he that hateth reproof shall die.
|
| /netbsd-src/external/bsd/flex/dist/ |
| H A D | ONEWS | 920 - Correction to patch #2 for gcc compilation; thanks goes to
|
| /netbsd-src/external/gpl2/groff/dist/contrib/groffer/ |
| H A D | ChangeLog | 354 - list_has_abbrev(), list_from_cmdline(): Correction.
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | ChangeLog | 1504 Correction proposed by Karl Berry.
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | northamerica | 3560 # and with the Rod of Correction which Manley said he had received from
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | ChangeLog | 6029 * cplus-dem.c (demangle_integral_value): Correction to reflect
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | ChangeLog | 5538 * cplus-dem.c (demangle_integral_value): Correction to reflect
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | ChangeLog | 5619 * cplus-dem.c (demangle_integral_value): Correction to reflect
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/po/ |
| H A D | fr.po | 8330 msgstr "Correction de l'activateur de l'image: (majeur: %u, mineur: %u)\n"
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/po/ |
| H A D | fr.po | 8552 msgstr "Correction de l'activateur de l'image: (majeur: %u, mineur: %u)\n"
|
| /netbsd-src/share/terminfo/ |
| H A D | terminfo | 21548 lf3=Sommaire, lf4=Envoi, lf5=Correction, lf6=Annulation, 21628 # Repetition(F2),Sommaire(F3),Envoi(F4),Correction(F5),Annulation(F6),
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 13478 Correction does much, but encouragement does more. 34064 Correction notice in the Miami Herald: "Last Sunday, The Herald erroneously
|