HomeSort by relevance Sort by last modified time
    Searched refs:Corrected (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableReport.py 46 # @param Corrected: if this error corrected
55 Corrected INTEGER DEFAULT -1
69 # @param Corrected: if this error corrected
71 def Insert(self, ErrorID, OtherMsg='', BelongsToTable='', BelongsToItem= -1, Enabled=0, Corrected= -1):
74 % (self.Table, self.ID, ErrorID, ConvertToSqlString2(OtherMsg), BelongsToTable, BelongsToItem, Enabled, Corrected)
84 SqlCommand = """select ID, ErrorID, OtherMsg, BelongsToTable, BelongsToItem, Corrected from %s
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 617 if (TypoCorrection Corrected = CorrectTypo(
623 Corrected.WillReplaceSpecifier() &&
624 Name.getAsString() == Corrected.getAsString(getLangOpts());
627 diagnoseTypo(Corrected, PDiag(diag::err_no_member_suggest)
631 diagnoseTypo(Corrected, PDiag(diag::err_undeclared_var_use_suggest)
634 if (Corrected.getCorrectionSpecifier())
635 SS.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
638 if (NamedDecl *ND = Corrected.getFoundDecl())
640 Found.setLookupName(Corrected.getCorrection());
    [all...]
SemaTemplateVariadic.cpp 848 if (TypoCorrection Corrected =
852 diagnoseTypo(Corrected,
855 ParameterPack = Corrected.getCorrectionDecl();
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclObjC.cpp 481 if (TypoCorrection Corrected = CorrectTypo(
486 diagnoseTypo(Corrected, PDiag(diag::err_undef_superclass_suggest)
488 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
1593 TypoCorrection corrected = CorrectTypo( local
    [all...]
SemaExprMember.cpp     [all...]
SemaDecl.cpp 353 // Ignore a correction to a template type as the to-be-corrected
610 if (TypoCorrection Corrected =
615 if (Corrected.isKeyword()) {
616 // We corrected to a keyword.
617 diagnoseTypo(Corrected, PDiag(diag::err_unknown_typename_suggest) << II);
618 II = Corrected.getCorrectionAsIdentifierInfo();
622 diagnoseTypo(Corrected,
625 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
626 bool DroppedSpecifier = Corrected.WillReplaceSpecifier() &&
628 diagnoseTypo(Corrected,
    [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp 330 if (TypoCorrection Corrected = CorrectTypo(
333 Found.setLookupName(Corrected.getCorrection());
334 if (auto *ND = Corrected.getFoundDecl())
339 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
340 bool DroppedSpecifier = Corrected.WillReplaceSpecifier() &&
342 diagnoseTypo(Corrected, PDiag(diag::err_no_member_template_suggest)
346 diagnoseTypo(Corrected, PDiag(diag::err_no_template_suggest) << Name);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaInit.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 223 UCHAR Corrected:1;
  /external/syslinux/com32/lib/libpng/
CHANGES 258 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).
    [all...]

Completed in 358 milliseconds