Home
last modified time | relevance | path

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

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h34 struct Range { struct
52 bool operator<(const Range &other) const { argument
74 using RangeColl = std::vector<Range>; argument
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/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
/third_party/skia/modules/skshaper/include/
DSkShaper.h226 struct Range { struct
227 constexpr Range() : fBegin(0), fSize(0) {} in Range() function
228 constexpr Range(size_t begin, size_t size) : fBegin(begin), fSize(size) {} in Range() argument
245 Range utf8Range; argument
/third_party/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DAnnotations.h50 struct Range { struct
54 friend bool operator==(const Range &L, const Range &R) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp67 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 …]
/third_party/icu/docs/userguide/transforms/general/
Drules.md137 ### Context
158 ### Range subsection
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
Dparser.go68 Range Range member
77 type Range struct { struct
78 Start Position
79 End Position
82 func (r Range) String() string { return fmt.Sprintf("[%v %v]", r.Start, r.End) }
85 func (r Range) Text(lines []string) string {
109 func (r Range) Contains(p Position) bool {
113 func (r *Range) grow(o Range) {
783 Range Range // the textual range of the instruction member
815 Range Range member
/third_party/spirv-tools/utils/vscode/src/parser/
Dparser.go68 Range Range member
77 type Range struct { struct
78 Start Position
79 End Position
82 func (r Range) String() string { return fmt.Sprintf("[%v %v]", r.Start, r.End) }
85 func (r Range) Text(lines []string) string {
109 func (r Range) Contains(p Position) bool {
113 func (r *Range) grow(o Range) {
783 Range Range // the textual range of the instruction member
815 Range Range member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go68 Range Range member
77 type Range struct { struct
78 Start Position
79 End Position
82 func (r Range) String() string { return fmt.Sprintf("[%v %v]", r.Start, r.End) }
85 func (r Range) Text(lines []string) string {
109 func (r Range) Contains(p Position) bool {
113 func (r *Range) grow(o Range) {
783 Range Range // the textual range of the instruction member
815 Range Range member
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dspan.go45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func
109 func IsPoint(r Range) bool {
113 func CompareRange(a, b Range) int {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dspan.go45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func
109 func IsPoint(r Range) bool {
113 func CompareRange(a, b Range) int {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dspan.go45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func
109 func IsPoint(r Range) bool {
113 func CompareRange(a, b Range) int {
/third_party/node/deps/v8/src/objects/
Dinternal-index.h67 explicit Range(size_t max) : min_(0), max_(max) {} in Range() function
68 Range(size_t min, size_t max) : min_(min), max_(max) {} in Range() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DRange.cpp20 void AddressRanges::insert(AddressRange Range) { in insert()
89 for (auto Range : Ranges) in encode() local
100 for (auto &Range : Ranges) in decode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify()
56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
DSafeStackLayout.h30 StackColoring::LiveRange Range; member
43 StackColoring::LiveRange Range; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_layout_test.cpp50 struct Range { struct
51 explicit Range(bool inverse = false) : inverse_(inverse) {} in Range() argument
52 spv_result_t operator()(int order) { in operator ()()
57 bool inverse_;
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_layout_test.cpp50 struct Range { struct
51 explicit Range(bool inverse = false) : inverse_(inverse) {} in Range() function
52 spv_result_t operator()(int order) { in operator ()()
57 bool inverse_;
/third_party/skia/third_party/externals/tint/src/
Dsource.h100 inline constexpr explicit Range(const Location& loc) in Range() function
106 inline constexpr Range(const Location& b, const Location& e) in Range() function
/third_party/node/deps/npm/node_modules/semver/classes/
Dindex.js3 Range: require('./range.js'), property
/third_party/node/deps/npm/node_modules/semver/ranges/
Dto-comparators.js1 const Range = require('../classes/range') constant

12345678