Searched refs:Corrected (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/examples/includes/geshi/geshi/
H A Dscilab.php15 * - Corrected with the help of Benny Baumann (BenBE@geshi.org)
H A Dgml.php32 * - Corrected some minor issues (the vk_f1...vk_f12 keys and similar).
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp513 TypoCorrection Corrected; local
515 if ((Corrected = CorrectTypo(Found.getLookupNameInfo(),
518 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
519 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
529 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
533 Found.setLookupName(Corrected.getCorrection());
H A DSemaTemplateVariadic.cpp812 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
815 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
816 ParameterPack = Corrected.getCorrectionDecl();
820 NameLoc, Corrected.getAsString(getLangOpts()));
H A DSemaExprMember.cpp614 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(), local
618 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
620 Corrected.getAsString(SemaRef.getLangOpts()));
622 Corrected.getQuoted(SemaRef.getLangOpts()));
623 R.setLookupName(Corrected.getCorrection());
1196 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
1199 IV = Corrected.getCorrectionDeclAs<ObjCIvarDecl>();
H A DSemaExprObjC.cpp1485 if (TypoCorrection Corrected = CorrectTypo(
1489 Corrected.getCorrectionDeclAs<ObjCPropertyDecl>();
1490 DeclarationName TypoResult = Corrected.getCorrection();
1717 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
1720 if (Corrected.isKeyword()) {
1724 << Name << Corrected.getCorrection()
1728 Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1732 << Name << Corrected.getCorrection()
1736 << Corrected.getCorrection();
H A DSemaDecl.cpp413 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
416 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
417 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
419 if (Corrected.isKeyword()) {
421 IdentifierInfo *NewII = Corrected.getCorrectionAsIdentifierInfo();
429 NamedDecl *Result = Corrected.getCorrectionDecl();
618 Corrected:
660 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
665 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
666 std::string CorrectedQuotedStr(Corrected
7960 TypoCorrection Corrected; local
[all...]
H A DSemaDeclObjC.cpp478 if (TypoCorrection Corrected = CorrectTypo(
481 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
710 TypoCorrection Corrected = CorrectTypo( local
713 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>())) {
715 << ProtocolId[i].first << Corrected.getCorrection();
949 if (TypoCorrection Corrected = CorrectTypo(
957 IDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
958 DeclarationName CorrectedName = Corrected.getCorrection();
H A DSemaInit.cpp1711 TypoCorrection Corrected = SemaRef.CorrectTypo( local
1715 if (Corrected) {
1717 Corrected.getAsString(SemaRef.getLangOpts()));
1719 Corrected.getQuoted(SemaRef.getLangOpts()));
1720 ReplacementField = Corrected.getCorrectionDeclAs<FieldDecl>();
H A DSemaTemplate.cpp323 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
326 Found.setLookupName(Corrected.getCorrection());
327 if (Corrected.getCorrectionDecl())
328 Found.addDecl(Corrected.getCorrectionDecl());
331 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
332 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
H A DSemaExpr.cpp1575 TypoCorrection Corrected; local
1576 if (S && (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(),
1578 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
1579 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
1580 R.setLookupName(Corrected.getCorrection());
1582 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
1583 if (Corrected.isOverloaded()) {
1586 for (TypoCorrection::decl_iterator CD = Corrected.begin(),
1587 CDEnd = Corrected.end();
H A DSemaDeclCXX.cpp5710 if (TypoCorrection Corrected = S.CorrectTypo(R.getLookupNameInfo(),
5713 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts()));
5714 std::string CorrectedQuotedStr(Corrected.getQuoted(S.getLangOpts()));
5724 S.Diag(Corrected.getCorrectionDecl()->getLocation(),
5727 R.addDecl(Corrected.getCorrectionDecl());
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php759 * Corrected a bug that prevented special characters from being
765 * Corrected a small bug in `_TokenizeHTML` where a Doctype declaration
777 * Corrected a problem with quotes immediately following a dash
/external/libpng/
H A DCHANGES258 Corrected a problem with png_get_tRNS() which returned undefined trans array
260 Corrected png_get_tRNS() again.
268 Corrected some logic errors in png_do_invert_alpha() (Chris Patterson)
270 Corrected a bug in pngpread() introduced in version 99c (Kevin Bracey)
325 Corrected some bugs in the experimental weighted filtering heuristics.
352 Corrected example.c, use of row_pointers in png_write_image().
354 Corrected several statements that used side effects illegally in pngrutil.c
441 Corrected the typedef for png_free_ptr in png.h (Jesse Jones).
687 Corrected bugs in documentation regarding png_read_row() and png_write_row().
818 Corrected th
[all...]

Completed in 411 milliseconds