Home
last modified time | relevance | path

Searched refs:Main_Id (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprbuild-main.adb184 Main_Id : Main_Info; variable
190 Main_Id := Mains.Next_Main;
191 exit when Main_Id = No_Main_Info;
193 if Main_Id.Source /= No_Source then
196 if Main_Id.Source.Locally_Removed then
200 Get_Name_String (Main_Id.Source.File) &
204 if Is_Allowed_Language (Main_Id.Source.Language.Name) then
206 (Source => (Tree => Main_Id.Tree,
207 Id => Main_Id.Source,
214 if Main_Id.Source.Language.Config.Kind /= Unit_Based
[all …]
H A Dgpr_build_util.adb1284 Main_Id : File_Name_Type := File.File; variable
1286 Get_Name_String (Main_Id);
1296 Main_Id := Create_Name (Base);
1316 Main_Id := Create_Name (Base);
1352 Base_Name => Main_Id,
1378 Error_Msg_File_1 := Main_Id;
1393 (File.Tree, Get_Name_String (Main_Id));
1459 Error_Msg_File_1 := Main_Id;
H A Dgprbuild-link.adb1485 Main_Id : File_Name_Type; variable
1522 Main_Id := Create_Name (Base_Name (Main));
1594 Main => Main_Id,
1712 (Index => Name_Id (Main_Id),
2185 (Index => Name_Id (Main_Id),
2320 (Index => Name_Id (Main_Id),
H A Dgprbuild-post_compile.adb3180 Main_Id : File_Name_Type;
3299 Main_Id : File_Name_Type;
4010 (Index => Name_Id (Main_Id),
4482 Main_Id : constant File_Name_Type := constant
4511 Main_File, Main_Id, B_Data);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dmakeutl.adb1746 Main_Id : File_Name_Type := File.File; variable
1748 Get_Name_String (Main_Id);
1758 Main_Id := Create_Name (Base);
1778 Main_Id := Create_Name (Base);
1814 Base_Name => Main_Id,
1840 Error_Msg_File_1 := Main_Id;
1855 (File.Tree, Get_Name_String (Main_Id));
1921 Error_Msg_File_1 := Main_Id;
/dports/lang/gnat_util/gnat_util/
H A Dmakeutl.adb1746 Main_Id : File_Name_Type := File.File; variable
1748 Get_Name_String (Main_Id);
1758 Main_Id := Create_Name (Base);
1778 Main_Id := Create_Name (Base);
1814 Base_Name => Main_Id,
1840 Error_Msg_File_1 := Main_Id;
1855 (File.Tree, Get_Name_String (Main_Id));
1921 Error_Msg_File_1 := Main_Id;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dmakeutl.adb1746 Main_Id : File_Name_Type := File.File; variable
1748 Get_Name_String (Main_Id);
1758 Main_Id := Create_Name (Base);
1778 Main_Id := Create_Name (Base);
1814 Base_Name => Main_Id,
1840 Error_Msg_File_1 := Main_Id;
1855 (File.Tree, Get_Name_String (Main_Id));
1921 Error_Msg_File_1 := Main_Id;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dmakeutl.adb1710 Main_Id : File_Name_Type := File.File; variable
1712 Get_Name_String (Main_Id);
1722 Main_Id := Create_Name (Base);
1742 Main_Id := Create_Name (Base);
1776 Base_Name => Main_Id,
1782 (Tree, Get_Name_String (Main_Id));
1848 Error_Msg_File_1 := Main_Id;
H A Dgnatcmd.adb2126 Main_Id : Name_Id;
2154 Main_Id := Name_Find;
2162 (Index => Main_Id,
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dmakeutl.adb1710 Main_Id : File_Name_Type := File.File; variable
1712 Get_Name_String (Main_Id);
1722 Main_Id := Create_Name (Base);
1742 Main_Id := Create_Name (Base);
1776 Base_Name => Main_Id,
1782 (Tree, Get_Name_String (Main_Id));
1848 Error_Msg_File_1 := Main_Id;
H A Dgnatcmd.adb2126 Main_Id : Name_Id;
2154 Main_Id := Name_Find;
2162 (Index => Main_Id,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dmakeutl.adb1738 Main_Id : File_Name_Type := File.File; variable
1740 Get_Name_String (Main_Id);
1750 Main_Id := Create_Name (Base);
1770 Main_Id := Create_Name (Base);
1804 Base_Name => Main_Id,
1810 (File.Tree, Get_Name_String (Main_Id));
1876 Error_Msg_File_1 := Main_Id;
H A Dgnatcmd.adb2143 Main_Id : Name_Id;
2171 Main_Id := Name_Find;
2179 (Index => Main_Id,
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb5846 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5858 and then not In_Internal_Unit (Main_Id)
5876 and then not Is_Same_Unit (Unit_Id, Main_Id)
5884 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7697 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7843 and then not In_Internal_Unit (Main_Id)
7910 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_elab.adb5846 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5858 and then not In_Internal_Unit (Main_Id)
5876 and then not Is_Same_Unit (Unit_Id, Main_Id)
5884 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7715 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7861 and then not In_Internal_Unit (Main_Id)
7928 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_elab.adb5836 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5848 and then not In_Internal_Unit (Main_Id)
5866 and then not Is_Same_Unit (Unit_Id, Main_Id)
5874 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7687 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7833 and then not In_Internal_Unit (Main_Id)
7900 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb5846 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5858 and then not In_Internal_Unit (Main_Id)
5876 and then not Is_Same_Unit (Unit_Id, Main_Id)
5884 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7697 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7843 and then not In_Internal_Unit (Main_Id)
7910 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb5846 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5858 and then not In_Internal_Unit (Main_Id)
5876 and then not Is_Same_Unit (Unit_Id, Main_Id)
5884 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7697 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7843 and then not In_Internal_Unit (Main_Id)
7910 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_elab.adb5846 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5858 and then not In_Internal_Unit (Main_Id)
5876 and then not Is_Same_Unit (Unit_Id, Main_Id)
5884 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7697 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7843 and then not In_Internal_Unit (Main_Id)
7910 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_elab.adb5846 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5858 and then not In_Internal_Unit (Main_Id)
5876 and then not Is_Same_Unit (Unit_Id, Main_Id)
5884 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7697 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7843 and then not In_Internal_Unit (Main_Id)
7910 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_elab.adb5836 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5848 and then not In_Internal_Unit (Main_Id)
5866 and then not Is_Same_Unit (Unit_Id, Main_Id)
5874 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7705 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7851 and then not In_Internal_Unit (Main_Id)
7918 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_elab.adb5846 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
5858 and then not In_Internal_Unit (Main_Id)
5876 and then not Is_Same_Unit (Unit_Id, Main_Id)
5884 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
7715 Main_Id : constant Entity_Id := Cunit_Entity (Main_Unit); constant
7861 and then not In_Internal_Unit (Main_Id)
7928 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_elab.adb8509 Main_Id : constant Entity_Id := Main_Unit_Entity; constant
8523 and then not In_Internal_Unit (Main_Id)
8542 and then not Is_Same_Unit (Unit_Id, Main_Id)
8551 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
8579 Main_Id : constant Entity_Id := Main_Unit_Entity; constant
8640 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
8726 and then not In_Internal_Unit (Main_Id)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_elab.adb8509 Main_Id : constant Entity_Id := Main_Unit_Entity; constant
8523 and then not In_Internal_Unit (Main_Id)
8542 and then not Is_Same_Unit (Unit_Id, Main_Id)
8551 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
8579 Main_Id : constant Entity_Id := Main_Unit_Entity; constant
8640 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
8726 and then not In_Internal_Unit (Main_Id)
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_elab.adb8509 Main_Id : constant Entity_Id := Main_Unit_Entity; constant
8523 and then not In_Internal_Unit (Main_Id)
8542 and then not Is_Same_Unit (Unit_Id, Main_Id)
8551 elsif Same_Unit_OK and then Is_Same_Unit (Unit_Id, Main_Id) then
8579 Main_Id : constant Entity_Id := Main_Unit_Entity; constant
8640 Error_Msg_NE ("\\unit & requires pragma % for &", N, Main_Id);
8726 and then not In_Internal_Unit (Main_Id)

12