Home
last modified time | relevance | path

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

12345678910>>...15

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h35 struct Range { struct
57 bool operator<(const Range &other) const { argument
79 using RangeColl = std::vector<Range>; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h34 struct Range { struct
54 bool operator<(const Range &other) const { argument
77 typedef std::vector<Range> RangeColl; argument
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dtoken.go25 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/
Dtoken.go25 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/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/
Dtoken.go25 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/skia/tools/
DRegistry.h45 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/
DRegistry.h45 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStatisticTest.cpp24 extractCounters(const std::vector<std::pair<StringRef, unsigned>> &Range, in extractCounters()
91 const auto Range = GetStatistics(); in TEST() local
110 auto &Range = GetStatistics(); in TEST() local
119 auto &Range = GetStatistics(); in TEST() local
135 auto &Range = GetStatistics(); in TEST() local
DSTLExtrasTest.cpp144 struct Range : CanMove<Moveable>, CanCopy<Copyable> { struct
145 explicit Range(int &C, int &M, int &D) : C(C), M(M), D(D) {} in Range() argument
146 Range(const Range &R) : CanCopy<Copyable>(R), C(R.C), M(R.M), D(R.D) { ++C; } in Range() argument
147 Range(Range &&R) : CanMove<Moveable>(std::move(R)), C(R.C), M(R.M), D(R.D) { in Range() argument
150 ~Range() { ++D; } in ~Range()
152 int &C;
153 int &M;
154 int &D;
156 int *begin() { return nullptr; } in begin()
157 int *end() { return nullptr; } in end()
/external/skia/modules/skshaper/include/
DSkShaper.h178 struct Range { struct
179 constexpr Range() : fBegin(0), fSize(0) {} in Range() argument
180 constexpr Range(size_t begin, size_t size) : fBegin(begin), fSize(size) {} in Range() argument
193 Range utf8Range; argument
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp62 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-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp68 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset()
162 auto Range = C; in lexName() local
254 auto Range = C; in maybeLexIdentifier() local
268 auto Range = C; in maybeLexMachineBasicBlock() local
302 auto Range = C; in maybeLexIndex() local
315 auto Range = C; in maybeLexIndexAndName() local
388 auto Range = C; in lexVirtualRegister() local
404 Cursor Range = C; in lexNamedVirtualRegister() local
429 auto Range = C; in maybeLexRegister() local
445 auto Range = C; in maybeLexGlobalValue() local
[all …]
/external/easymock/src/org/easymock/internal/
DRange.java20 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/bcc/src/cc/
Dsyms.h93 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() argument
/external/bcc/src/cc/includes/
Dsyms.h93 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() argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratedPluralSamples.java50 static class Range implements Comparable<Range> { class in GeneratedPluralSamples
60 public Range(FixedDecimal start, FixedDecimal end) { in Range() method in GeneratedPluralSamples.Range
74 public Range(Range other) { in Range() method in GeneratedPluralSamples.Range
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DFilterTestBase.java79 static class Range { class in FilterTestBase
83 Range() { in Range() method in FilterTestBase.Range
86 Range(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive) { in Range() method in FilterTestBase.Range
/external/libchrome/ui/gfx/range/
Drange.h40 constexpr Range() : Range(0) {} in Range() function
43 constexpr Range(uint32_t start, uint32_t end) : start_(start), end_(end) {} in Range() function
46 constexpr explicit Range(uint32_t position) : Range(position, position) {} in Range() function
/external/clang/include/clang/Tooling/Core/
DReplacement.h40 Range() : Offset(0), Length(0) {} in Range() function
41 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() function
246 const CharSourceRange Range = in Replacement() local
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp148 StringRef GetSourceString(CharSourceRange Range) { in GetSourceString()
245 CharSourceRange Range = in TEST_F() local
255 CharSourceRange Range = in TEST_F() local
266 CharSourceRange Range = in TEST_F() local
277 CharSourceRange Range = in TEST_F() local
288 CharSourceRange Range = in TEST_F() local
300 CharSourceRange Range = in TEST_F() local
310 CharSourceRange Range = in TEST_F() local
321 CharSourceRange Range = in TEST_F() local
/external/clang/lib/Lex/
DPreprocessingRecord.cpp30 SourceRange Range) in InclusionDirective()
49 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange()
127 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
193 SourceRange Range = PPE->getSourceRange(); in getLoc() local
371 SourceRange Range) { in addMacroExpansion()
401 SourceRange Range) { in Defined()
408 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped()
414 SourceRange Range, in MacroExpands()
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dspan.go44 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func
108 func IsPoint(r Range) bool {
112 func CompareRange(a, b Range) int {
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go44 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func
108 func IsPoint(r Range) bool {
112 func CompareRange(a, b Range) int {
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go44 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func
108 func IsPoint(r Range) bool {
112 func CompareRange(a, b Range) int {
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp38 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking() local
60 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait() local
81 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait() local

12345678910>>...15