Home
last modified time | relevance | path

Searched refs:Context_Item (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dlib.adb1195 Context_Item : Node_Id; variable
1199 while Present (Context_Item)
1200 and then (Nkind (Context_Item) /= N_With_Clause
1201 or else Limited_Present (Context_Item))
1203 Context_Item := Next (Context_Item);
1206 if Present (Context_Item) then
1211 while Present (Context_Item) loop
1212 if Nkind (Context_Item) = N_With_Clause
1213 and then not Limited_Present (Context_Item)
1220 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dlib.adb1194 Context_Item : Node_Id; variable
1198 while Present (Context_Item)
1199 and then (Nkind (Context_Item) /= N_With_Clause
1200 or else Limited_Present (Context_Item))
1202 Context_Item := Next (Context_Item);
1205 if Present (Context_Item) then
1210 while Present (Context_Item) loop
1211 if Nkind (Context_Item) = N_With_Clause
1212 and then not Limited_Present (Context_Item)
1219 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dlib.adb1195 Context_Item : Node_Id; variable
1199 while Present (Context_Item)
1200 and then (Nkind (Context_Item) /= N_With_Clause
1201 or else Limited_Present (Context_Item))
1203 Context_Item := Next (Context_Item);
1206 if Present (Context_Item) then
1211 while Present (Context_Item) loop
1212 if Nkind (Context_Item) = N_With_Clause
1213 and then not Limited_Present (Context_Item)
1220 if Implicit_With (Context_Item) then
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dlib.adb1195 Context_Item : Node_Id; variable
1199 while Present (Context_Item)
1200 and then (Nkind (Context_Item) /= N_With_Clause
1201 or else Limited_Present (Context_Item))
1203 Context_Item := Next (Context_Item);
1206 if Present (Context_Item) then
1211 while Present (Context_Item) loop
1212 if Nkind (Context_Item) = N_With_Clause
1213 and then not Limited_Present (Context_Item)
1220 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gnat_util/gnat_util/
H A Dlib.adb1194 Context_Item : Node_Id; variable
1198 while Present (Context_Item)
1199 and then (Nkind (Context_Item) /= N_With_Clause
1200 or else Limited_Present (Context_Item))
1202 Context_Item := Next (Context_Item);
1205 if Present (Context_Item) then
1210 while Present (Context_Item) loop
1211 if Nkind (Context_Item) = N_With_Clause
1212 and then not Limited_Present (Context_Item)
1219 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dlib.adb1194 Context_Item : Node_Id; variable
1198 while Present (Context_Item)
1199 and then (Nkind (Context_Item) /= N_With_Clause
1200 or else Limited_Present (Context_Item))
1202 Context_Item := Next (Context_Item);
1205 if Present (Context_Item) then
1210 while Present (Context_Item) loop
1211 if Nkind (Context_Item) = N_With_Clause
1212 and then not Limited_Present (Context_Item)
1219 if Implicit_With (Context_Item) then
[all …]
H A Dsem.adb2263 Context_Item : Node_Id; variable
2268 Context_Item := First (Context_Items (CU));
2269 while Present (Context_Item) loop
2270 if Nkind (Context_Item) = N_With_Clause
2272 or else not Limited_Present (Context_Item))
2274 Lib_Unit := Library_Unit (Context_Item);
2284 if Present (Withed_Body (Context_Item))
2302 Context_Item := Next (Context_Item);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
H A Dsem.adb2338 Context_Item : Node_Id; variable
2343 Context_Item := First (Context_Items (CU));
2344 while Present (Context_Item) loop
2345 if Nkind (Context_Item) = N_With_Clause
2347 or else not Limited_Present (Context_Item))
2349 Lib_Unit := Library_Unit (Context_Item);
2359 if Present (Withed_Body (Context_Item))
2377 Context_Item := Next (Context_Item);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
H A Dsem.adb2338 Context_Item : Node_Id; variable
2343 Context_Item := First (Context_Items (CU));
2344 while Present (Context_Item) loop
2345 if Nkind (Context_Item) = N_With_Clause
2347 or else not Limited_Present (Context_Item))
2349 Lib_Unit := Library_Unit (Context_Item);
2359 if Present (Withed_Body (Context_Item))
2377 Context_Item := Next (Context_Item);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dlib.adb1375 Context_Item : Node_Id; variable
1379 while Present (Context_Item)
1380 and then (Nkind (Context_Item) /= N_With_Clause
1381 or else Limited_Present (Context_Item))
1383 Context_Item := Next (Context_Item);
1386 if Present (Context_Item) then
1391 while Present (Context_Item) loop
1392 if Nkind (Context_Item) = N_With_Clause
1393 and then not Limited_Present (Context_Item)
1400 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dlib.adb1375 Context_Item : Node_Id; variable
1379 while Present (Context_Item)
1380 and then (Nkind (Context_Item) /= N_With_Clause
1381 or else Limited_Present (Context_Item))
1383 Context_Item := Next (Context_Item);
1386 if Present (Context_Item) then
1391 while Present (Context_Item) loop
1392 if Nkind (Context_Item) = N_With_Clause
1393 and then not Limited_Present (Context_Item)
1400 if Implicit_With (Context_Item) then
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dlib.adb1375 Context_Item : Node_Id; variable
1379 while Present (Context_Item)
1380 and then (Nkind (Context_Item) /= N_With_Clause
1381 or else Limited_Present (Context_Item))
1383 Context_Item := Next (Context_Item);
1386 if Present (Context_Item) then
1391 while Present (Context_Item) loop
1392 if Nkind (Context_Item) = N_With_Clause
1393 and then not Limited_Present (Context_Item)
1400 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dlib.adb1345 Context_Item : Node_Id; variable
1349 while Present (Context_Item)
1350 and then (Nkind (Context_Item) /= N_With_Clause
1351 or else Limited_Present (Context_Item))
1353 Context_Item := Next (Context_Item);
1356 if Present (Context_Item) then
1361 while Present (Context_Item) loop
1362 if Nkind (Context_Item) = N_With_Clause
1363 and then not Limited_Present (Context_Item)
1370 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dlib.adb1349 Context_Item : Node_Id; variable
1353 while Present (Context_Item)
1354 and then (Nkind (Context_Item) /= N_With_Clause
1355 or else Limited_Present (Context_Item))
1357 Next (Context_Item);
1360 if Present (Context_Item) then
1365 while Present (Context_Item) loop
1366 if Nkind (Context_Item) = N_With_Clause
1367 and then not Limited_Present (Context_Item)
1374 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dlib.adb1350 Context_Item : Node_Id; variable
1354 while Present (Context_Item)
1355 and then (Nkind (Context_Item) /= N_With_Clause
1356 or else Limited_Present (Context_Item))
1358 Next (Context_Item);
1361 if Present (Context_Item) then
1366 while Present (Context_Item) loop
1367 if Nkind (Context_Item) = N_With_Clause
1368 and then not Limited_Present (Context_Item)
1375 if Implicit_With (Context_Item) then
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dlib.adb1349 Context_Item : Node_Id; variable
1353 while Present (Context_Item)
1354 and then (Nkind (Context_Item) /= N_With_Clause
1355 or else Limited_Present (Context_Item))
1357 Next (Context_Item);
1360 if Present (Context_Item) then
1365 while Present (Context_Item) loop
1366 if Nkind (Context_Item) = N_With_Clause
1367 and then not Limited_Present (Context_Item)
1374 if Implicit_With (Context_Item) then
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dlib.adb1349 Context_Item : Node_Id;
1353 while Present (Context_Item)
1354 and then (Nkind (Context_Item) /= N_With_Clause
1355 or else Limited_Present (Context_Item))
1357 Next (Context_Item);
1360 if Present (Context_Item) then
1365 while Present (Context_Item) loop
1366 if Nkind (Context_Item) = N_With_Clause
1367 and then not Limited_Present (Context_Item)
1374 if Implicit_With (Context_Item) then
[all …]

12