Home
last modified time | relevance | path

Searched refs:Is_Limited_Type (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_aux.adb1037 if not Is_Limited_Type (Etype (Btype)) then
1074 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1122 return Is_Limited_Type (Rtype);
1131 if Is_Limited_Type (Etype (C)) then
1143 return Is_Limited_Type (Component_Type (Btype));
1148 end Is_Limited_Type;
1174 if not Is_Limited_Type (Etype (Btype)) then
1255 return Is_Record_Type (Typ) or else Is_Limited_Type (Typ);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_aux.adb1046 if not Is_Limited_Type (Etype (Btype)) then
1083 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1135 return Is_Limited_Type (Rtype);
1144 if Is_Limited_Type (Etype (C)) then
1156 return Is_Limited_Type (Component_Type (Btype));
1161 end Is_Limited_Type;
1187 if not Is_Limited_Type (Etype (Btype)) then
1268 return Is_Record_Type (Typ) or else Is_Limited_Type (Typ);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_aux.adb1037 if not Is_Limited_Type (Etype (Btype)) then
1074 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1122 return Is_Limited_Type (Rtype);
1131 if Is_Limited_Type (Etype (C)) then
1143 return Is_Limited_Type (Component_Type (Btype));
1148 end Is_Limited_Type;
1174 if not Is_Limited_Type (Etype (Btype)) then
1255 return Is_Record_Type (Typ) or else Is_Limited_Type (Typ);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_aux.adb1037 if not Is_Limited_Type (Etype (Btype)) then
1074 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1122 return Is_Limited_Type (Rtype);
1131 if Is_Limited_Type (Etype (C)) then
1143 return Is_Limited_Type (Component_Type (Btype));
1148 end Is_Limited_Type;
1174 if not Is_Limited_Type (Etype (Btype)) then
1255 return Is_Record_Type (Typ) or else Is_Limited_Type (Typ);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_aux.adb887 if not Is_Limited_Type (Etype (Btype)) then
966 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1014 return Is_Limited_Type (Rtype);
1023 if Is_Limited_Type (Etype (C)) then
1035 return Is_Limited_Type (Component_Type (Btype));
1040 end Is_Limited_Type;
H A Dsem_aux.ads295 function Is_Limited_Type (Ent : Entity_Id) return Boolean; subprogspec
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_aux.adb887 if not Is_Limited_Type (Etype (Btype)) then
966 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1014 return Is_Limited_Type (Rtype);
1023 if Is_Limited_Type (Etype (C)) then
1035 return Is_Limited_Type (Component_Type (Btype));
1040 end Is_Limited_Type;
H A Dsem_aux.ads295 function Is_Limited_Type (Ent : Entity_Id) return Boolean; subprogspec
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_aux.adb913 if not Is_Limited_Type (Etype (Btype)) then
982 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1030 return Is_Limited_Type (Rtype);
1039 if Is_Limited_Type (Etype (C)) then
1051 return Is_Limited_Type (Component_Type (Btype));
1056 end Is_Limited_Type;
1082 if not Is_Limited_Type (Etype (Btype)) then
H A Dsem_aux.ads309 function Is_Limited_Type (Ent : Entity_Id) return Boolean; subprogspec
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_aux.adb1078 if not Is_Limited_Type (Etype (Btype)) then
1115 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1163 return Is_Limited_Type (Rtype);
1172 if Is_Limited_Type (Etype (C)) then
1184 return Is_Limited_Type (Component_Type (Btype));
1189 end Is_Limited_Type;
1215 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_aux.adb1078 if not Is_Limited_Type (Etype (Btype)) then
1115 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1163 return Is_Limited_Type (Rtype);
1172 if Is_Limited_Type (Etype (C)) then
1184 return Is_Limited_Type (Component_Type (Btype));
1189 end Is_Limited_Type;
1215 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gnat_util/gnat_util/
H A Dsem_aux.adb1078 if not Is_Limited_Type (Etype (Btype)) then
1115 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1163 return Is_Limited_Type (Rtype);
1172 if Is_Limited_Type (Etype (C)) then
1184 return Is_Limited_Type (Component_Type (Btype));
1189 end Is_Limited_Type;
1215 if not Is_Limited_Type (Etype (Btype)) then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_aux.adb1121 if not Is_Limited_Type (Etype (Btype)) then
1158 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1206 return Is_Limited_Type (Rtype);
1215 if Is_Limited_Type (Etype (C)) then
1227 return Is_Limited_Type (Component_Type (Btype));
1232 end Is_Limited_Type;
1258 if not Is_Limited_Type (Etype (Btype)) then
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_aux.adb1121 if not Is_Limited_Type (Etype (Btype)) then
1158 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1206 return Is_Limited_Type (Rtype);
1215 if Is_Limited_Type (Etype (C)) then
1227 return Is_Limited_Type (Component_Type (Btype));
1232 end Is_Limited_Type;
1258 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_aux.adb1121 if not Is_Limited_Type (Etype (Btype)) then
1158 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1206 return Is_Limited_Type (Rtype);
1215 if Is_Limited_Type (Etype (C)) then
1227 return Is_Limited_Type (Component_Type (Btype));
1232 end Is_Limited_Type;
1258 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_aux.adb1115 if not Is_Limited_Type (Etype (Btype)) then
1152 function Is_Limited_Type (Ent : Entity_Id) return Boolean is subprogram
1200 return Is_Limited_Type (Rtype);
1209 if Is_Limited_Type (Etype (C)) then
1221 return Is_Limited_Type (Component_Type (Btype));
1226 end Is_Limited_Type;
1252 if not Is_Limited_Type (Etype (Btype)) then

12345678910>>...30