Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h38 struct Range { struct
39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() argument
55 bool operator<(const Range &other) const { argument
77 using RangeColl = std::vector<Range>; argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h37 struct Range { struct
42 Range(lldb::addr_t start, llvm::ArrayRef<uint8_t> range_ref) in Range() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h69 struct Range { struct
73 Range() = default; argument
74 Range(size_t begin, size_t end) : begin_index(begin), end_index(end) { in Range() function
84 Range basename_range; argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h29 template <typename B, typename S> struct Range { struct
36 Range() : base(0), size(0) {} in Range() argument
38 Range(BaseType b, SizeType s) : base(b), size(s) {} in Range() function
45 BaseType GetRangeBase() const { return base; } in GetRangeBase() argument
48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() argument
57 bool Union(const Range &rhs) { in Union() argument
67 Range Intersect(const Range &rhs) const { in Intersect() argument
80 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument
101 bool Contains(const Range &range) const { in Contains() argument
117 bool DoesIntersect(const Range &rhs) const { in DoesIntersect() argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.h21 struct Range { struct
26 inline bool operator==(const Range &lhs, const Range &rhs) { argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp170 auto Range = C; in lexName() local
292 auto Range = C; in maybeLexIdentifier() local
306 auto Range = C; in maybeLexMachineBasicBlock() local
340 auto Range = C; in maybeLexIndex() local
353 auto Range = C; in maybeLexIndexAndName() local
426 auto Range = C; in lexVirtualRegister() local
467 auto Range = C; in maybeLexRegister() local
483 auto Range = C; in maybeLexGlobalValue() local
593 auto Range = C; in maybeLexNumericalLiteral() local
619 auto Range = C; in maybeLexExclaim() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, in getText()
37 CharSourceRange clang::tooling::maybeExtendRange(CharSourceRange Range, in maybeExtendRange()
53 llvm::Error clang::tooling::validateRange(const CharSourceRange &Range, in validateRange()
84 llvm::Error clang::tooling::validateEditRange(const CharSourceRange &Range, in validateEditRange()
108 CharSourceRange Range; in getRange() local
128 CharSourceRange Range = in getFileRangeForEdit() local
139 CharSourceRange Range = in getFileRange() local
367 CharSourceRange Range = CharSourceRange::getTokenRange(Decl.getSourceRange()); in getAssociatedRange() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h57 struct Range { struct
61 friend bool operator==(const Range &L, const Range &R) { argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp28 SourceRange Range) { in handleFallThroughAttr()
55 SourceRange Range) { in handleSuppressAttr()
210 SourceRange Range) { in handleNoMergeAttr()
277 SourceRange Range) { in handleNoInlineAttr()
292 SourceRange Range) { in handleAlwaysInlineAttr()
307 SourceRange Range) { in handleMustTailAttr()
313 SourceRange Range) { in handleLikely()
322 SourceRange Range) { in handleUnlikely()
405 SourceRange Range) { in handleMSConstexprAttr()
539 SourceRange Range) { in handleOpenCLUnrollHint()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h69 bool contains(AddressRange Range) const { in contains()
123 Collection::const_iterator insert(AddressRange Range) { in insert()
149 AddressRange Range; variable
167 void insert(AddressRange Range, int64_t Value) { in insert()
H A Diterator.h336 make_pointee_range(RangeT &&Range) { in make_pointee_range()
363 make_pointer_range(RangeT &&Range) { in make_pointer_range()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp37 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking() local
59 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait() local
80 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h89 SourceRange Range; variable
94 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity()
135 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective()
152 SourceRange Range) in MacroDefinitionRecord()
174 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion()
178 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) in MacroExpansion()
562 SourceRange Range; member
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp82 llvm::SMRange Range) { in mapRange()
125 for (auto Range : Diag.getRanges()) { in handleDiag() local
132 CharSourceRange Range(mapRange(*LLVMSrcMgr, FixIt.getRange()), false); in handleDiag() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp46 SourceRange Range) in InclusionDirective()
60 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange()
137 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
203 SourceRange Range = PPE->getSourceRange(); in getLoc() local
389 SourceRange Range) { in addMacroExpansion()
436 SourceRange Range) { in Defined()
443 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped()
451 SourceRange Range, in MacroExpands()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2429 SourceRange Range) { in mangleType()
2676 SourceRange Range; in mangleFunctionType() local
3123 SourceRange Range) { in mangleType()
3179 SourceRange Range) { in mangleType()
3213 SourceRange Range) { in mangleType()
3384 SourceRange Range) { in mangleType()
3394 SourceRange Range) { in mangleType()
3403 SourceRange Range) { in mangleType()
3412 SourceRange Range) { in mangleType()
3421 SourceRange Range) { in mangleType()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp59 const CharSourceRange &Range, std::string NewText) { in replaceToken()
72 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in removeToken() local
81 auto Range = CharSourceRange::getCharRange(First->Tok.getLocation(), in insertQualifierAfter() local
94 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in insertQualifierBefore() local
149 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in rotateTokens() local
360 auto Range = CharSourceRange::getCharRange( in analyzeRight() local
H A DAffectedRangeManager.cpp62 const CharSourceRange &Range) { in affectsCharSourceRange()
80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End); in affectsTokenRange() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h30 StackLifetime::LiveRange Range; member
44 StackLifetime::LiveRange Range; member
H A DLiveIntervalUnion.cpp29 const LiveRange &Range) { in unify()
57 const LiveRange &Range) { in extract()
H A DLiveRegMatrix.cpp111 TRI, VirtReg, PhysReg, [&](unsigned Unit, const LiveRange &Range) { in assign()
128 [&](unsigned Unit, const LiveRange &Range) { in unassign()
171 const LiveRange &Range) { in checkRegUnitInterference()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DTypes.cpp18 const char *llvm::getMinimalTypeForRange(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) { in getMinimalTypeForRange()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp15 SourceRange Range) { in pushContextFrame()
65 Diagnostics::ArgStream Diagnostics::addError(SourceRange Range, in addError()
162 static void maybeAddLineAndColumn(SourceRange Range, in maybeAddLineAndColumn()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp18 void encodeRange(const AddressRange &Range, FileWriter &O, uint64_t BaseAddr) { in encodeRange()
38 for (auto Range : Ranges) in encodeRanges() local
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range() function
235 internal::ParamGenerator<T> Range(T start, T end) { in Range() function

12345678910>>...12