| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugAranges.h | 38 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 D | MinidumpParser.h | 38 struct Range { struct 46 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 D | CPlusPlusNameParser.h | 69 struct Range { struct 73 Range() = default; argument 74 Range(size_t begin, size_t end) : begin_index(begin), end_index(end) { in Range() argument 84 Range basename_range; argument
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 29 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 78 BaseType GetRangeEnd() const { return base + size; } in GetRangeEnd() argument 80 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument 101 bool Contains(const Range &range) const { in Contains() argument [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_range.h | 21 struct Range { struct 26 inline bool operator==(const Range &lhs, const Range &rhs) { argument
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 25 SourceRange Range) { in handleFallThroughAttr() 52 SourceRange Range) { in handleSuppressAttr() 219 SourceRange Range) { in handleNoMergeAttr() 232 SourceRange Range) { in handleNoConvergentAttr() 298 SourceRange Range) { in handleNoInlineAttr() 313 SourceRange Range) { in handleAlwaysInlineAttr() 328 SourceRange Range) { in handleCXXAssumeAttr() 337 SourceRange Range) { in handleMustTailAttr() 343 SourceRange Range) { in handleLikely() 352 SourceRange Range) { in handleUnlikely() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 62 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 170 auto Range = C; in lexName() local 299 auto Range = C; in maybeLexIdentifier() local 313 auto Range = C; in maybeLexMachineBasicBlock() local 347 auto Range = C; in maybeLexIndex() local 360 auto Range = C; in maybeLexIndexAndName() local 433 auto Range = C; in lexVirtualRegister() local 449 Cursor Range = C; in lexNamedVirtualRegister() local 474 auto Range = C; in maybeLexRegister() local 490 auto Range = C; in maybeLexGlobalValue() local [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 31 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() 128 static CharSourceRange getRangeForSplitTokens(CharSourceRange Range, in getRangeForSplitTokens() 156 CharSourceRange Range; in getRange() local 177 CharSourceRange Range = in getFileRangeForEdit() local 188 CharSourceRange Range = in getFileRange() local 416 CharSourceRange Range = CharSourceRange::getTokenRange(Decl.getSourceRange()); in getAssociatedRange() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
| H A D | Annotations.h | 57 struct Range { struct 61 friend bool operator==(const Range &L, const Range &R) { argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | AddressRanges.h | 69 bool contains(AddressRange Range) const { in contains() 121 Collection::const_iterator insert(AddressRange Range) { in insert() 147 AddressRange Range; variable 165 void insert(AddressRange Range, int64_t Value) { in insert()
|
| H A D | iterator.h | 336 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 D | MPIBugReporter.cpp | 36 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking() local 58 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait() local 79 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessingRecord.h | 89 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() 563 SourceRange Range; member
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PreprocessingRecord.cpp | 43 SourceRange Range) in InclusionDirective() 57 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange() 134 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow() 200 SourceRange Range = PPE->getSourceRange(); in getLoc() local 386 SourceRange Range) { in addMacroExpansion() 433 SourceRange Range) { in Defined() 440 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() 448 SourceRange Range, in MacroExpands()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 2186 SourceRange Range) { in mangleObjCLifetime() 2215 SourceRange Range) { in mangleObjCKindOfType() 2377 SourceRange Range) { in mangleFunctionArgumentType() 2453 SourceRange Range) { in mangleAddressSpaceType() 2575 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType() 2647 SourceRange Range) { in mangleType() 2877 SourceRange Range; in mangleFunctionType() local 3134 SourceRange Range) { in mangleCallingConvention() 3206 SourceRange Range) { in mangleCallingConvention() 3221 Qualifiers, SourceRange Range) { in mangleType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRangeList.cpp | 17 auto Range = RangesRef[0]; in isOrderedRanges() local 103 for (auto &Range : Ranges) { in subtract() local 210 auto &Range = this->Ranges[i]; in intersectWith() local
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | QualifierAlignmentFixer.cpp | 56 const CharSourceRange &Range, std::string NewText) { in replaceToken() 69 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in removeToken() local 78 auto Range = CharSourceRange::getCharRange(First->Tok.getLocation(), in insertQualifierAfter() local 91 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in insertQualifierBefore() local 148 auto Range = CharSourceRange::getCharRange(First->getStartOfNonWhitespace(), in rotateTokens() local 370 auto Range = CharSourceRange::getCharRange( in analyzeRight() local
|
| H A D | AffectedRangeManager.cpp | 62 const CharSourceRange &Range) { in affectsCharSourceRange() 80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End); in affectsTokenRange() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStackLayout.h | 31 StackLifetime::LiveRange Range; member 45 StackLifetime::LiveRange Range; member
|
| H A D | LiveIntervalUnion.cpp | 29 const LiveRange &Range) { in unify() 57 const LiveRange &Range) { in extract()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.cpp | 15 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/utils/TableGen/Common/ |
| H A D | Types.cpp | 19 llvm::getMinimalTypeForRange(uint64_t Range, in getMinimalTypeForRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | ExtractRanges.cpp | 17 void encodeRange(const AddressRange &Range, FileWriter &O, uint64_t BaseAddr) { in encodeRange() 37 for (auto Range : Ranges) in encodeRanges() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.h | 45 SourceRange Range; member 149 SourceRange Range; member 157 SourceRange Range; member
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | FixIt.cpp | 21 StringRef getText(CharSourceRange Range, const ASTContext &Context) { in getText()
|