Searched refs:Range (Results 101 - 125 of 308) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp62 /// Range.
63 void foldNode(llvm::ArrayRef<syntax::Token> Range, syntax::Tree *New);
67 void noticeDeclaratorRange(llvm::ArrayRef<syntax::Token> Range);
175 void assignRole(llvm::ArrayRef<syntax::Token> Range, argument
177 assert(!Range.empty());
178 auto It = Trees.lower_bound(Range.begin());
180 assert(It->first == Range.begin() && "no child with the specified range");
182 std::next(It)->first == Range.end()) &&
608 void syntax::TreeBuilder::foldNode(llvm::ArrayRef<syntax::Token> Range, argument
610 Pending.foldChildren(Arena, Range, Ne
613 noticeDeclaratorRange( llvm::ArrayRef<syntax::Token> Range) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp183 /// Represents an signed integer range [Range.getBegin(), Range.getEnd()). If
186 class Range { class in class:__anon5649::InductiveRangeCheck
191 Range(const SCEV *Begin, const SCEV *End) : Begin(Begin), End(End) { function in class:__anon5649::InductiveRangeCheck::Range
215 Optional<Range> computeSafeIterationSpace(ScalarEvolution &SE,
541 // intersection of `Range' and the iteration space of the original loop.
620 InductiveRangeCheck::Range Range; member in class:__anon5650::LoopConstrainer
630 DominatorTree &DT, InductiveRangeCheck::Range R)
633 Range(
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1,
88 if (Range.SectionIndex == SectionedAddress::UndefSection)
89 Range.SectionIndex = E.SectionIndex;
90 return DWARFLocationExpression{Range, E.Loc};
146 if (Loc.get()->Range)
147 Loc.get()->Range->dump(OS, Data.getAddressSize(), RangeDumpOpts, &Obj);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Diterator.h302 make_pointee_range(RangeT &&Range) { argument
304 return make_range(PointeeIteratorT(std::begin(std::forward<RangeT>(Range))),
305 PointeeIteratorT(std::end(std::forward<RangeT>(Range))));
330 make_pointer_range(RangeT &&Range) { argument
332 return make_range(PointerIteratorT(std::begin(std::forward<RangeT>(Range))),
333 PointerIteratorT(std::end(std::forward<RangeT>(Range))));
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h206 OptRange Range = getRange({toOptSpecifier(Ids)...}); local
207 auto B = Args.begin() + Range.first;
208 auto E = Args.begin() + Range.second;
217 OptRange Range = getRange({toOptSpecifier(Ids)...}); local
218 auto B = Args.rend() - Range.second;
219 auto E = Args.rend() - Range.first;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp51 void printLocalVariableAddrRange(const LocalVariableAddrRange &Range,
81 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) {
85 Range.OffsetStart);
86 W.printHex("ISectStart", Range.ISectStart);
87 W.printHex("Range", Range.Range);
95 W.printHex("Range", Gap.Range);
319 printLocalVariableAddrRange(DefRangeFramePointerRel.Range,
80 printLocalVariableAddrRange( const LocalVariableAddrRange &Range, uint32_t RelocationOffset) argument
[all...]
H A DSymbolRecordMapping.cpp22 error(IO.mapInteger(Gap.Range));
29 LocalVariableAddrRange &Range) {
30 error(IO.mapInteger(Range.OffsetStart));
31 error(IO.mapInteger(Range.ISectStart));
32 error(IO.mapInteger(Range.Range));
233 error(mapLocalVariableAddrRange(IO, DefRangeFramePointerRel.Range));
254 error(mapLocalVariableAddrRange(IO, DefRangeRegisterRel.Range));
265 error(mapLocalVariableAddrRange(IO, DefRangeRegister.Range));
277 error(mapLocalVariableAddrRange(IO, DefRangeSubfieldRegister.Range));
28 mapLocalVariableAddrRange(CodeViewRecordIO &IO, LocalVariableAddrRange &Range) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp848 static CharSourceRange makeRangeFromFileLocs(CharSourceRange Range, argument
851 SourceLocation Begin = Range.getBegin();
852 SourceLocation End = Range.getEnd();
854 if (Range.isTokenRange()) {
875 CharSourceRange Lexer::makeFileCharRange(CharSourceRange Range, argument
878 SourceLocation Begin = Range.getBegin();
879 SourceLocation End = Range.getEnd();
884 return makeRangeFromFileLocs(Range, SM, LangOpts);
889 Range.setBegin(Begin);
890 return makeRangeFromFileLocs(Range, S
939 getSourceText(CharSourceRange Range, const SourceManager &SM, const LangOptions &LangOpts, bool *Invalid) argument
1474 maybeDiagnoseIDCharCompat(DiagnosticsEngine &Diags, uint32_t C, CharSourceRange Range, bool IsFirst) argument
1513 maybeDiagnoseUTF8Homoglyph(DiagnosticsEngine &Diags, uint32_t C, CharSourceRange Range) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h91 void unify(LiveInterval &VirtReg, const LiveRange &Range);
94 void extract(LiveInterval &VirtReg, const LiveRange &Range);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp129 SourceRange Range = MarkedStmt->getSourceRange(); local
146 Range);
H A DRunLoopAutoreleaseLeakChecker.cpp114 SourceRange Range = ME->getSourceRange(); local
128 Location, Range);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h66 /* Range Coder */
67 UInt32 Range; member in struct:__anon2047
128 #define Ppmd8_RangeEnc_Init(p) { (p)->Low = 0; (p)->Range = 0xFFFFFFFF; }
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp39 Range range;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h40 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp131 auto Range = CharSourceRange::getCharRange(EndLoc, EndLoc); local
132 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText));
144 auto Range = CharSourceRange::getCharRange(Comment->getStartOfNonWhitespace(), local
146 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp80 for (const auto &Range : SkippedRanges) {
81 if (Range.Length < 16) {
87 Mapping[Range.Offset] = Range.Length;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h75 bool rangeIntersectsConditionalDirective(SourceRange Range) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp186 static void mapping(IO &io, LocalVariableAddrRange &Range) { argument
187 io.mapRequired("OffsetStart", Range.OffsetStart);
188 io.mapRequired("ISectStart", Range.ISectStart);
189 io.mapRequired("Range", Range.Range);
195 io.mapRequired("Range", Gap.Range);
375 IO.mapRequired("Range", Symbol.Range);
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp154 for (const auto &Range : llvm::enumerate(Ranges)) {
156 Change.replace(SM, CharSourceRange::getCharRange(Range.value()),
157 NewName.getNamePieces()[Range.index()]);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp38 auto Range = getDeserialize()
41 for (auto I = Range.begin(), E = Range.end(); I != E; ++I) {
H A DRawCommentList.cpp110 Range(SR), RawTextValid(false), BriefTextValid(false),
128 SourceMgr.getDecomposedLoc(Range.getBegin());
158 SourceMgr.getDecomposedLoc(Range.getBegin());
159 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
188 Range.getBegin(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h110 void add(const IndexRange &Range) { argument
111 push_back(Range);
116 void subtract(const IndexRange &Range);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h256 /// Test a \p Predicate on a \p Range of VF's. Return the value of applying
257 /// \p Predicate on Range.Start, possibly decreasing Range.End such that the
258 /// returned value holds for the entire \p Range.
261 VFRange &Range);
276 /// VPlan for vectorization factors \p Range.Start and up to \p Range.End
277 /// exclusive, possibly decreasing \p Range.End.
278 VPlanPtr buildVPlan(VFRange &Range);
283 VFRange &Range, SmallPtrSetImp
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp139 for (const auto &Range : HighlightedRanges)
140 errs() << "Highlighted line " << LineNumber << ", " << Range.first
141 << " -> " << Range.second << '\n';
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp325 static std::string formatRange(LocalVariableAddrRange Range) { argument
327 formatSegmentOffset(Range.ISectStart, Range.OffsetStart),
328 Range.Range)
336 GapStrs.push_back(formatv("({0},{1})", G.GapStartOffset, G.Range).str());
573 formatRange(Def.Range));
587 P.formatLine("range = {0}, gaps = {1}", formatRange(Def.Range),
599 formatSegmentOffset(DefRangeRegister.Range.ISectStart,
600 DefRangeRegister.Range
[all...]

Completed in 296 milliseconds

1234567891011>>