Home
last modified time | relevance | path

Searched refs:Correction (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp232 int Correction = (Cmp == AArch64CC::GT) ? 1 : -1; in adjustCmp() local
235 Correction = -Correction; in adjustCmp()
239 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()
243 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
244 (!Negative && Correction == -1))) { in adjustCmp()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp123 TypoCorrection Correction(ToIdent); in CorrectTypo() local
124 Correction.addCorrectionDecl(NewNamespace); in CorrectTypo()
125 return Correction; in CorrectTypo()
/external/clang/lib/Sema/
DSemaLookup.cpp3825 void TypoCorrectionConsumer::addCorrection(TypoCorrection Correction) { in addCorrection() argument
3827 StringRef Name = Correction.getCorrectionAsIdentifierInfo()->getName(); in addCorrection()
3833 (Name != TypoStr || Correction.getEditDistance(true) > TypoStr.size())) in addCorrection()
3837 if (Correction.isResolved()) { in addCorrection()
3838 checkCorrectionVisibility(SemaRef, Correction); in addCorrection()
3839 if (!Correction || !isCandidateViable(*CorrectionValidator, Correction)) in addCorrection()
3844 CorrectionResults[Correction.getEditDistance(false)][Name]; in addCorrection()
3848 if (NamedDecl *NewND = Correction.getCorrectionDecl()) { in addCorrection()
3849 std::string CorrectionStr = Correction.getAsString(SemaRef.getLangOpts()); in addCorrection()
3858 *RI = Correction; in addCorrection()
[all …]
DSemaDecl.cpp329 TypoCorrection Correction = CorrectTypo( in getTypeName() local
333 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo(); in getTypeName()
338 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier(); in getTypeName()
344 if (Correction && (NNS || NewII != &II) && in getTypeName()
356 diagnoseTypo(Correction, in getTypeName()
6888 TypoCorrection Correction; in DiagnoseInvalidRedeclaration() local
6919 } else if ((Correction = SemaRef.CorrectTypo( in DiagnoseInvalidRedeclaration()
6926 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration()
6929 Previous.setLookupName(Correction.getCorrection()); in DiagnoseInvalidRedeclaration()
6930 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), in DiagnoseInvalidRedeclaration()
[all …]
/external/bison/
DAUTHORS16 IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011).
DNEWS538 ** LAC (Lookahead Correction) for syntax error handling:
1070 ** Lookahead Set Correction in the ".output" Report
/external/clang/include/clang/Sema/
DSemaInternal.h134 void addCorrection(TypoCorrection Correction);
/external/ImageMagick/MagickCore/
Denhance.c490 } Correction; in ColorDecisionListImage() typedef
494 Correction in ColorDecisionListImage()
/external/libexif/po/
Den_AU.po2929 msgid "GPS Differential Correction"
2930 msgstr "GPS Differential Correction"
4874 msgid "Red Correction %f, blue Correction %f"
4875 msgstr "Red Correction %f, blue Correction %f"
Den_GB.po2929 msgid "GPS Differential Correction"
2930 msgstr "GPS Differential Correction"
4874 msgid "Red Correction %f, blue Correction %f"
4875 msgstr "Red Correction %f, blue Correction %f"
Dlibexif-12.pot2808 msgid "GPS Differential Correction"
4478 msgid "Red Correction %f, blue Correction %f"
Dja.po2822 msgid "GPS Differential Correction"
4500 msgid "Red Correction %f, blue Correction %f"
Dtr.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Duk.po2811 msgid "GPS Differential Correction"
4481 msgid "Red Correction %f, blue Correction %f"
Dpt.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dsr.po2853 msgid "GPS Differential Correction"
4693 msgid "Red Correction %f, blue Correction %f"
Dbe.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Den_CA.po2819 msgid "GPS Differential Correction"
4532 msgid "Red Correction %f, blue Correction %f"
Dru.po2885 msgid "GPS Differential Correction"
4668 msgid "Red Correction %f, blue Correction %f"
Dsq.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dzh_CN.po2812 msgid "GPS Differential Correction"
4482 msgid "Red Correction %f, blue Correction %f"
Dpt_BR.po2820 msgid "GPS Differential Correction"
4505 msgid "Red Correction %f, blue Correction %f"
Dfr.po2989 msgid "GPS Differential Correction"
4853 msgid "Red Correction %f, blue Correction %f"
/external/pcre/dist/
DNEWS371 Correction to the notes for 7.1: the note about shared libraries for Windows is
/external/srtp/doc/
Drfc3711.txt97 10. Interaction with Forward Error Correction mechanisms. . . . . 43
2381 10. Interaction with Forward Error Correction mechanisms
2383 The default processing when using Forward Error Correction (e.g., RFC

12