Home
last modified time | relevance | path

Searched refs:In_Internal_Unit (Results 1 – 25 of 168) sorted by last modified time

1234567

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_cat.adb973 and then not In_Internal_Unit (N)
1122 and then not In_Internal_Unit (E)
2236 if In_Internal_Unit (N)
H A Dsem_ch12.adb16983 if In_Internal_Unit (Gen_Unit) then
H A Dsem_ch6.adb6153 and then not In_Internal_Unit (Subp)
H A Dsem_ch8.adb5540 if In_Internal_Unit (E) then
H A Dlib.adb969 function In_Internal_Unit (N : Node_Or_Entity_Id) return Boolean is subprogram
971 return In_Internal_Unit (Sloc (N));
972 end In_Internal_Unit;
974 function In_Internal_Unit (S : Source_Ptr) return Boolean is subprogram
978 end In_Internal_Unit; argument
H A Dlib.ads645 function In_Internal_Unit (N : Node_Or_Entity_Id) return Boolean; subprogspec
646 function In_Internal_Unit (S : Source_Ptr) return Boolean; subprogspec
647 pragma Inline (In_Internal_Unit);
H A Dsem_warn.adb1723 if GNAT_Mode or else not In_Internal_Unit (E1) then
3397 and then not In_Internal_Unit (Op)
H A Drestrict.adb1664 return In_Internal_Unit (N);
H A Dsem_elab.adb6568 if not In_Internal_Unit (Subp_Id) then
8258 if not In_Internal_Unit (Unit_Id) then
8386 if not In_Internal_Unit (Unit_Id) then
8545 elsif In_Internal_Unit (Unit_Id)
8546 and then not In_Internal_Unit (Main_Id)
8746 elsif In_Internal_Unit (Unit_Id)
8747 and then not In_Internal_Unit (Main_Id)
12438 if In_Internal_Unit (Task_Typ) then
12497 if In_Internal_Unit (Subp_Id) then
12562 if In_Internal_Unit (Gen_Id) then
[all …]
H A Dsem_util.adb28749 and then not In_Internal_Unit (N);
H A Dinline.adb4932 if not In_Internal_Unit (Nod) then
4961 if not In_Internal_Unit (Nod) then
4989 if not In_Internal_Unit (Nod) then
5017 if not In_Internal_Unit (Nod) then
5049 if not In_Internal_Unit (Nod) then
H A DChangeLog-20179382 * lib.ads, lib.adb (In_Internal_Unit): New functions similar
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A DChangeLog-20179382 * lib.ads, lib.adb (In_Internal_Unit): New functions similar
H A Dlib.ads645 function In_Internal_Unit (N : Node_Or_Entity_Id) return Boolean; subprogspec
646 function In_Internal_Unit (S : Source_Ptr) return Boolean; subprogspec
647 pragma Inline (In_Internal_Unit);
H A Dsem_cat.adb956 and then not In_Internal_Unit (N)
1105 and then not In_Internal_Unit (E)
2219 if In_Internal_Unit (N)
H A Dsem_ch8.adb5293 if In_Internal_Unit (E) then
H A Dsem_warn.adb1708 if GNAT_Mode or else not In_Internal_Unit (E1) then
3382 and then not In_Internal_Unit (Op)
H A Dsem_ch12.adb16824 if In_Internal_Unit (Gen_Unit) then
H A Dsem_util.adb27821 and then not In_Internal_Unit (N);
H A Dsem_elab.adb6577 if not In_Internal_Unit (Subp_Id) then
8247 if not In_Internal_Unit (Unit_Id) then
8375 if not In_Internal_Unit (Unit_Id) then
8534 elsif In_Internal_Unit (Unit_Id)
8535 and then not In_Internal_Unit (Main_Id)
8737 elsif In_Internal_Unit (Unit_Id)
8738 and then not In_Internal_Unit (Main_Id)
12433 if In_Internal_Unit (Task_Typ) then
12492 if In_Internal_Unit (Subp_Id) then
12557 if In_Internal_Unit (Gen_Id) then
[all …]
H A Dinline.adb4941 if not In_Internal_Unit (Nod) then
4970 if not In_Internal_Unit (Nod) then
4998 if not In_Internal_Unit (Nod) then
5026 if not In_Internal_Unit (Nod) then
5058 if not In_Internal_Unit (Nod) then
H A Dlib.adb973 function In_Internal_Unit (N : Node_Or_Entity_Id) return Boolean is subprogram
975 return In_Internal_Unit (Sloc (N));
976 end In_Internal_Unit;
978 function In_Internal_Unit (S : Source_Ptr) return Boolean is subprogram
982 end In_Internal_Unit; argument
H A Drestrict.adb1646 return In_Internal_Unit (N);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_ch8.adb5102 if In_Internal_Unit (E) then
H A Drestrict.adb1766 return In_Internal_Unit (N);

1234567