/external/clang/lib/AST/ |
D | CommentSema.cpp | 903 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/ |
D | SemaLookup.cpp | 3149 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/ |
D | CommentSema.h | 236 unsigned correctTypoInParmVarReference(StringRef Typo, 244 StringRef Typo,
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 316 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/ |
D | p14.cpp | 112 Typo foo(); // expected-error{{unknown type name 'Typo'}}
|
/external/elfutils/backends/ |
D | ChangeLog | 201 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
|
/external/valgrind/main/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 96 163910 LOW pend Typo in Helgrind's Documentation
|
/external/elfutils/src/ |
D | ChangeLog | 499 * readelf.c (print_strings): Typo fix. 763 * readelf.c (handle_relocs_rel): Typo fix, test DESTSHDR properly.
|
/external/openssh/ |
D | ChangeLog | 26 - (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/ |
D | ChangeLog | 66 * run-elflint-test.sh: Typo fix.
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 27 * dwfl_getmodules.c (dwfl_getmodules): Typo fix in last change.
|
/external/webkit/Source/WebKit/wx/ |
D | ChangeLog | 3400 Typo fix to restore text entry. 3537 Typo fix. Don't use the provisionalDocumentLoader() after the
|
/external/bison/ |
D | ChangeLog-1998 | 1385 * src/reduce.c (print_notices): Typo in message.
|
D | ChangeLog-2012 | 11136 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/ |
D | Sema.h | 2341 TypoCorrection CorrectTypo(const DeclarationNameInfo &Typo,
|
/external/strace/ |
D | ChangeLog-CVS | 536 * mem.c (madvise_flags): Typo fixes. Rename to madvise_cmds.
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 14653 Typo in comment for bracer ending block 14655 * webkit/webkitprivate.cpp: Typo fix in comment for the brace
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 1493 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.
|
D | ChangeLog-2009-06-16 | 7257 Typo and documentation fix for build-webkit
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 4935 Typo in Geolocation code causes crashes when updates are stopped
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 2197 * build/Makefiles/gmake/lib/bcc.mak: Typo fix in linker flags.
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 6851 [Qt] Typo error in QWebPluginFactory Documentation 14757 [Qt] Typo fix. Pass the window object to the Format
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 247 WebKit2: Typo fix in WebPopupMenu::Type.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 2630 * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::checkAddChild): Typo; this was
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 17995 Typo fix that makes distcheck happy.
|