Home
last modified time | relevance | path

Searched full:typo (Results 1 – 25 of 182) sorted by relevance

12345678

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h94 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()
142 /// Return the next typo correction that passes all internal filters
156 /// Return the next typo correction like getNextCorrection, but keep
280 /// Find any visible decls for the given typo correction candidate.
285 /// Perform qualified lookups on the queued set of typo correction
291 /// The name written that is a typo in the source.
292 IdentifierInfo *Typo; variable
295 /// found (so far) with the typo name.
H A DExternalSemaSource.h76 /// which will be used during typo correction.
207 /// correct a typo (really, to offer suggestions to repair a failed lookup).
210 virtual TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo, in CorrectTypo() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp47 CommandTraits::getTypoCorrectCommandInfo(StringRef Typo) const { in getTypoCorrectCommandInfo()
50 if (Typo.size() <= 1) in getTypoCorrectCommandInfo()
62 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); in getTypoCorrectCommandInfo()
64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance); in getTypoCorrectCommandInfo()
/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationCorrections.txt12 # typo in the data, and not a matter of dubious interpretation.
23 # typo found and corrected in Corrigendum #3, and five for
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4393 // Typo correction
4411 /// Check whether the declarations found for a typo correction are
4493 // Don't consider hidden names for typo correction. in FoundDecl()
4506 if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo) in FoundDecl()
4513 // Compute the edit distance between the typo and the name of this in FoundName()
4519 // Compute the edit distance between the typo and this keyword, in addKeywordResult()
4528 StringRef TypoStr = Typo->getName(); in addName()
4548 StringRef TypoStr = Typo->getName(); in addCorrection()
4552 // base identifier from the typo or which have a normalized edit distance in addCorrection()
4553 // longer than the typo itself. in addCorrection()
[all …]
H A DMultiplexExternalSemaSource.cpp321 const DeclarationNameInfo &Typo, in CorrectTypo() argument
328 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
/freebsd/contrib/libxo/doc/
H A Dxolint-errors.rst43 A common typo:
55 Twiddling the "{" and the field role is a common typo.
338 An invalid character is often a sign of a typo, like "{:]}"
443 for non-strings. This error may occur from a typo,
/freebsd/usr.bin/bmake/tests/syntax/directive-t0/
H A DMakefile.test2 # A typo'ed directive.
H A Dlegacy_test.sh6 DESC="A typo'ed directive."
/freebsd/contrib/libdivsufsort/
H A DCHANGELOG.md9 * Fix typo in include/CMakeLists.txt
/freebsd/share/dict/
H A DREADME24 masks common typo in modern text
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dsocionext,uniphier-mio-dmac.yaml53 // typo. The first two channels share a single interrupt line.
/freebsd/contrib/sendmail/
H A DINSTALL18 4. Change to the cf/cf/ directory (that's not a typo): Copy whichever .mc
/freebsd/contrib/tcsh/
H A DFixes573 12. EAGAIN typo (dan harkless)
716 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
760 3. Grammar and typo fixes for tcsh.man (Steve Kelem)
956 54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
1013 9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
1023 2. Typo in Imakefile (# comment instead of c comment)
1024 1. Typo in ma.setp.c (missing parenthesis)
1389 43. Fixed typo in sh.c, in phup [shpgrp != pr->pgrp]
1398 35. Fixed typo with INVPTR in sh.lex.c
1407 28. Typo in the $HOME->$home mirroring.
[all …]
/freebsd/contrib/ncurses/
H A DNEWS172 + fix typo in NEWS (report by Sven Joachim).
379 + fix typo in INSTALL (report/patch by Aapo Rantalainen).
688 + fix typo in run_tic.in (report/patch by Jan Starke).
1053 + correct typo in "vip" comments (report by Nick Black), reviewed this
1386 + fix a typo in man/curs_terminfo.3 (Reuben Thomas).
1510 + fix a typo in curs_printw.3x (patch by William Pursell).
1594 + fix a typo in tput.1; "columns" should be "cols".
1765 + fix typo for MinGW rpm test-package.
2039 + fix typo in adds200 -TD
2095 + fix typo in term(5), improve explanation of format (report by Otto
[all …]
/freebsd/contrib/libxo/xolint/
H A Dxolint.pl384 #@ A common typo:
388 #@ Twiddling the "{" and the field role is a common typo.
573 #@ An invalid character is often a sign of a typo, like "{:]}"
672 #@ for non-strings. This error may occur from a typo,
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog32 …o There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleks…
283 o fix pkgconfig generation (copy-paste typo) (cc554d87)
392 o README.md: fix typo: ar -> are (2361616 Simone Basso)
706 o cmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on -DUSE_DEBUG) (e35f224 Azat Khuzhin)
852 o Fix a typo in a doxygen comment. Reported by 亦得. (be1aeff)
946 o Fix typo (4b754df Joakim Soderberg)
1079 o Fix a typo (be7bf2c Ondřej Kuzník)
1081 o Typo fixes from Linus Nordberg (cec62cb, 8cd695b)
1172 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
1179 o Fix typo : Dispatching instead of Dispaching (0c2bacc Volker Lendecke)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog32 …o There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleks…
283 o fix pkgconfig generation (copy-paste typo) (cc554d87)
392 o README.md: fix typo: ar -> are (2361616 Simone Basso)
706 o cmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on -DUSE_DEBUG) (e35f224 Azat Khuzhin)
852 o Fix a typo in a doxygen comment. Reported by 亦得. (be1aeff)
946 o Fix typo (4b754df Joakim Soderberg)
1079 o Fix a typo (be7bf2c Ondřej Kuzník)
1081 o Typo fixes from Linus Nordberg (cec62cb, 8cd695b)
1172 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
1179 o Fix typo : Dispatching instead of Dispaching (0c2bacc Volker Lendecke)
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssumptions.h31 /// which can be recommended as typo correction.
/freebsd/contrib/ntp/
H A DCommitLog-4.1.087 * html/notes.htm: Typo fix.
92 * html/monopt.htm: Typo fix.
142 * html/ntpd.htm: Typo.
1003 (clock_select): Fix hpoll typo in call to poll_update().
1132 Typo grabbing the dtemp value and in the sdisp calculation.
1664 * ntpd/refclock_atom.c (atom_shutdown): Typo
1772 * configure.in (NTP_KEYSDIR): Typo
1824 (crypto_config): Fix a typo...
1869 * ntpd/ntp_loopfilter.c (local_clock): Typo
2179 * html/ntpd.htm (-g): typo
[all …]
/freebsd/contrib/kyua/drivers/
H A Dlist_tests.hpp71 /// test filter does not match any test case, it is probably a typo.
H A Dscan_results.hpp62 /// test filter does not match any test case, it is probably a typo.
H A Drun_tests.hpp85 /// test filter does not match any test case, it is probably a typo.
/freebsd/sys/contrib/zlib/
H A DChangeLog30 - Various spelling and typo corrections
93 - Correct typo in blast.c
162 - Fix typo in win32/Makefile.msc
273 - Fix minor typo in zlib.h comments [Rzesniowiecki]
652 - Correct typo in doc/algorithm.txt [Janik]
660 - Fix typo in zlib.h uncompress() description [Reiss]
850 - Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta]
1471 - fixed typo in zconf.h (_GNUC__ => __GNUC__)
1473 - fix typo in Make_vms.com (f$trnlnm -> f$getsyi)
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-mtime.mk108 # If there is a typo in the modifier name, it does not match.

12345678