| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugAranges.h | 35 struct Range { struct 36 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() function 52 bool operator<(const Range &other) const { argument 74 using RangeColl = std::vector<Range>; argument
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugAranges.h | 34 struct Range { struct 54 bool operator<(const Range &other) const { argument 77 typedef std::vector<Range> RangeColl; argument
|
| /external/llvm-project/lldb/source/Plugins/Process/minidump/ |
| D | MinidumpParser.h | 37 struct Range { struct 42 Range(lldb::addr_t start, llvm::ArrayRef<uint8_t> range_ref) in Range() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugAranges.h | 34 struct Range { struct 52 bool operator<(const Range &other) const { argument 74 using RangeColl = std::vector<Range>; argument
|
| /external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| D | CPlusPlusNameParser.h | 68 struct Range { struct 72 Range() {} in Range() argument 73 Range(size_t begin, size_t end) : begin_index(begin), end_index(end) { in Range() function 83 Range basename_range; argument
|
| /external/libwebm/common/ |
| D | libwebm_util.h | 33 struct Range { struct 34 Range(std::size_t off, std::size_t len) : offset(off), length(len) {} in Range() function 42 typedef std::vector<Range> Ranges; argument
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/ |
| D | token.go | 25 type Range struct { struct 26 FileSet *token.FileSet 27 Start token.Pos 28 End token.Pos 65 func (r Range) IsPoint() bool { 72 func (r Range) Span() (Span, error) { 107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
|
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | token.go | 25 type Range struct { struct 26 FileSet *token.FileSet 27 Start token.Pos 28 End token.Pos 65 func (r Range) IsPoint() bool { 72 func (r Range) Span() (Span, error) { 107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | token.go | 25 type Range struct { struct 26 FileSet *token.FileSet 27 Start token.Pos 28 End token.Pos 65 func (r Range) IsPoint() bool { 72 func (r Range) Span() (Span, error) { 107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
|
| /external/llvm-project/mlir/include/mlir/Interfaces/ |
| D | ViewLikeInterface.h | 24 struct Range { struct 25 Value offset; 26 Value size; 27 Value stride;
|
| /external/llvm-project/lldb/include/lldb/Utility/ |
| 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 46 BaseType GetRangeBase() const { return base; } in GetRangeBase() argument 48 void SetRangeBase(BaseType b) { base = b; } in SetRangeBase() argument 52 bool Union(const Range &rhs) { in Union() argument 62 BaseType GetRangeEnd() const { return base + size; } in GetRangeEnd() argument 64 void SetRangeEnd(BaseType end) { in SetRangeEnd() argument 85 bool Contains(const Range &range) const { in Contains() argument 91 bool DoesAdjoinOrIntersect(const Range &rhs) const { in DoesAdjoinOrIntersect() argument [all …]
|
| /external/skia/modules/skshaper/include/ |
| D | SkShaper.h | 180 struct Range { struct 181 constexpr Range() : fBegin(0), fSize(0) {} in Range() function 182 constexpr Range(size_t begin, size_t size) : fBegin(begin), fSize(size) {} in Range() function 195 Range utf8Range; argument
|
| /external/skia/tools/ |
| D | Registry.h | 45 struct Range { struct 46 struct Iterator { 52 Iterator begin() const { return Iterator{Registry::Head()}; } in begin() 53 Iterator end() const { return Iterator{nullptr}; } in end()
|
| /external/skqp/tools/ |
| D | Registry.h | 45 struct Range { struct 46 struct Iterator { 52 Iterator begin() const { return Iterator{Registry::Head()}; } in begin() 53 Iterator end() const { return Iterator{nullptr}; } in end()
|
| /external/llvm-project/llvm/unittests/ADT/ |
| D | StatisticTest.cpp | 24 extractCounters(const std::vector<std::pair<StringRef, unsigned>> &Range, in extractCounters() 102 const auto Range = GetStatistics(); in TEST() local 121 auto &Range = GetStatistics(); in TEST() local 130 auto &Range = GetStatistics(); in TEST() local 146 auto &Range = GetStatistics(); in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
| D | Annotations.h | 50 struct Range { struct 54 friend bool operator==(const Range &L, const Range &R) { argument
|
| /external/llvm-project/llvm/include/llvm/Testing/Support/ |
| D | Annotations.h | 50 struct Range { struct 54 friend bool operator==(const Range &L, const Range &R) { argument
|
| /external/llvm/lib/CodeGen/MIRParser/ |
| D | MILexer.cpp | 62 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 156 auto Range = C; in lexName() local 179 auto Range = C; in maybeLexIntegerType() local 236 auto Range = C; in maybeLexIdentifier() local 250 auto Range = C; in maybeLexMachineBasicBlock() local 281 auto Range = C; in maybeLexIndex() local 294 auto Range = C; in maybeLexIndexAndName() local 359 auto Range = C; in lexVirtualRegister() local 374 auto Range = C; in maybeLexRegister() local 390 auto Range = C; in maybeLexGlobalValue() local [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
| D | MILexer.cpp | 67 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 161 auto Range = C; in lexName() local 264 auto Range = C; in maybeLexIdentifier() local 278 auto Range = C; in maybeLexMachineBasicBlock() local 312 auto Range = C; in maybeLexIndex() local 325 auto Range = C; in maybeLexIndexAndName() local 398 auto Range = C; in lexVirtualRegister() local 414 Cursor Range = C; in lexNamedVirtualRegister() local 439 auto Range = C; in maybeLexRegister() local 455 auto Range = C; in maybeLexGlobalValue() local [all …]
|
| /external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| D | MILexer.cpp | 64 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 172 auto Range = C; in lexName() local 279 auto Range = C; in maybeLexIdentifier() local 293 auto Range = C; in maybeLexMachineBasicBlock() local 327 auto Range = C; in maybeLexIndex() local 340 auto Range = C; in maybeLexIndexAndName() local 413 auto Range = C; in lexVirtualRegister() local 429 Cursor Range = C; in lexNamedVirtualRegister() local 454 auto Range = C; in maybeLexRegister() local 470 auto Range = C; in maybeLexGlobalValue() local [all …]
|
| /external/bcc/src/cc/ |
| D | syms.h | 93 struct Range { struct 94 uint64_t start; 95 uint64_t end; 96 uint64_t file_offset; 97 Range(uint64_t s, uint64_t e, uint64_t f) in Range() function
|
| /external/bcc/src/cc/includes/ |
| D | syms.h | 93 struct Range { struct 94 uint64_t start; 95 uint64_t end; 96 uint64_t file_offset; 97 Range(uint64_t s, uint64_t e, uint64_t f) in Range() function
|
| /external/easymock/src/org/easymock/internal/ |
| D | Range.java | 20 public class Range implements Serializable { class 28 public Range(int count) { in Range() method in Range 32 public Range(int minimum, int maximum) { in Range() method in Range
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaStmtAttr.cpp | 26 SourceRange Range) { in handleFallThroughAttr() 55 SourceRange Range) { in handleSuppressAttr() 197 SourceRange Range) { in handleNoMergeAttr() 214 SourceRange Range) { in handleLikely() 223 SourceRange Range) { in handleUnlikely() 365 SourceRange Range) { in handleOpenCLUnrollHint() 406 SourceRange Range) { in ProcessStmtAttribute() 439 SourceRange Range) { in ProcessStmtAttributes()
|
| /external/cldr/tools/java/org/unicode/cldr/tool/ |
| D | GeneratedPluralSamples.java | 53 static class Range implements Comparable<Range> { class in GeneratedPluralSamples 63 public Range(FixedDecimal start, FixedDecimal end) { in Range() method in GeneratedPluralSamples.Range 77 public Range(Range other) { in Range() method in GeneratedPluralSamples.Range
|