Home
last modified time | relevance | path

Searched refs:Typo (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/lib/AST/
DCommentSema.cpp903 StringRef Typo; member in clang::comments::__anonda10a9720211::SimpleTypoCorrector
912 SimpleTypoCorrector(StringRef Typo) : in SimpleTypoCorrector() argument
913 Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3), in SimpleTypoCorrector()
941 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size()); in addDecl()
943 Typo.size() / MinPossibleEditDistance < 3) in addDecl()
946 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance); in addDecl()
956 StringRef Typo, in correctTypoInParmVarReference() argument
958 SimpleTypoCorrector Corrector(Typo); in correctTypoInParmVarReference()
1021 StringRef Typo, in correctTypoInTParamReference() argument
1023 SimpleTypoCorrector Corrector(Typo); in correctTypoInTParamReference()
/external/clang/lib/Sema/
DSemaLookup.cpp3149 StringRef Typo; member in __anondc90a4f70411::TypoCorrectionConsumer
3161 explicit TypoCorrectionConsumer(Sema &SemaRef, IdentifierInfo *Typo) in TypoCorrectionConsumer() argument
3162 : Typo(Typo->getName()), in TypoCorrectionConsumer()
3220 unsigned MinED = abs((int)Name.size() - (int)Typo.size()); in FoundName()
3221 if (MinED && Typo.size() / MinED < 3) in FoundName()
3226 unsigned UpperBound = (Typo.size() + 2) / 3; in FoundName()
3230 addName(Name, NULL, Typo.edit_distance(Name, true, UpperBound)); in FoundName()
3236 addName(Keyword, NULL, Typo.edit_distance(Keyword), NULL, true); in addKeywordResult()
3723 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
3724 if (!Typo) in CorrectTypo()
[all …]
/external/clang/include/clang/AST/
DCommentSema.h236 unsigned correctTypoInParmVarReference(StringRef Typo,
244 StringRef Typo,
/external/clang/test/SemaCXX/
Dfunctional-cast.cpp316 typedef itn Typo; // expected-error {{unknown type name 'itn'}} in crash_on_invalid_1() typedef
317 (void)Typo(1); // used to crash in crash_on_invalid_1()
/external/clang/test/CXX/except/except.spec/
Dp14.cpp112 Typo foo(); // expected-error{{unknown type name 'Typo'}}
/external/elfutils/backends/
DChangeLog201 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
/external/valgrind/main/docs/internals/
D3_3_BUGSTATUS.txt96 163910 LOW pend Typo in Helgrind's Documentation
/external/elfutils/src/
DChangeLog499 * readelf.c (print_strings): Typo fix.
763 * readelf.c (handle_relocs_rel): Typo fix, test DESTSHDR properly.
/external/openssh/
DChangeLog26 - (tim) [configure.ac] Typo in error message spotted by Andy Tsouladze
602 - (tim) [regress/cert-hostkey.sh] Typo. Missing $ on variable name.
956 Typo in confirmation message. bz#1827, patch from imorgan at
/external/elfutils/tests/
DChangeLog66 * run-elflint-test.sh: Typo fix.
/external/elfutils/libdwfl/
DChangeLog27 * dwfl_getmodules.c (dwfl_getmodules): Typo fix in last change.
/external/webkit/Source/WebKit/wx/
DChangeLog3400 Typo fix to restore text entry.
3537 Typo fix. Don't use the provisionalDocumentLoader() after the
/external/bison/
DChangeLog-19981385 * src/reduce.c (print_notices): Typo in message.
DChangeLog-201211136 putsym. Typo reported by Sebastian Piping.
21537 * src/lex.c (percent_table): Typo: s/naem/name/.
22446 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
22555 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
/external/clang/include/clang/Sema/
DSema.h2341 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
/external/strace/
DChangeLog-CVS536 * mem.c (madvise_flags): Typo fixes. Rename to madvise_cmds.
/external/webkit/Source/WebKit/gtk/
DChangeLog14653 Typo in comment for bracer ending block
14655 * webkit/webkitprivate.cpp: Typo fix in comment for the brace
/external/webkit/Tools/
DChangeLog-2010-05-241493 Typo in _now(), add a unittest to prove I fixed it.
22435 Typo: _updates_status -> _update_status
23201 Typo in chromium linux builder
34632 Typo fix only, no review.
DChangeLog-2009-06-167257 Typo and documentation fix for build-webkit
/external/webkit/Source/WebKit/win/
DChangeLog4935 Typo in Geolocation code causes crashes when updates are stopped
/external/stlport/etc/
DChangeLog-5.12197 * build/Makefiles/gmake/lib/bcc.mak: Typo fix in linker flags.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-166851 [Qt] Typo error in QWebPluginFactory Documentation
14757 [Qt] Typo fix. Pass the window object to the Format
/external/webkit/Source/WebKit2/
DChangeLog247 WebKit2: Typo fix in WebPopupMenu::Type.
/external/webkit/Source/WebCore/
DChangeLog-2003-10-252630 * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::checkAddChild): Typo; this was
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1617995 Typo fix that makes distcheck happy.

12