Home
last modified time | relevance | path

Searched refs:Component_Decl (Results 1 – 24 of 24) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_cat.adb193 Component_Decl : Node_Id; variable
217 Component_Decl := First (Component_Items (Component_List (Recdef)));
220 while Present (Component_Decl)
221 and then Nkind (Component_Decl) = N_Component_Declaration
223 if Present (Expression (Component_Decl))
224 and then Nkind (Expression (Component_Decl)) /= N_Null
225 and then not Is_Static_Expression (Expression (Component_Decl))
227 Error_Msg_Sloc := Sloc (Component_Decl);
241 Next (Component_Decl);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_cat.adb193 Component_Decl : Node_Id;
217 Component_Decl := First (Component_Items (Component_List (Recdef)));
220 while Present (Component_Decl)
221 and then Nkind (Component_Decl) = N_Component_Declaration
223 if Present (Expression (Component_Decl))
224 and then Nkind (Expression (Component_Decl)) /= N_Null
225 and then not Is_Static_Expression (Expression (Component_Decl))
227 Error_Msg_Sloc := Sloc (Component_Decl);
241 Next (Component_Decl);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_cat.adb326 Component_Decl : Node_Id; variable
350 Component_Decl := First (Component_Items (Component_List (Recdef)));
353 while Present (Component_Decl)
354 and then Nkind (Component_Decl) = N_Component_Declaration
356 if Present (Expression (Component_Decl))
357 and then Nkind (Expression (Component_Decl)) /= N_Null
358 and then not Is_OK_Static_Expression (Expression (Component_Decl))
366 and then not In_Predefined_Unit (Component_Decl)
368 Error_Msg_Sloc := Sloc (Component_Decl);
382 Next (Component_Decl);
/dports/lang/adacontrol/adactl-1.18r9/src/
H A Drules-improper_initialization.adb970 Component_Decl : Asis.Declaration; variable
982 Component_Decl := Non_Array_Component_Declaration (Subtype_Decl);
985 … or else not (Is_Nil (Component_Decl) or else Is_Access_Subtype (Component_Decl)))
1018 Component_Decl : Asis.Declaration; variable
1089 Component_Decl := Non_Array_Component_Declaration (Subtype_Decl);
1092 and then (Is_Nil (Component_Decl) or else Is_Access_Subtype (Component_Decl)))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_cat.adb325 Component_Decl : Node_Id; variable
349 Component_Decl := First (Component_Items (Component_List (Recdef)));
352 while Present (Component_Decl)
353 and then Nkind (Component_Decl) = N_Component_Declaration
355 if Present (Expression (Component_Decl))
356 and then Nkind (Expression (Component_Decl)) /= N_Null
357 and then not Is_OK_Static_Expression (Expression (Component_Decl))
359 Error_Msg_Sloc := Sloc (Component_Decl);
373 Next (Component_Decl);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_cat.adb325 Component_Decl : Node_Id; variable
349 Component_Decl := First (Component_Items (Component_List (Recdef)));
352 while Present (Component_Decl)
353 and then Nkind (Component_Decl) = N_Component_Declaration
355 if Present (Expression (Component_Decl))
356 and then Nkind (Expression (Component_Decl)) /= N_Null
357 and then not Is_OK_Static_Expression (Expression (Component_Decl))
359 Error_Msg_Sloc := Sloc (Component_Decl);
373 Next (Component_Decl);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_cat.adb326 Component_Decl : Node_Id; variable
350 Component_Decl := First (Component_Items (Component_List (Recdef)));
353 while Present (Component_Decl)
354 and then Nkind (Component_Decl) = N_Component_Declaration
356 if Present (Expression (Component_Decl))
357 and then Nkind (Expression (Component_Decl)) /= N_Null
358 and then not Is_OK_Static_Expression (Expression (Component_Decl))
360 Error_Msg_Sloc := Sloc (Component_Decl);
374 Next (Component_Decl);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_cat.adb325 Component_Decl : Node_Id; variable
349 Component_Decl := First (Component_Items (Component_List (Recdef)));
352 while Present (Component_Decl)
353 and then Nkind (Component_Decl) = N_Component_Declaration
355 if Present (Expression (Component_Decl))
356 and then Nkind (Expression (Component_Decl)) /= N_Null
357 and then not Is_OK_Static_Expression (Expression (Component_Decl))
359 Error_Msg_Sloc := Sloc (Component_Decl);
373 Next (Component_Decl);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_cat.adb326 Component_Decl : Node_Id; variable
350 Component_Decl := First (Component_Items (Component_List (Recdef)));
353 while Present (Component_Decl)
354 and then Nkind (Component_Decl) = N_Component_Declaration
356 if Present (Expression (Component_Decl))
357 and then Nkind (Expression (Component_Decl)) /= N_Null
358 and then not Is_Static_Expression (Expression (Component_Decl))
360 Error_Msg_Sloc := Sloc (Component_Decl);
374 Next (Component_Decl);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_cat.adb326 Component_Decl : Node_Id; variable
350 Component_Decl := First (Component_Items (Component_List (Recdef)));
353 while Present (Component_Decl)
354 and then Nkind (Component_Decl) = N_Component_Declaration
356 if Present (Expression (Component_Decl))
357 and then Nkind (Expression (Component_Decl)) /= N_Null
358 and then not Is_Static_Expression (Expression (Component_Decl))
360 Error_Msg_Sloc := Sloc (Component_Decl);
374 Next (Component_Decl);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_cat.adb325 Component_Decl : Node_Id; variable
349 Component_Decl := First (Component_Items (Component_List (Recdef)));
352 while Present (Component_Decl)
353 and then Nkind (Component_Decl) = N_Component_Declaration
355 if Present (Expression (Component_Decl))
356 and then Nkind (Expression (Component_Decl)) /= N_Null
357 and then not Is_OK_Static_Expression (Expression (Component_Decl))
359 Error_Msg_Sloc := Sloc (Component_Decl);
373 Next (Component_Decl);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_cat.adb326 Component_Decl : Node_Id; variable
350 Component_Decl := First (Component_Items (Component_List (Recdef)));
353 while Present (Component_Decl)
354 and then Nkind (Component_Decl) = N_Component_Declaration
356 if Present (Expression (Component_Decl))
357 and then Nkind (Expression (Component_Decl)) /= N_Null
358 and then not Is_Static_Expression (Expression (Component_Decl))
360 Error_Msg_Sloc := Sloc (Component_Decl);
374 Next (Component_Decl);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_cat.adb325 Component_Decl : Node_Id; variable
349 Component_Decl := First (Component_Items (Component_List (Recdef)));
352 while Present (Component_Decl)
353 and then Nkind (Component_Decl) = N_Component_Declaration
355 if Present (Expression (Component_Decl))
356 and then Nkind (Expression (Component_Decl)) /= N_Null
357 and then not Is_OK_Static_Expression (Expression (Component_Decl))
359 Error_Msg_Sloc := Sloc (Component_Decl);
373 Next (Component_Decl);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_cat.adb325 Component_Decl : Node_Id; variable
349 Component_Decl := First (Component_Items (Component_List (Recdef)));
352 while Present (Component_Decl)
353 and then Nkind (Component_Decl) = N_Component_Declaration
355 if Present (Expression (Component_Decl))
356 and then Nkind (Expression (Component_Decl)) /= N_Null
357 and then not Is_OK_Static_Expression (Expression (Component_Decl))
359 Error_Msg_Sloc := Sloc (Component_Decl);
373 Next (Component_Decl);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_cat.adb324 Component_Decl : Node_Id; variable
348 Component_Decl := First (Component_Items (Component_List (Recdef)));
351 while Present (Component_Decl)
352 and then Nkind (Component_Decl) = N_Component_Declaration
354 if Present (Expression (Component_Decl))
355 and then Nkind (Expression (Component_Decl)) /= N_Null
356 and then not Is_OK_Static_Expression (Expression (Component_Decl))
358 Error_Msg_Sloc := Sloc (Component_Decl);
372 Next (Component_Decl);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_cat.adb326 Component_Decl : Node_Id; variable
350 Component_Decl := First (Component_Items (Component_List (Recdef)));
353 while Present (Component_Decl)
354 and then Nkind (Component_Decl) = N_Component_Declaration
356 if Present (Expression (Component_Decl))
357 and then Nkind (Expression (Component_Decl)) /= N_Null
358 and then not Is_OK_Static_Expression (Expression (Component_Decl))
360 Error_Msg_Sloc := Sloc (Component_Decl);
374 Next (Component_Decl);