| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.h | 51 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 D | MachineMemOperand.h | 238 const MDNode *getRanges() const { return Ranges; } in getRanges() function 311 LHS.getRanges() == RHS.getRanges() &&
|
| H A D | LexicalScopes.h | 67 SmallVectorImpl<InsnRange> &getRanges() { return Ranges; } in getRanges() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 106 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 D | PathDiagnostic.cpp | 255 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 D | PlistDiagnostics.cpp | 289 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 D | TextDiagnosticPrinter.cpp | 155 DiagMessageStream.str(), Info.getRanges(), Info.getFixItHints()); in HandleDiagnostic()
|
| H A D | DiagnosticRenderer.cpp | 146 Diag.getRanges(), Diag.getFixIts(), in emitStoredDiagnostic()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 115 << 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 D | MCCodeView.cpp | 621 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 D | MCFragment.cpp | 457 F->getRanges()) { in dump()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.h | 61 const SmallVectorImpl<RangeSpan> &getRanges() const { return Ranges; } in getRanges() function
|
| H A D | DwarfCompileUnit.h | 307 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; } in getRanges() function
|
| H A D | DebugHandlerBase.cpp | 107 for (const InsnRange &R : S->getRanges()) { in identifyScopeMarkers()
|
| H A D | DwarfDebug.cpp | 458 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 D | DwarfCompileUnit.cpp | 487 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 D | StdLibraryFunctionsChecker.cpp | 128 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 D | SourceMgr.h | 293 ArrayRef<std::pair<unsigned, unsigned>> getRanges() const { return Ranges; } in getRanges() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 294 SmallVectorImpl<InsnRange> &InsnRanges = Scope->getRanges(); in getMachineBasicBlocks()
|
| H A D | MachineOperand.cpp | 1154 if (getRanges()) { in print() 1156 getRanges()->printAsOperand(OS, MST); in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1404 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 D | BugReporter.h | 335 virtual llvm::iterator_range<ranges_iterator> getRanges();
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1099 this->Ranges.assign(Info.getRanges().begin(), Info.getRanges().end()); in StoredDiagnostic()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 654 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> getRanges() const { in getRanges() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1373 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()
|