Home
last modified time | relevance | path

Searched refs:Current_Section (Results 1 – 25 of 102) sorted by relevance

12345

/dports/lang/asis/asis-gpl-2016-src/tools/gnat2xml/
H A Dgnat2xml-projects.adb327 if Current_Section (Parser => Parser) = "" then
329 if Current_Section (Parser => Parser) = "-asis-tool-args" then
333 pragma Assert (Current_Section (Parser => Parser) = "");
350 (Current_Section (Parser => Parser) = "-asis-tool-args");
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-comlin.adb76 Current_Section : Section_Number := 1; variable
269 and then Section (Current_Argument) /= Current_Section
279 and then Section (Current_Argument) /= Current_Section
620 exit when Section (Current_Argument) = Current_Section;
639 Current_Section := 1;
652 Current_Section := Section (Current_Argument);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-comlin.adb76 Current_Section : Section_Number := 1; variable
269 and then Section (Current_Argument) /= Current_Section
279 and then Section (Current_Argument) /= Current_Section
620 exit when Section (Current_Argument) = Current_Section;
639 Current_Section := 1;
652 Current_Section := Section (Current_Argument);
/dports/lang/asis/asis-gpl-2016-src/tools/gnatcheck/
H A Dgnatcheck-projects.adb450 if Current_Section (Parser => Parser) = "" then
452 if Current_Section (Parser => Parser) = "-asis-tool-args" then
456 pragma Assert (Current_Section (Parser => Parser) = "");
472 (Current_Section (Parser => Parser) = "-asis-tool-args");
/dports/lang/asis/asis-gpl-2016-src/tools/gnatmetric/
H A Dmetrics-projects.adb625 if Current_Section (Parser => Parser) = "" then
627 if Current_Section (Parser => Parser) = "-asis-tool-args" then
631 pragma Assert (Current_Section (Parser => Parser) = "");
647 (Current_Section (Parser => Parser) = "-asis-tool-args");
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
942 Parser.Current_Section := 1;
955 Parser.Current_Section :=
2936 Section : constant String := Current_Section (Iter);
2966 end Current_Section;
3352 Current_Section : Integer := -1; variable
3525 if Current_Section = -1 then
3526 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
938 Parser.Current_Section := 1;
951 Parser.Current_Section :=
2935 Section : constant String := Current_Section (Iter);
2965 end Current_Section;
3353 Current_Section : Integer := -1; variable
3515 if Current_Section = -1 then
3516 Current_Section := Config.Sections'First;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
942 Parser.Current_Section := 1;
955 Parser.Current_Section :=
2959 Section : constant String := Current_Section (Iter);
2989 end Current_Section;
3375 Current_Section : Integer := -1; variable
3552 if Current_Section = -1 then
3553 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
935 Parser.Current_Section := 1;
948 Parser.Current_Section :=
2932 Section : constant String := Current_Section (Iter);
2962 end Current_Section;
3346 Current_Section : Integer := -1; variable
3506 if Current_Section = -1 then
3507 Current_Section := Config.Sections'First;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
940 Parser.Current_Section := 1;
953 Parser.Current_Section :=
2937 Section : constant String := Current_Section (Iter);
2967 end Current_Section;
3351 Current_Section : Integer := -1; variable
3511 if Current_Section = -1 then
3512 Current_Section := Config.Sections'First;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
942 Parser.Current_Section := 1;
955 Parser.Current_Section :=
2936 Section : constant String := Current_Section (Iter);
2966 end Current_Section;
3352 Current_Section : Integer := -1; variable
3525 if Current_Section = -1 then
3526 Current_Section := Local_Config.Sections'First;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
942 Parser.Current_Section := 1;
955 Parser.Current_Section :=
2936 Section : constant String := Current_Section (Iter);
2966 end Current_Section;
3352 Current_Section : Integer := -1; variable
3525 if Current_Section = -1 then
3526 Current_Section := Local_Config.Sections'First;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
959 Parser.Current_Section := 1;
972 Parser.Current_Section :=
2976 Section : constant String := Current_Section (Iter);
3006 end Current_Section;
3393 Current_Section : Integer := -1; variable
3570 if Current_Section = -1 then
3571 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
938 Parser.Current_Section := 1;
951 Parser.Current_Section :=
2935 Section : constant String := Current_Section (Iter);
2965 end Current_Section;
3353 Current_Section : Integer := -1; variable
3515 if Current_Section = -1 then
3516 Current_Section := Config.Sections'First;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
960 Parser.Current_Section := 1;
973 Parser.Current_Section :=
2977 Section : constant String := Current_Section (Iter);
3007 end Current_Section;
3394 Current_Section : Integer := -1; variable
3571 if Current_Section = -1 then
3572 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
940 Parser.Current_Section := 1;
953 Parser.Current_Section :=
2931 Section : constant String := Current_Section (Iter);
2961 end Current_Section;
3345 Current_Section : Integer := -1; variable
3505 if Current_Section = -1 then
3506 Current_Section := Config.Sections'First;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
959 Parser.Current_Section := 1;
972 Parser.Current_Section :=
2976 Section : constant String := Current_Section (Iter);
3006 end Current_Section;
3393 Current_Section : Integer := -1; variable
3570 if Current_Section = -1 then
3571 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
960 Parser.Current_Section := 1;
973 Parser.Current_Section :=
2977 Section : constant String := Current_Section (Iter);
3007 end Current_Section;
3394 Current_Section : Integer := -1; variable
3571 if Current_Section = -1 then
3572 Current_Section := Local_Config.Sections'First;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
940 Parser.Current_Section := 1;
953 Parser.Current_Section :=
2931 Section : constant String := Current_Section (Iter);
2961 end Current_Section;
3345 Current_Section : Integer := -1; variable
3505 if Current_Section = -1 then
3506 Current_Section := Config.Sections'First;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
942 Parser.Current_Section := 1;
955 Parser.Current_Section :=
2936 Section : constant String := Current_Section (Iter);
2966 end Current_Section;
3352 Current_Section : Integer := -1; variable
3525 if Current_Section = -1 then
3526 Current_Section := Local_Config.Sections'First;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
960 Parser.Current_Section := 1;
973 Parser.Current_Section :=
2977 Section : constant String := Current_Section (Iter);
3007 end Current_Section;
3394 Current_Section : Integer := -1; variable
3571 if Current_Section = -1 then
3572 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
959 Parser.Current_Section := 1;
972 Parser.Current_Section :=
2976 Section : constant String := Current_Section (Iter);
3006 end Current_Section;
3393 Current_Section : Integer := -1; variable
3570 if Current_Section = -1 then
3571 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
942 Parser.Current_Section := 1;
955 Parser.Current_Section :=
2936 Section : constant String := Current_Section (Iter);
2966 end Current_Section;
3352 Current_Section : Integer := -1; variable
3525 if Current_Section = -1 then
3526 Current_Section := Local_Config.Sections'First;
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section subprogram
350 if Parser.Current_Section = 1 then
363 end Current_Section;
942 Parser.Current_Section := 1;
955 Parser.Current_Section :=
2936 Section : constant String := Current_Section (Iter);
2966 end Current_Section;
3352 Current_Section : Integer := -1; variable
3525 if Current_Section = -1 then
3526 Current_Section := Local_Config.Sections'First;
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Dg-comlin.adb346 function Current_Section
350 if Parser.Current_Section = 1 then
363 end Current_Section;
960 Parser.Current_Section := 1;
973 Parser.Current_Section :=
2977 Section : constant String := Current_Section (Iter);
3007 end Current_Section;
3394 Current_Section : Integer := -1;
3571 if Current_Section = -1 then
3572 Current_Section := Local_Config.Sections'First;
[all …]

12345