Home
last modified time | relevance | path

Searched refs:startLoc (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/acorn/acorn/dist/
Dacorn.js466 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 …]
Dacorn.mjs290 // `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 …]
Dacorn.d.ts30 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/
DCoverageMappingWriter.cpp131 return CMR.startLoc() <= CMR.endLoc(); in write()
141 if (LHS.startLoc() != RHS.startLoc()) in write()
142 return LHS.startLoc() < RHS.startLoc(); in write()
DCoverageMapping.cpp359 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()
DCoverageMappingReader.cpp245 if (CMR.startLoc() > CMR.endLoc()) in readMappingRegionsSubArray()
/third_party/skia/src/core/
DSkDeque.cpp242 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()
DSkTInternalLList.h202 T* init(const SkTInternalLList& list, IterStart startLoc) { in init() argument
203 if (kHead_IterStart == startLoc) { in init()
206 SkASSERT(kTail_IterStart == startLoc); in init()
DSkClipStack.h434 Iter(const SkClipStack& stack, IterStart startLoc);
452 void reset(const SkClipStack& stack, IterStart startLoc);
DSkClipStack.cpp795 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/
DSkDeque.h77 Iter(const SkDeque& d, IterStart startLoc);
81 void reset(const SkDeque& d, IterStart startLoc);
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h630 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/
DCOFFAsmParser.cpp693 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/
DX86AsmParser.cpp3809 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/
Dacorn.log149 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/
DSystemZAsmParser.cpp152 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/
DCoverageMapping.h264 inline LineColPair startLoc() const { in startLoc() function