Home
last modified time | relevance | path

Searched refs:getRanges (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h51 llvm::iterator_range<ranges_iterator> getRanges() override { in getRanges() function
54 return BugReport::getRanges(); in getRanges()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h238 const MDNode *getRanges() const { return Ranges; } in getRanges() function
311 LHS.getRanges() == RHS.getRanges() &&
H A DLexicalScopes.h67 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DPlistReporter.cpp106 if (!D.getRanges().empty()) { in writeARCDiagsToPlist()
109 for (auto &R : D.getRanges()) { in writeARCDiagsToPlist()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp255 ArrayRef<SourceRange> Ranges = piece->getRanges(); in HandlePathDiagnostic()
354 if (X.getRanges().size() != Y.getRanges().size()) in comparePiece()
355 return X.getRanges().size() < Y.getRanges().size(); in comparePiece()
359 for (unsigned i = 0, n = X.getRanges().size(); i < n; ++i) { in comparePiece()
360 SourceRange XR = X.getRanges()[i]; in comparePiece()
361 SourceRange YR = Y.getRanges()[i]; in comparePiece()
1224 ArrayRef<SourceRange> Ranges = getRanges(); in Profile()
H A DPlistDiagnostics.cpp289 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent()
356 ArrayRef<SourceRange> Ranges = P->getRanges(); in ReportMacroExpansions()
389 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportNote()
521 ArrayRef<SourceRange> Ranges = Piece.getRanges(); in FlushDiagnosticsImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp155 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
H A DDiagnosticRenderer.cpp146 Diag.getRanges(), Diag.getFixIts(), in emitStoredDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp115 << PD->path.back()->getRanges(); in FlushDiagnosticsImpl()
124 << Piece->getRanges(); in FlushDiagnosticsImpl()
138 << Piece->getRanges(); in FlushDiagnosticsImpl()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp621 for (std::pair<const MCSymbol *, const MCSymbol *> Range : Frag.getRanges()) { in encodeDefRange()
630 for (size_t I = 0, E = Frag.getRanges().size(); I != E;) { in encodeDefRange()
633 const MCSymbol *RangeBegin = Frag.getRanges()[I].first; in encodeDefRange()
H A DMCFragment.cpp457 F->getRanges()) { in dump()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h61 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; } in getRanges() function
H A DDwarfCompileUnit.h307 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
H A DDebugHandlerBase.cpp107 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
H A DDwarfDebug.cpp458 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges(); in isLexicalScopeDIENull()
900 if (unsigned NumRanges = TheCU.getRanges().size()) { in finalizeModuleInfo()
908 U.setBaseAddress(TheCU.getRanges().front().getStart()); in finalizeModuleInfo()
1270 auto &LSRange = LScope->getRanges(); in validThroughout()
2302 for (const RangeSpan &Range : List.getRanges()) in emitRangeList()
H A DDwarfCompileUnit.cpp487 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructInlinedScopeDIE()
515 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructLexicalScopeDIE()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp128 const IntRangeVectorTy &getRanges() const { in getRanges() function in __anon2d97c18b0111::StdLibraryFunctionsChecker::ValueRange
251 const IntRangeVectorTy &R = getRanges(); in applyAsOutOfRange()
282 const IntRangeVectorTy &R = getRanges(); in applyAsWithinRange()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h293 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp294 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
H A DMachineOperand.cpp1154 if (getRanges()) { in print()
1156 getRanges()->printAsOperand(OS, MST); in print()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1404 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
1471 ArrayRef<CharSourceRange> getRanges() const { in getRanges() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h335 virtual llvm::iterator_range<ranges_iterator> getRanges();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp1099 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h654 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1373 Alignment, MLD->getAAInfo(), MLD->getRanges()); in SplitVecRes_MLOAD()
1385 MLD->getRanges()); in SplitVecRes_MLOAD()
1442 Alignment, MGT->getAAInfo(), MGT->getRanges()); in SplitVecRes_MGATHER()
2024 Alignment, MGT->getAAInfo(), MGT->getRanges()); in SplitVecOp_MGATHER()
2034 MGT->getRanges()); in SplitVecOp_MGATHER()
2092 Alignment, N->getAAInfo(), N->getRanges()); in SplitVecOp_MSTORE()
2105 N->getRanges()); in SplitVecOp_MSTORE()
2155 Alignment, N->getAAInfo(), N->getRanges()); in SplitVecOp_MSCATTER()
2164 Alignment, N->getAAInfo(), N->getRanges()); in SplitVecOp_MSCATTER()

12