/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 | 37 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 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() argument 57 bool Union(const Range &rhs) { in Union() argument 67 Range Intersect(const Range &rhs) const { in Intersect() argument 101 bool Contains(const Range &range) const { in Contains() argument 107 bool DoesAdjoinOrIntersect(const Range argument 45 GetRangeBaseRange GetRangeBase() argument 48 SetRangeBaseRange SetRangeBase() argument 78 GetRangeEndRange GetRangeEnd() argument 80 SetRangeEndRange SetRangeEnd() argument 117 DoesIntersectRange DoesIntersect() argument 442 typedef lldb_private::Range<B, S> Range; global() typedef [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/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 296 auto Range = C; in maybeLexIdentifier() local 310 auto Range = C; in maybeLexMachineBasicBlock() local 344 auto Range = C; in maybeLexIndex() local 357 auto Range = C; in maybeLexIndexAndName() local 430 auto Range = C; in lexVirtualRegister() local 446 Cursor Range = C; in lexNamedVirtualRegister() local 471 auto Range = C; in maybeLexRegister() local 487 auto Range = C; in maybeLexGlobalValue() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 29 SourceRange Range) { in handleFallThroughAttr() 56 SourceRange Range) { in handleSuppressAttr() 220 SourceRange Range) { in handleNoMergeAttr() 287 SourceRange Range) { in handleNoInlineAttr() 302 SourceRange Range) { in handleAlwaysInlineAttr() 317 SourceRange Range) { in handleCXXAssumeAttr() 326 SourceRange Range) { in handleMustTailAttr() 332 SourceRange Range) { in handleLikely() 341 SourceRange Range) { in handleUnlikely() 424 SourceRange Range) { in handleMSConstexprAttr() [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() 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 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/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 | 46 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 D | MicrosoftMangle.cpp | 2133 SourceRange Range) { in mangleObjCLifetime() 2162 SourceRange Range) { in mangleObjCKindOfType() 2313 SourceRange Range) { in mangleFunctionArgumentType() 2389 SourceRange Range) { in mangleAddressSpaceType() 2460 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType() 2532 SourceRange Range) { in mangleType() 2781 SourceRange Range; in mangleFunctionType() local 2996 SourceRange Range) { in mangleCallingConvention() 3071 SourceRange Range) { in mangleCallingConvention() 3086 Qualifiers, SourceRange Range) { in mangleType() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | QualifierAlignmentFixer.cpp | 59 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 362 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/IR/ |
H A D | ConstantRangeList.cpp | 17 auto Range = RangesRef[0]; in isOrderedRanges() local 101 for (auto &Range : Ranges) { in subtract() local 207 auto &Range = this->Ranges[i]; in intersectWith() 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 | 30 if (Range.empty()) in unify() argument 58 if (Range.empty()) in extract() argument
|
H A D | LiveRegMatrix.cpp | 111 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/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 | 18 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 D | gtest-param-test.h | 229 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
|
/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
|