Home
last modified time | relevance | path

Searched refs:StartLine (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
H A Dlinux.c39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
43 for (state=StartLine, counter=0;;) in png_have_neon()
58 case StartLine: in png_have_neon()
86 state = StartLine; in png_have_neon()
130 state = StartLine; in png_have_neon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() argument
15 LineData = StartLine & StartLineMask; in LineInfo()
16 uint32_t LineDelta = EndLine - StartLine; in LineInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
H A DDIContext.h40 uint32_t StartLine = 0; member
50 StartLine == RHS.StartLine && Discriminator == RHS.Discriminator; in operator ==()
58 return std::tie(FileName, FunctionName, Line, Column, StartLine, in operator <()
61 RHS.StartLine, RHS.Discriminator); in operator <()
74 OS << "start line " << StartLine << '\n'; in dump() local
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorDeclaration.cs56 public int StartLine { get; } property in Google.Protobuf.Reflection.DescriptorDeclaration
100 StartLine = location.Span[0] + 1; in DescriptorDeclaration()
102 EndLine = hasEndLine ? location.Span[2] + 1 : StartLine; in DescriptorDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement);
98 Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, in Line() argument
100 : CodeOffset(CodeOffset), LineInf(StartLine, EndLine, IsStatement), in Line()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp87 if (Info.StartLine) in print()
88 OS << "Function start line: " << Info.StartLine << "\n"; in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp980 uint32_t &StartLine) { in getFunctionNameAndStartLineForAddress()
997 StartLine = DeclLineResult; in getFunctionNameAndStartLineForAddress()
1168 Result.FunctionName, Result.StartLine); in getLineInfoForAddress()
1186 uint32_t StartLine = 0; in getLineInfoForAddressRange()
1189 FunctionName, StartLine); in getLineInfoForAddressRange()
1196 Result.StartLine = StartLine; in getLineInfoForAddressRange()
1219 Result.StartLine = StartLine; in getLineInfoForAddressRange()
1260 Frame.StartLine in getInliningInfoForAddress()
976 getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, std::string &FunctionName, uint32_t &StartLine) getFunctionNameAndStartLineForAddress() argument
[all...]
/third_party/rust/crates/regex/src/
H A Dinput.rs178 StartLine => { in is_empty_match()
271 StartLine => { in is_empty_match()
H A Dcompile.rs294 Anchor(hir::Anchor::StartLine) if self.compiled.is_reverse => { in c()
298 Anchor(hir::Anchor::StartLine) => { in c()
300 self.c_empty_look(prog::EmptyLook::StartLine) in c()
304 self.c_empty_look(prog::EmptyLook::StartLine) in c()
H A Ddfa.rs942 // the StartLine flag here. in exec_byte()
1083 StartLine if flags.start_line => { in follow_epsilons()
1109 StartLine | EndLine | StartText | EndText in follow_epsilons()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorDeclarationTest.cs89 Assert.AreEqual(389, message.Declaration.StartLine); in MessageLocations()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dprint.rs123 HirKind::Anchor(hir::Anchor::StartLine) => { in visit_pre()
H A Dtranslate.rs730 ast::AssertionKind::StartLine => Hir::anchor(if multi_line { in hir_assertion()
731 hir::Anchor::StartLine in hir_assertion()
1569 assert_eq!(t("(?m)^"), hir_anchor(hir::Anchor::StartLine)); in assertions()
1695 hir_anchor(hir::Anchor::StartLine), in flags()
1703 hir_anchor(hir::Anchor::StartLine), in flags()
H A Dmod.rs315 if let Anchor::StartLine = anchor { in anchor()
1289 StartLine,
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc302 m_startLine = script->StartLine(); in Initialize()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs1104 StartLine,
H A Dprint.rs260 StartLine => self.wtr.write_str("^"), in fmt_assertion()
H A Dparse.rs1402 kind: ast::AssertionKind::StartLine, in parse_primitive()
4138 kind: ast::AssertionKind::StartLine, in parse_primitive_non_escape()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h203 int StartLine() const;
H A Ddebug-interface.cc401 int Script::StartLine() const { return Utils::OpenHandle(this)->line_offset(); } in StartLine() function in v8::debug::Script
/third_party/backends/backend/
H A Dmustek_usb2_asic.h121 unsigned short StartLine; member
H A Dmustek_usb2_asic.c4293 chip->Scan.StartLine = 0; in Asic_Reset()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go339 /*StartLine defined:
342 StartLine float64 `json:"startLine"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go339 /*StartLine defined:
342 StartLine float64 `json:"startLine"`
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go339 /*StartLine defined:
342 StartLine float64 `json:"startLine"`

Completed in 49 milliseconds

12