/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 232 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/ |
D | ExternalSemaSourceTest.cpp | 123 TypoCorrection Correction(ToIdent); in CorrectTypo() local 124 Correction.addCorrectionDecl(NewNamespace); in CorrectTypo() 125 return Correction; in CorrectTypo()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3825 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 …]
|
D | SemaDecl.cpp | 329 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/ |
D | AUTHORS | 16 IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011).
|
D | NEWS | 538 ** LAC (Lookahead Correction) for syntax error handling: 1070 ** Lookahead Set Correction in the ".output" Report
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 134 void addCorrection(TypoCorrection Correction);
|
/external/ImageMagick/MagickCore/ |
D | enhance.c | 490 } Correction; in ColorDecisionListImage() typedef 494 Correction in ColorDecisionListImage()
|
/external/libexif/po/ |
D | en_AU.po | 2929 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"
|
D | en_GB.po | 2929 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"
|
D | libexif-12.pot | 2808 msgid "GPS Differential Correction" 4478 msgid "Red Correction %f, blue Correction %f"
|
D | ja.po | 2822 msgid "GPS Differential Correction" 4500 msgid "Red Correction %f, blue Correction %f"
|
D | tr.po | 2812 msgid "GPS Differential Correction" 4482 msgid "Red Correction %f, blue Correction %f"
|
D | uk.po | 2811 msgid "GPS Differential Correction" 4481 msgid "Red Correction %f, blue Correction %f"
|
D | pt.po | 2812 msgid "GPS Differential Correction" 4482 msgid "Red Correction %f, blue Correction %f"
|
D | sr.po | 2853 msgid "GPS Differential Correction" 4693 msgid "Red Correction %f, blue Correction %f"
|
D | be.po | 2812 msgid "GPS Differential Correction" 4482 msgid "Red Correction %f, blue Correction %f"
|
D | en_CA.po | 2819 msgid "GPS Differential Correction" 4532 msgid "Red Correction %f, blue Correction %f"
|
D | ru.po | 2885 msgid "GPS Differential Correction" 4668 msgid "Red Correction %f, blue Correction %f"
|
D | sq.po | 2812 msgid "GPS Differential Correction" 4482 msgid "Red Correction %f, blue Correction %f"
|
D | zh_CN.po | 2812 msgid "GPS Differential Correction" 4482 msgid "Red Correction %f, blue Correction %f"
|
D | pt_BR.po | 2820 msgid "GPS Differential Correction" 4505 msgid "Red Correction %f, blue Correction %f"
|
D | fr.po | 2989 msgid "GPS Differential Correction" 4853 msgid "Red Correction %f, blue Correction %f"
|
/external/pcre/dist/ |
D | NEWS | 371 Correction to the notes for 7.1: the note about shared libraries for Windows is
|
/external/srtp/doc/ |
D | rfc3711.txt | 97 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
|