Searched refs:corrected (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/sys/
H A Dmtio.h169 u_int32_t corrected; /* total # corrections performed */ member in struct:scsi_tape_errors::__anon13383
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1682 TypoCorrection corrected = local
1685 if (corrected) {
1687 if (auto proto = corrected.getCorrectionDeclAs<ObjCProtocolDecl>()) {
1688 diagnoseTypo(corrected,
1698 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) {
1699 diagnoseTypo(corrected,
1709 if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1710 diagnoseTypo(corrected,
1731 // If all of the names were (corrected to) protocols, these were
1736 // Otherwise, all of the names were (corrected t
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp875 if (const Symbol *corrected = getAlternativeSpelling<ELFT>(
877 msg += "\n>>> did you mean" + pre_hint + toString(*corrected) + post_hint;
878 if (corrected->file)
879 msg += "\n>>> defined in: " + toString(corrected->file);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dra.c419 const char *corrected = NULL; /* canonicalized version */
423 don't accept corrected URLs from the RA provider. */
425 attempts_left == 0 ? NULL : &corrected,
430 /* No error and no corrected URL? We're done here. */
431 if (! corrected)
438 svn_wc_create_notify_url(corrected,
444 /* Our caller will want to know what our final corrected URL was. */
445 *corrected_url = corrected;
464 base_url = corrected;
416 const char *corrected = NULL; /* canonicalized version */ local
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2059 will not have been corrected.

Completed in 385 milliseconds