Home
last modified time | relevance | path

Searched refs:Line_Pos (Results 1 – 25 of 35) sorted by relevance

12

/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dfiles_map.adb166 Line_Pos : Source_Ptr;
175 for I in Line_Pos .. Line_Pos + Source_Ptr (Offset) - 1 loop
335 Offset := Natural (Pos - Line_Pos);
338 Source_File.Cache_Pos := Line_Pos;
348 Line_Pos : Source_Ptr; variable
366 Line_Pos := Source_Ptr_Org;
402 Line_Pos : Source_Ptr; variable
408 Line_Pos, Line, Offset);
420 return Coord_To_Col (File, Line_Pos, Natural (Pos - Line_Pos));
431 return Natural (Pos - Line_Pos);
[all …]
H A Derrorout.adb43 Line_Pos : Source_Ptr; variable
45 Line_Pos := File_Line_To_Position (E.File, E.Line);
46 return Coord_To_Col (E.File, Line_Pos, E.Offset);
153 (L, Res.File, Res.Line_Pos, Res.Line, Res.Offset);
182 Line_Pos : Source_Ptr; variable
185 Location_To_Coord (Location, File, Line_Pos, Line, Offset);
186 Coord_To_Position (File, Line_Pos, Offset, Name, Col);
H A Dfiles_map.ads217 Line_Pos : out Source_Ptr;
224 Line_Pos : out Source_Ptr;
235 Line_Pos : Source_Ptr;
243 Line_Pos : Source_Ptr;
H A Dtypes.ads137 Line_Pos : Source_Ptr; component
/dports/cad/ghdl/ghdl-1.0.0/src/edif/
H A Dedif-scans.adb35 Line_Pos : Source_Ptr; variable
47 Line_Pos => Line_Pos,
49 Offset => Natural (Pos - Line_Pos));
81 Line_Pos := Source_Ptr_Org;
96 Line_Pos := Pos;
/dports/lang/asis/asis-gpl-2016-src/tools/gnatcheck/
H A Dgnatcheck-diagnoses_old.adb321 Line_Pos : out Natural;
331 Line_Pos : Natural := 0;
411 Line_Pos : out Natural;
420 Line_Pos := 0;
423 Line_Pos := Line_Pos + 1;
763 Line_Pos : Natural := 0;
771 (1 .. Line_Pos - Line_Str'Length => ' ') &
1076 Line_Pos : Natural := 0; variable
1114 Compute_Alignment (SF, Exempted_Rules, Line_Pos, Col_Pos);
1137 Line_Pos => Line_Pos,
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-scanner.adb145 Line_Pos : Source_Ptr; component
172 Line_Pos => 0,
191 Line_Pos => Current_Context.Line_Pos,
199 Line_Pos => Current_Context.Line_Pos,
303 return Natural (Current_Context.Pos - Current_Context.Line_Pos);
308 return Natural (Current_Context.Token_Pos - Current_Context.Line_Pos);
348 Line_Pos => 0,
421 File_Entry, Current_Context.Line_Pos,
1940 Current_Context.Line_Pos := Pos;
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-debugger__on.adb216 Line_Pos : Source_Ptr; variable
222 Location_To_Coord (Loc, File, Line_Pos, Line, Offset);
225 Put (String (Buf (Line_Pos .. Next_Line_Pos - 1)));
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb4038 Line_Pos : Natural; variable
4059 Line_Pos := Len + 2;
4076 if Line_Pos + Len + 1 > Line_Size then
4079 Line_Pos := 0;
4082 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb4038 Line_Pos : Natural; variable
4059 Line_Pos := Len + 2;
4076 if Line_Pos + Len + 1 > Line_Size then
4079 Line_Pos := 0;
4082 Line_Pos := Line_Pos + Len + 1;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dmake.adb4038 Line_Pos : Natural; variable
4059 Line_Pos := Len + 2;
4076 if Line_Pos + Len + 1 > Line_Size then
4079 Line_Pos := 0;
4082 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dmake.adb4038 Line_Pos : Natural; variable
4059 Line_Pos := Len + 2;
4076 if Line_Pos + Len + 1 > Line_Size then
4079 Line_Pos := 0;
4082 Line_Pos := Line_Pos + Len + 1;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb4038 Line_Pos : Natural; variable
4059 Line_Pos := Len + 2;
4076 if Line_Pos + Len + 1 > Line_Size then
4079 Line_Pos := 0;
4082 Line_Pos := Line_Pos + Len + 1;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb4038 Line_Pos : Natural; variable
4059 Line_Pos := Len + 2;
4076 if Line_Pos + Len + 1 > Line_Size then
4079 Line_Pos := 0;
4082 Line_Pos := Line_Pos + Len + 1;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dmake.adb4038 Line_Pos : Natural; variable
4059 Line_Pos := Len + 2;
4076 if Line_Pos + Len + 1 > Line_Size then
4079 Line_Pos := 0;
4082 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dmake.adb4041 Line_Pos : Natural; variable
4062 Line_Pos := Len + 2;
4079 if Line_Pos + Len + 1 > Line_Size then
4082 Line_Pos := 0;
4085 Line_Pos := Line_Pos + Len + 1;
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtkada-canvas.adb1698 Line_Pos : constant Gint_Array := Compute_Line_Pos (Canvas); constant
1750 for L in Line_Pos'Range loop
1751 if Line_Pos (L) >= Xp1
1752 and then Line_Pos (L) <= X2
1754 X3 := Line_Pos (L);
1757 elsif Line_Pos (L) >= Xp2
1758 and then Line_Pos (L) <= X1
1760 X3 := Line_Pos (L);

12