Home
last modified time | relevance | path

Searched refs:corrected (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp230 APInt corrected = in inferResultRanges() local
232 return overflowed ? Optional<APInt>() : corrected; in inferResultRanges()
251 APInt corrected = in inferResultRanges() local
253 return overflowed ? Optional<APInt>() : corrected; in inferResultRanges()
272 APInt corrected = in inferResultRanges() local
274 return overflowed ? Optional<APInt>() : corrected; in inferResultRanges()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dobjc-function-naming.rst22 The sample above might be corrected to the following code:
/llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/
H A Dpre-single-pred.ll10 ; Now that that faulty assumption is corrected, test that we DON'T incorrectly
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/
H A Dtsc-s116.ll14 ; contiguous. The score estimation needs to be corrected, so that these 4 loads
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dregalloc-fail-unsatisfiable-overlapping-tuple-hints.mir17 # can only be corrected by adjusting to a non-overlapping register.
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.cpp769 if (const Symbol *corrected = in reportUndefinedSymbol() local
771 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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1689 TypoCorrection corrected = in actOnObjCTypeArgsOrProtocolQualifiers() local
1692 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()
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dclang-include-fixer.rst149 The identifier that should be typo corrected is then sent to the database, if a
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSMInstructions.td561 // Offset value is corrected accordingly when offset is encoded/decoded.
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst1885 provides a FixIt attaching to the error diagnostic and emits a corrected AST
1957 type can't really be known until the code is corrected (e.g. a call to a