Home
last modified time | relevance | path

Searched refs:SourceRange (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dast-source-ranges.h16 struct SourceRange { struct
17 SourceRange() : SourceRange(kNoSourcePosition, kNoSourcePosition) {} in SourceRange() function
18 SourceRange(int start, int end) : start(start), end(end) {} in SourceRange() function
20 static SourceRange Empty() { return SourceRange(); } in Empty()
21 static SourceRange OpenEnded(int32_t start) { in OpenEnded()
22 return SourceRange(start, kNoSourcePosition); in OpenEnded()
24 static SourceRange ContinuationOf(const SourceRange in OpenEnded()
[all...]
H A Dsource-range-ast-visitor.cc63 SourceRange continuation = range->GetRange(SourceRangeKind::kContinuation); in VisitNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp90 bool error(const SMDiagnostic &Error, SMRange SourceRange);
155 SMRange SourceRange);
160 SMRange SourceRange);
194 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error() argument
196 reportDiagnostic(diagFromMIStringDiag(Error, SourceRange)); in error()
380 return error(Error, ArgRegPair.Reg.SourceRange); in initializeCallSiteInfo()
438 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange)); in initializeMachineFunction()
462 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange)); in initializeMachineFunction()
515 return error(VReg.ID.SourceRange.Start, in parseRegisterInfo()
532 VReg.Class.SourceRange in parseRegisterInfo()
877 diagFromMIStringDiag(const SMDiagnostic &Error, SMRange SourceRange) diagFromMIStringDiag() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dblock-coverage-builder.h36 SourceRange range = ranges->GetRange(kind); in AllocateBlockCoverageSlot()
49 SourceRange range = ranges->GetRangeAtIndex(index); in AllocateNaryBlockCoverageSlot()
67 const ZoneVector<SourceRange>& slots() const { return slots_; } in slots()
72 ZoneVector<SourceRange> slots_;
/third_party/node/deps/v8/src/parsing/
H A Dparser.h128 using SourceRange = v8::internal::SourceRange;
315 const SourceRange& catch_range,
317 const SourceRange& finally_range,
689 int pos, const SourceRange& range);
939 SourceRange range = ranges->GetRange(SourceRangeKind::kRight); in ConvertBinaryToNaryOperationSourceRange()
945 const SourceRange& range) { in AppendNaryOperationSourceRange()
963 const SourceRange& body_range) { in RecordCaseClauseSourceRange()
970 const SourceRange& then_range, in RecordConditionalSourceRange()
971 const SourceRange in RecordConditionalSourceRange()
[all...]
H A Dpreparser.h473 const SourceRange& body_range = {}) {} in Initialize()
476 const SourceRange& body_range = {}) {} in Initialize()
478 PreParserStatement body, const SourceRange& body_range = {}) { in Initialize()
728 SourceRange then_range = {}, in NewIfStatement()
729 SourceRange else_range = {}) {
902 using SourceRange = PreParserSourceRange;
1121 const SourceRange& catch_range, PreParserStatement finally_block, in RewriteTryStatement()
1122 const SourceRange& finally_range, const CatchInfo& catch_info, int pos) { in RewriteTryStatement()
1379 const SourceRange& range) { in CollapseNaryExpression()
1659 V8_INLINE void Record##Name##SourceRange(T
[all...]
H A Dparser-base.h87 SourceRangeScope(const Scanner* scanner, SourceRange* range) in SourceRangeScope()
102 SourceRange* range_;
239 using SourceRange = typename Types::SourceRange;
3129 SourceRange right_range; in ParseCoalesceExpression()
3156 SourceRange then_range, else_range; in ParseConditionalContinuation()
3186 SourceRange right_range; in ParseBinaryContinuation()
3556 SourceRange chain_link_range(optional_link_begin, end_position()); in ParseLeftHandSideContinuation()
5528 SourceRange then_range, else_range; in ParseIfStatement()
5545 else_range = SourceRange in ParseIfStatement()
[all...]
H A Dparser.cc218 const SourceRange& range) { in CollapseNaryExpression()
2037 const SourceRange& catch_range, in RewriteTryStatement()
2039 const SourceRange& finally_range, in RewriteTryStatement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLParser.h159 SMRange getSourceRange() const { return SourceRange; } in getSourceRange()
160 void setSourceRange(SMRange SR) { SourceRange = SR; } in setSourceRange()
176 SMRange SourceRange; member in llvm::yaml::Node
215 SourceRange = SMRange(Start, End); in ScalarNode()
258 SourceRange = SMRange(Start, End); in BlockScalarNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h134 SMRange getSourceRange() const { return SourceRange; } in getSourceRange()
135 void setSourceRange(SMRange SR) { SourceRange = SR; } in setSourceRange()
161 SMRange SourceRange; member in llvm::yaml::Node
202 SourceRange = SMRange(Start, End); in ScalarNode()
245 SourceRange = SMRange(Start, End); in BlockScalarNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1017 SMDiagnostic &Error, SMRange &SourceRange) const { in parseMachineFunctionInfo()
1027 SourceRange = RegName.SourceRange; in parseMachineFunctionInfo()
1042 SourceRange = RegName.SourceRange; in parseMachineFunctionInfo()
1083 SourceRange = A->RegisterName.SourceRange; in parseMachineFunctionInfo()
H A DAMDGPUTargetMachine.h120 SMRange &SourceRange) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h36 SMRange SourceRange; member
56 S.SourceRange = Node->getSourceRange(); in input()
102 SMRange SourceRange; member
120 Value.SourceRange = Node->getSourceRange(); in input()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h58 SMRange &SourceRange) const override;
H A DWebAssemblyTargetMachine.cpp501 SMDiagnostic &Error, SMRange &SourceRange) const { in parseMachineFunctionInfo()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.h38 struct SourceRange;
202 Handle<CoverageInfo> NewCoverageInfo(const ZoneVector<SourceRange>& slots);
H A Dfactory-base.cc552 const ZoneVector<SourceRange>& slots) { in NewCoverageInfo()
561 SourceRange range = slots[i]; in NewCoverageInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h141 SMRange &SourceRange) const { in parseMachineFunctionInfo()
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc316 if (block.start == SourceRange::kFunctionLiteralSourcePosition && in RewriteFunctionScopeCounter()
317 block.end == SourceRange::kFunctionLiteralSourcePosition) { in RewriteFunctionScopeCounter()

Completed in 45 milliseconds