Searched refs:corrected (Results 1 – 10 of 10) sorted by relevance
230 APInt corrected = in inferResultRanges() local232 return overflowed ? Optional<APInt>() : corrected; in inferResultRanges()251 APInt corrected = in inferResultRanges() local253 return overflowed ? Optional<APInt>() : corrected; in inferResultRanges()272 APInt corrected = in inferResultRanges() local274 return overflowed ? Optional<APInt>() : corrected; in inferResultRanges()
22 The sample above might be corrected to the following code:
10 ; Now that that faulty assumption is corrected, test that we DON'T incorrectly
14 ; contiguous. The score estimation needs to be corrected, so that these 4 loads
17 # can only be corrected by adjusting to a non-overlapping register.
769 if (const Symbol *corrected = in reportUndefinedSymbol() local771 msg += "\n>>> did you mean" + pre_hint + toString(*corrected) + post_hint; in reportUndefinedSymbol()772 if (corrected->file) in reportUndefinedSymbol()773 msg += "\n>>> defined in: " + toString(corrected->file); in reportUndefinedSymbol()
1689 TypoCorrection corrected = in actOnObjCTypeArgsOrProtocolQualifiers() local1692 if (corrected) { in actOnObjCTypeArgsOrProtocolQualifiers()1694 if (auto proto = corrected.getCorrectionDeclAs<ObjCProtocolDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers()1695 diagnoseTypo(corrected, in actOnObjCTypeArgsOrProtocolQualifiers()1705 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers()1706 diagnoseTypo(corrected, in actOnObjCTypeArgsOrProtocolQualifiers()1716 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers()1717 diagnoseTypo(corrected, in actOnObjCTypeArgsOrProtocolQualifiers()
149 The identifier that should be typo corrected is then sent to the database, if a
561 // Offset value is corrected accordingly when offset is encoded/decoded.
1885 provides a FixIt attaching to the error diagnostic and emits a corrected AST1957 type can't really be known until the code is corrected (e.g. a call to a