Home
last modified time | relevance | path

Searched refs:LineEnd (Results 1 – 25 of 1370) sorted by relevance

12345678910>>...55

/dports/editors/lazarus/lazarus/ide/
H A Ddiffpatch.pas62 LineEnd: integer;
276 if (Line.LineEnd>Line.LineStart) then
279 aStream.Write(fSource[Line.LineEnd],Line.NextLineStart-Line.LineEnd)
303 LineEnd:=LineStart;
304 while LineEnd<=Len do begin
306 inc(LineEnd);
308 NextLineStart:=LineEnd+1;
316 NextLineStart:=LineEnd;
390 Result:=(LineEnd=LineStart);
694 End1.LineEnd:=End1.LineStart;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Ddiffpatch.pas62 LineEnd: integer;
276 if (Line.LineEnd>Line.LineStart) then
279 aStream.Write(fSource[Line.LineEnd],Line.NextLineStart-Line.LineEnd)
303 LineEnd:=LineStart;
304 while LineEnd<=Len do begin
306 inc(LineEnd);
308 NextLineStart:=LineEnd+1;
316 NextLineStart:=LineEnd;
390 Result:=(LineEnd=LineStart);
694 End1.LineEnd:=End1.LineStart;
[all …]
/dports/editors/lazarus-qt5/lazarus/ide/
H A Ddiffpatch.pas62 LineEnd: integer;
276 if (Line.LineEnd>Line.LineStart) then
279 aStream.Write(fSource[Line.LineEnd],Line.NextLineStart-Line.LineEnd)
303 LineEnd:=LineStart;
304 while LineEnd<=Len do begin
306 inc(LineEnd);
308 NextLineStart:=LineEnd+1;
316 NextLineStart:=LineEnd;
390 Result:=(LineEnd=LineStart);
694 End1.LineEnd:=End1.LineStart;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Ddiffpatch.pas62 LineEnd: integer;
276 if (Line.LineEnd>Line.LineStart) then
279 aStream.Write(fSource[Line.LineEnd],Line.NextLineStart-Line.LineEnd)
303 LineEnd:=LineStart;
304 while LineEnd<=Len do begin
306 inc(LineEnd);
308 NextLineStart:=LineEnd+1;
316 NextLineStart:=LineEnd;
390 Result:=(LineEnd=LineStart);
694 End1.LineEnd:=End1.LineStart;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodecompletiontemplater.pas111 LineEnd, Indent : String;
122 LineEnd, Indent : String;
185 function TTemplateExpander.Expand(TemplateName: String; LineEnd, in Expand()
193 Result := ExpandTemplate(Template, LineEnd, Indent, ArgName, ArgVal);
196 function TTemplateExpander.ExpandTemplate(Template: TDOMNode; LineEnd, in ExpandTemplate()
285 R := R + LineEnd
291 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
298 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
315 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
321 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
[all …]
/dports/editors/lazarus/lazarus/components/codetools/
H A Dcodecompletiontemplater.pas111 LineEnd, Indent : String;
122 LineEnd, Indent : String;
185 function TTemplateExpander.Expand(TemplateName: String; LineEnd, in Expand()
193 Result := ExpandTemplate(Template, LineEnd, Indent, ArgName, ArgVal);
196 function TTemplateExpander.ExpandTemplate(Template: TDOMNode; LineEnd, in ExpandTemplate()
285 R := R + LineEnd
291 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
298 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
315 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
321 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dcodecompletiontemplater.pas111 LineEnd, Indent : String;
122 LineEnd, Indent : String;
185 function TTemplateExpander.Expand(TemplateName: String; LineEnd, in Expand()
193 Result := ExpandTemplate(Template, LineEnd, Indent, ArgName, ArgVal);
196 function TTemplateExpander.ExpandTemplate(Template: TDOMNode; LineEnd, in ExpandTemplate()
285 R := R + LineEnd
291 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
298 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
315 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
321 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dcodecompletiontemplater.pas111 LineEnd, Indent : String;
122 LineEnd, Indent : String;
185 function TTemplateExpander.Expand(TemplateName: String; LineEnd, in Expand()
193 Result := ExpandTemplate(Template, LineEnd, Indent, ArgName, ArgVal);
196 function TTemplateExpander.ExpandTemplate(Template: TDOMNode; LineEnd, in ExpandTemplate()
285 R := R + LineEnd
291 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
298 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
315 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
321 R := R + ExpandTemplate(Node, LineEnd,Indent,ArgName,ArgVal);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dlineend.hxx17 enum LineEnd { LINEEND_CR, LINEEND_LF, LINEEND_CRLF }; enum
19 inline LineEnd GetSystemLineEnd() in GetSystemLineEnd()
28 TOOLS_DLLPUBLIC OString convertLineEnd(const OString &rIn, LineEnd eLineEnd);
29 TOOLS_DLLPUBLIC OUString convertLineEnd(const OUString &rIn, LineEnd eLineEnd);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dlineend.hxx17 enum LineEnd { LINEEND_CR, LINEEND_LF, LINEEND_CRLF }; enum
19 inline LineEnd GetSystemLineEnd() in GetSystemLineEnd()
28 TOOLS_DLLPUBLIC OString convertLineEnd(const OString &rIn, LineEnd eLineEnd);
29 TOOLS_DLLPUBLIC OUString convertLineEnd(const OUString &rIn, LineEnd eLineEnd);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() argument
24 LineEnd = 0; in getDebugLocation()
40 LineEnd = std::max(LineEnd, NewLine); in getDebugLocation()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DSourceMgr.cpp164 const char *LineEnd = Loc.getPointer(); in GetMessage() local
166 while (LineEnd != BufEnd && LineEnd[0] != '\n' && LineEnd[0] != '\r') in GetMessage()
167 ++LineEnd; in GetMessage()
168 LineStr = std::string(LineStart, LineEnd); in GetMessage()
177 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in GetMessage()
183 if (R.End.getPointer() > LineEnd) in GetMessage()
184 R.End = SMLoc::getFromPointer(LineEnd); in GetMessage()
251 const char *LineEnd = SourceLine.end(); in buildFixItLine() local
264 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in buildFixItLine()
306 if (R.End.getPointer() >= LineEnd) in buildFixItLine()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DSourceMgr.cpp161 const char *LineEnd = Loc.getPointer(); in GetMessage() local
163 while (LineEnd != BufEnd && LineEnd[0] != '\n' && LineEnd[0] != '\r') in GetMessage()
164 ++LineEnd; in GetMessage()
165 LineStr = std::string(LineStart, LineEnd); in GetMessage()
174 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in GetMessage()
180 if (R.End.getPointer() > LineEnd) in GetMessage()
181 R.End = SMLoc::getFromPointer(LineEnd); in GetMessage()
248 const char *LineEnd = SourceLine.end(); in buildFixItLine() local
261 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in buildFixItLine()
297 if (R.End.getPointer() >= LineEnd) in buildFixItLine()
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dp_trace.cpp71 float HitDist = DotProduct(Trace.LineEnd, Plane->normal) - Plane->dist; in CheckPlane()
85 Trace.LineEnd -= (Trace.LineEnd - Trace.LineStart) * HitDist / (HitDist - OrgDist); in CheckPlane()
196 Trace.LineEnd = hit_point; in CheckLine()
205 Trace.LineStart = Trace.LineEnd; in CheckLine()
358 Trace.LineEnd = End; in TraceLine()
380 *HitPoint = Trace.LineEnd; in IMPLEMENT_FUNCTION()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp189 const char *LineEnd = Loc.getPointer(); in GetMessage() local
191 while (LineEnd != BufEnd && LineEnd[0] != '\n' && LineEnd[0] != '\r') in GetMessage()
192 ++LineEnd; in GetMessage()
193 LineStr = std::string(LineStart, LineEnd); in GetMessage()
202 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in GetMessage()
208 if (R.End.getPointer() > LineEnd) in GetMessage()
209 R.End = SMLoc::getFromPointer(LineEnd); in GetMessage()
276 const char *LineEnd = SourceLine.end(); in buildFixItLine() local
289 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in buildFixItLine()
331 if (R.End.getPointer() >= LineEnd) in buildFixItLine()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DSourceMgr.cpp189 const char *LineEnd = Loc.getPointer(); in GetMessage() local
191 while (LineEnd != BufEnd && LineEnd[0] != '\n' && LineEnd[0] != '\r') in GetMessage()
192 ++LineEnd; in GetMessage()
193 LineStr = std::string(LineStart, LineEnd); in GetMessage()
202 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in GetMessage()
208 if (R.End.getPointer() > LineEnd) in GetMessage()
209 R.End = SMLoc::getFromPointer(LineEnd); in GetMessage()
276 const char *LineEnd = SourceLine.end(); in buildFixItLine() local
289 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in buildFixItLine()
331 if (R.End.getPointer() >= LineEnd) in buildFixItLine()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp189 const char *LineEnd = Loc.getPointer(); in GetMessage() local
191 while (LineEnd != BufEnd && LineEnd[0] != '\n' && LineEnd[0] != '\r') in GetMessage()
192 ++LineEnd; in GetMessage()
193 LineStr = std::string(LineStart, LineEnd); in GetMessage()
202 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in GetMessage()
208 if (R.End.getPointer() > LineEnd) in GetMessage()
209 R.End = SMLoc::getFromPointer(LineEnd); in GetMessage()
276 const char *LineEnd = SourceLine.end(); in buildFixItLine() local
289 if (R.Start.getPointer() > LineEnd || R.End.getPointer() < LineStart) in buildFixItLine()
331 if (R.End.getPointer() >= LineEnd) in buildFixItLine()
[all …]

12345678910>>...55