Searched refs:Range (Results 126 - 150 of 301) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h165 PathDiagnosticRange Range; member in class:clang::ento::PathDiagnosticLocation
168 : K(kind), SM(&sm), Loc(genLocation(L)), Range(genRange()) {}
186 Loc(genLocation(SourceLocation(), lac)), Range(genRange(lac)) {
189 assert(K == SingleLocK || Range.isValid());
194 : K(DeclK), D(d), SM(&sm), Loc(genLocation()), Range(genRange()) {
197 assert(Range.isValid());
204 : SM(&sm), Loc(loc, sm), Range(genRange()) {
206 assert(Range.isValid());
290 return K == X.K && Loc == X.Loc && Range == X.Range;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h618 template <typename Range, typename OutputIt>
619 bool findIndexesLiveAt(Range &&R, OutputIt O) const {
776 SubRange *Range = new (Allocator) SubRange(LaneMask);
777 appendSubRange(Range);
778 return Range;
786 SubRange *Range = new (Allocator) SubRange(LaneMask, CopyFrom, Allocator);
787 appendSubRange(Range);
788 return Range;
888 /// Appends @p Range to SubRanges list.
889 void appendSubRange(SubRange *Range) {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h127 SourceRange Range; member in class:clang::ObjCBoxedExpr
138 SubExpr(E), BoxingMethod(method), Range(R) {}
155 SourceLocation getAtLoc() const { return Range.getBegin(); }
157 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
158 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
161 return Range;
192 SourceRange Range; member in class:clang::final
214 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
215 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
216 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
321 SourceRange Range; member in class:clang::final
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp760 SMRange Range(Start, End);
765 Diags->emplace_back(SM, CheckTy, Loc, MatchTy, Range);
767 return Range;
1388 static unsigned CountNumNewlinesBetween(StringRef Range, argument
1393 Range = Range.substr(Range.find_first_of("\n\r"));
1394 if (Range.empty())
1400 if (Range.size() > 1 && (Range[
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp335 SourceRange Range, const MacroArgs *Args) override {
353 if (!Range.getEnd().isFileID())
358 !SM.isBeforeInTranslationUnit(LastExpansionEnd, Range.getEnd()))
364 if (!Range.getBegin().isFileID()) {
365 Range.setBegin(SM.getExpansionLoc(Range.getBegin()));
366 assert(Collector->Expansions.count(Range.getBegin().getRawEncoding()) &&
370 Collector->Expansions[Range.getBegin().getRawEncoding()] = Range.getEnd();
371 LastExpansionEnd = Range
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp130 result.arguments = GetTextForRange(Range(argument_start, qualifiers_start));
131 result.qualifiers = GetTextForRange(Range(qualifiers_start, end_position));
588 result.context_range = Range(start_position.GetSavedPosition(),
591 Range(last_coloncolon_position.getValue() + 1, GetCurrentPosition());
594 Range(start_position.GetSavedPosition(), GetCurrentPosition());
603 llvm::StringRef CPlusPlusNameParser::GetTextForRange(const Range &range) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2276 ArrayRef<tooling::Range> Ranges,
2328 ArrayRef<tooling::Range> Ranges,
2336 ArrayRef<tooling::Range> Ranges,
2344 ArrayRef<tooling::Range> Ranges,
2353 ArrayRef<tooling::Range> Ranges,
2363 ArrayRef<tooling::Range> Ranges,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp49 // Clusters must be non-empty, sorted, and only contain Range clusters.
79 uint64_t Range = getJumpTableRange(Clusters,0, N - 1); local
82 assert(Range >= NumCases);
85 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) {
138 Range = getJumpTableRange(Clusters, i, j);
141 assert(Range >= NumCases);
143 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) {
268 // Clusters must be sorted and contain Range or JumpTable clusters.
H A DCriticalAntiDepBreaker.cpp653 Range = RegRefs.equal_range(AntiDepReg); local
654 if (unsigned NewReg = findSuitableFreeRegister(Range.first, Range.second,
666 Q = Range.first, QE = Range.second; Q != QE; ++Q) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp236 *Loc, [](const DWARFLocationExpression &L) { return !L.Range; });
242 uint64_t BytesEntryCovered = Entry.Range->HighPC - Entry.Range->LowPC;
356 for (auto Range : Ranges)
357 BytesInThisScope += Range.HighPC - Range.LowPC;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h136 iterator_range<object::MinidumpFile::MemoryInfoIterator> Range)
139 Infos(Range.begin(), Range.end()) {}
135 MemoryInfoListStream( iterator_range<object::MinidumpFile::MemoryInfoIterator> Range) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h81 /// Adds a replacement that replaces the given Range with
84 llvm::Error replace(const SourceManager &SM, const CharSourceRange &Range,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h200 /// Stores \p Text as the replacement for the whitespace in \p Range.
201 void storeReplacement(SourceRange Range, StringRef Text);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp230 auto Range = Data.Selector(Match); local
231 if (!Range)
232 return Range.takeError();
233 *Result += tooling::getText(*Range, *Match.Context);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp118 partition_point(Aranges, [=](Range R) { return R.HighPC() <= Address; });
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp124 Node(const OffsetRange &R) : MaxEnd(R.Max), Range(R) {}
128 const OffsetRange &Range; member in struct:__anon2229::RangeTree::Node
591 dbgs() << " Range: " << N->Range << '\n';
615 if (N->Range.Min <= P) {
616 if ((CheckA && N->Range.contains(P)) || (!CheckA && P <= N->Range.Max))
626 if (N->Range == R) {
631 if (R < N->Range)
642 assert(N->Range !
1129 OffsetRange Range; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp694 if (MisplacedAttrs.Range.isValid()) {
695 Diag(MisplacedAttrs.Range.getBegin(), diag::err_attributes_not_allowed)
698 CharSourceRange::getTokenRange(MisplacedAttrs.Range))
699 << FixItHint::CreateRemoval(MisplacedAttrs.Range);
800 SourceRange Range; local
802 Range = SourceRange(D.Name.TemplateId->LAngleLoc,
805 Range = TemplateInfo.getSourceRange();
806 Diag(Range.getBegin(), diag::err_alias_declaration_specialization)
807 << SpecKind << Range; local
1639 SourceRange Range(NameLo
3708 diagnoseDynamicExceptionSpecification( Parser &P, SourceRange Range, bool IsNoexcept) argument
3760 SourceRange Range; local
3792 ParseTrailingReturnType(SourceRange &Range, bool MayBeFollowedByDirectInit) argument
3842 SourceRange Range; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp379 for (const MemsetRange &Range : Ranges) {
380 if (Range.TheStores.size() == 1) continue;
383 if (!Range.isProfitableToUseMemset(DL))
388 StartPtr = Range.StartPtr;
392 MaybeAlign(Range.Alignment),
395 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start,
398 : Range.TheStores) dbgs()
402 if (!Range.TheStores.empty())
403 AMemSet->setDebugLoc(Range
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp44 SourceRange Range; member in class:__anon657::PPValue
61 SourceRange getRange() const { return Range; }
63 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
65 Range.setBegin(B); Range.setEnd(E);
67 void setBegin(SourceLocation L) { Range.setBegin(L); }
68 void setEnd(SourceLocation L) { Range.setEnd(L); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp47 CXXForRangeStmt::CXXForRangeStmt(Stmt *Init, DeclStmt *Range, argument
56 SubExprs[RANGE] = Range;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h419 uint16_t Range = 0; member in struct:llvm::codeview::LocalVariableAddrRange
424 uint16_t Range = 0; member in struct:llvm::codeview::LocalVariableAddrGap
444 LocalVariableAddrRange Range; member in class:llvm::codeview::DefRangeSym
466 LocalVariableAddrRange Range; member in class:llvm::codeview::DefRangeSubfieldSym
488 LocalVariableAddrRange Range; member in class:llvm::codeview::DefRangeRegisterSym
512 LocalVariableAddrRange Range; member in class:llvm::codeview::DefRangeSubfieldRegisterSym
538 LocalVariableAddrRange Range; member in class:llvm::codeview::DefRangeFramePointerRelSym
573 LocalVariableAddrRange Range; member in class:llvm::codeview::DefRangeRegisterRelSym
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h138 void AddSourceRange(SourceRange Range) { argument
139 return Writer->AddSourceRange(Range, *Record);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp34 SourceRange Range, const MacroArgs *Args) override {
36 Range.getBegin(), *MD.getMacroInfo());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp25 for (auto Range : II.Ranges) {
30 OS << Range; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp395 auto Award = [&](int Points, ArrayRef<SubstringAndIndex> Range) {
396 for (const auto &Entry : Range)
465 auto Range = std::equal_range(Idx.data(), Idx.data() + Idx.size(), Key, local
467 return {Range.first, Range.second};

Completed in 220 milliseconds

1234567891011>>