/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.js | 466 return function(block, text, start, end, startLoc, endLoc) { argument 474 { comment.loc = new SourceLocation(this, startLoc, endLoc); } 548 this.startLoc = this.endLoc = this.curPosition(); 2095 var elem = this.parseMaybeDefault(this.start, this.startLoc); 2106 pp$7.parseMaybeDefault = function(startPos, startLoc, left) { argument 2109 var node = this.startNodeAt(startPos, startLoc); 2513 var startPos = this.start, startLoc = this.startLoc; 2516 var node = this.startNodeAt(startPos, startLoc); 2546 var startPos = this.start, startLoc = this.startLoc; 2552 if (afterLeftParse) { left = afterLeftParse.call(this, left, startPos, startLoc); } [all …]
|
D | acorn.mjs | 290 // `startLoc` and `endLoc` properties. 460 return function(block, text, start, end, startLoc, endLoc) { argument 468 { comment.loc = new SourceLocation(this, startLoc, endLoc); } 542 this.startLoc = this.endLoc = this.curPosition(); 2089 var elem = this.parseMaybeDefault(this.start, this.startLoc); 2100 pp$7.parseMaybeDefault = function(startPos, startLoc, left) { argument 2103 var node = this.startNodeAt(startPos, startLoc); 2507 var startPos = this.start, startLoc = this.startLoc; 2510 var node = this.startNodeAt(startPos, startLoc); 2540 var startPos = this.start, startLoc = this.startLoc; [all …]
|
D | acorn.d.ts | 30 isBlock: boolean, text: string, start: number, end: number, startLoc?: Position,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingWriter.cpp | 131 return CMR.startLoc() <= CMR.endLoc(); in write() 141 if (LHS.startLoc() != RHS.startLoc()) in write() 142 return LHS.startLoc() < RHS.startLoc(); in write()
|
D | CoverageMapping.cpp | 359 auto &Functions = InstantiatedFunctions[I->startLoc()]; in insert() 467 auto CurStartLoc = CR.value().startLoc(); in buildSegmentsImpl() 493 CurStartLoc != Regions[CR.index() + 1].startLoc()) { in buildSegmentsImpl() 511 if (LHS.startLoc() != RHS.startLoc()) in sortNestedRegions() 512 return LHS.startLoc() < RHS.startLoc(); in sortNestedRegions() 538 if (Active->startLoc() != I->startLoc() || in combineRegions()
|
D | CoverageMappingReader.cpp | 245 if (CMR.startLoc() > CMR.endLoc()) in readMappingRegionsSubArray()
|
/third_party/skia/src/core/ |
D | SkDeque.cpp | 242 SkDeque::Iter::Iter(const SkDeque& d, IterStart startLoc) { in Iter() argument 243 this->reset(d, startLoc); in Iter() 289 void SkDeque::Iter::reset(const SkDeque& d, IterStart startLoc) { in reset() argument 292 if (kFront_IterStart == startLoc) { in reset()
|
D | SkTInternalLList.h | 202 T* init(const SkTInternalLList& list, IterStart startLoc) { in init() argument 203 if (kHead_IterStart == startLoc) { in init() 206 SkASSERT(kTail_IterStart == startLoc); in init()
|
D | SkClipStack.h | 434 Iter(const SkClipStack& stack, IterStart startLoc); 452 void reset(const SkClipStack& stack, IterStart startLoc);
|
D | SkClipStack.cpp | 795 SkClipStack::Iter::Iter(const SkClipStack& stack, IterStart startLoc) in Iter() argument 797 this->reset(stack, startLoc); in Iter() 846 void SkClipStack::Iter::reset(const SkClipStack& stack, IterStart startLoc) { in reset() argument 848 fIter.reset(stack.fDeque, static_cast<SkDeque::Iter::IterStart>(startLoc)); in reset()
|
/third_party/skia/include/private/ |
D | SkDeque.h | 77 Iter(const SkDeque& d, IterStart startLoc); 81 void reset(const SkDeque& d, IterStart startLoc);
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 630 TokenizableIncludeFile(const TSourceLoc& startLoc, in TokenizableIncludeFile() argument 651 scanner.setLine(startLoc.line); in TokenizableIncludeFile() 652 scanner.setString(startLoc.string); in TokenizableIncludeFile() 654 scanner.setFile(startLoc.getFilenameStr(), 0); in TokenizableIncludeFile() 655 scanner.setFile(startLoc.getFilenameStr(), 1); in TokenizableIncludeFile() 656 scanner.setFile(startLoc.getFilenameStr(), 2); in TokenizableIncludeFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 693 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept() local 696 return Error(startLoc, "expected @unwind or @except"); in ParseAtUnwindOrAtExcept() 702 return Error(startLoc, "expected @unwind or @except"); in ParseAtUnwindOrAtExcept()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 3809 SMLoc startLoc = getLexer().getLoc(); in parseSEHRegisterNumber() local 3815 if (ParseRegister(RegNo, startLoc, endLoc)) in parseSEHRegisterNumber() 3819 return Error(startLoc, in parseSEHRegisterNumber() 3839 return Error(startLoc, in parseSEHRegisterNumber() 3924 SMLoc startLoc = getLexer().getLoc(); in parseDirectiveSEHPushFrame() local 3928 return Error(startLoc, "expected @code"); in parseDirectiveSEHPushFrame()
|
/third_party/typescript/tests/baselines/reference/user/ |
D | acorn.log | 149 node_modules/acorn/acorn/dist/acorn.mjs(4229,31): error TS2339: Property 'startLoc' does not exist … 267 node_modules/acorn/acorn/dist/acorn.mjs(2520,70): error TS2339: Property 'startLoc' does not exist … 289 node_modules/acorn/acorn/dist/acorn.mjs(2318,54): error TS2339: Property 'startLoc' does not exist … 303 node_modules/acorn/acorn/dist/acorn.mjs(2298,58): error TS2339: Property 'startLoc' does not exist … 308 node_modules/acorn/acorn/dist/acorn.mjs(2294,46): error TS2339: Property 'startLoc' does not exist … 351 node_modules/acorn/acorn/dist/acorn.mjs(1959,46): error TS2339: Property 'startLoc' does not exist … 615 node_modules/acorn/acorn/dist/acorn.js(1965,48): error TS2339: Property 'startLoc' does not exist o… 658 node_modules/acorn/acorn/dist/acorn.js(2300,48): error TS2339: Property 'startLoc' does not exist o… 663 node_modules/acorn/acorn/dist/acorn.js(2304,60): error TS2339: Property 'startLoc' does not exist o… 677 node_modules/acorn/acorn/dist/acorn.js(2324,56): error TS2339: Property 'startLoc' does not exist o… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 152 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) in SystemZOperand() argument 153 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {} in SystemZOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 264 inline LineColPair startLoc() const { in startLoc() function
|