Home
last modified time | relevance | path

Searched refs:Case_Exp (Results 1 – 18 of 18) sorted by relevance

/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb4985 Case_Exp : constant Node_Id := Parent (CEA); constant
4990 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
4994 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5032 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb4985 Case_Exp : constant Node_Id := Parent (CEA); constant
4990 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
4994 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5032 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb5102 Case_Exp : constant Node_Id := Parent (CEA); constant
5107 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5111 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5149 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_eval.adb5142 Case_Exp : constant Node_Id := Parent (CEA); constant
5147 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5151 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5189 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb5102 Case_Exp : constant Node_Id := Parent (CEA); constant
5107 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5111 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5149 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_eval.adb5102 Case_Exp : constant Node_Id := Parent (CEA); constant
5107 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5111 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5149 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_eval.adb5200 Case_Exp : constant Node_Id := Parent (CEA); constant
5205 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5209 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5247 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb5102 Case_Exp : constant Node_Id := Parent (CEA); constant
5107 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5111 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5149 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb5102 Case_Exp : constant Node_Id := Parent (CEA); constant
5107 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5111 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5149 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_eval.adb5200 Case_Exp : constant Node_Id := Parent (CEA); constant
5205 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5209 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5247 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_eval.adb5200 Case_Exp : constant Node_Id := Parent (CEA); constant
5205 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5209 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5247 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_eval.adb5102 Case_Exp : constant Node_Id := Parent (CEA); constant
5107 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5111 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5149 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_eval.adb5142 Case_Exp : constant Node_Id := Parent (CEA); constant
5147 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5151 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5189 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_eval.adb5142 Case_Exp : constant Node_Id := Parent (CEA); constant
5147 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5151 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5189 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_eval.adb5714 Case_Exp : constant Node_Id := Parent (CEA); constant
5719 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5723 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5761 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_eval.adb5815 Case_Exp : constant Node_Id := Parent (CEA); constant
5820 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5824 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5862 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_eval.adb5714 Case_Exp : constant Node_Id := Parent (CEA); constant
5719 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5723 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5761 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_eval.adb5714 Case_Exp : constant Node_Id := Parent (CEA); constant
5719 pragma Assert (Nkind (Case_Exp) = N_Case_Expression);
5723 if not Is_OK_Static_Expression (Expression (Case_Exp)) then
5761 elsif Choice_Matches (Expression (Case_Exp), Choice) = Match then