Home
last modified time | relevance | path

Searched refs:Num_F (Results 1 – 23 of 23) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch12.adb9702 Num_F : Int; variable
9712 Num_F := 0;
9715 Num_F := Num_F + 1;
9725 and then Num_F = 1
9731 OK := (Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T));
9734 OK := (Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T));
9737 OK := (Is_Fun and then Num_F = 1);
9740 OK := (not Is_Fun and then Num_F = 2);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_ch12.adb9702 Num_F : Int; variable
9712 Num_F := 0;
9715 Num_F := Num_F + 1;
9725 and then Num_F = 1
9731 OK := (Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T));
9734 OK := (Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T));
9737 OK := (Is_Fun and then Num_F = 1);
9740 OK := (not Is_Fun and then Num_F = 2);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_ch12.adb13839 Num_F : Int; variable
13849 Num_F := 0;
13852 Num_F := Num_F + 1;
13862 and then Num_F = 1
13868 OK := (Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T));
13871 OK := (Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T));
13874 OK := (Is_Fun and then Num_F = 1);
13877 OK := (not Is_Fun and then Num_F = 2);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_ch12.adb13839 Num_F : Int; variable
13849 Num_F := 0;
13852 Num_F := Num_F + 1;
13862 and then Num_F = 1
13868 OK := (Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T));
13871 OK := (Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T));
13874 OK := (Is_Fun and then Num_F = 1);
13877 OK := (not Is_Fun and then Num_F = 2);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_ch12.adb13973 Num_F : Int; variable
13983 Num_F := 0;
13986 Num_F := Num_F + 1;
13996 and then Num_F = 1
14002 OK := (Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T));
14005 OK := (Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T));
14008 OK := (Is_Fun and then Num_F = 1);
14011 OK := (not Is_Fun and then Num_F = 2);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch12.adb16018 Num_F : Nat; variable
16026 Num_F := 0;
16029 Num_F := Num_F + 1;
16046 and then Num_F = 1
16056 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16061 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16064 OK := (Is_Fun and then Num_F = 1);
16070 OK := not Is_Fun and then Num_F = 2;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch12.adb16018 Num_F : Nat; variable
16026 Num_F := 0;
16029 Num_F := Num_F + 1;
16046 and then Num_F = 1
16056 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16061 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16064 OK := (Is_Fun and then Num_F = 1);
16070 OK := not Is_Fun and then Num_F = 2;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_ch12.adb16018 Num_F : Nat; variable
16026 Num_F := 0;
16029 Num_F := Num_F + 1;
16046 and then Num_F = 1
16056 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16061 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16064 OK := (Is_Fun and then Num_F = 1);
16070 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_ch12.adb15117 Num_F : Int; variable
15125 Num_F := 0;
15128 Num_F := Num_F + 1;
15138 and then Num_F = 1
15144 OK := (Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T));
15147 OK := (Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T));
15150 OK := (Is_Fun and then Num_F = 1);
15153 OK := (not Is_Fun and then Num_F = 2);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch12.adb16018 Num_F : Nat; variable
16026 Num_F := 0;
16029 Num_F := Num_F + 1;
16046 and then Num_F = 1
16056 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16061 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16064 OK := (Is_Fun and then Num_F = 1);
16070 OK := not Is_Fun and then Num_F = 2;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_ch12.adb16018 Num_F : Nat; variable
16026 Num_F := 0;
16029 Num_F := Num_F + 1;
16046 and then Num_F = 1
16056 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16061 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16064 OK := (Is_Fun and then Num_F = 1);
16070 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_ch12.adb16018 Num_F : Nat; variable
16026 Num_F := 0;
16029 Num_F := Num_F + 1;
16046 and then Num_F = 1
16056 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16061 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16064 OK := (Is_Fun and then Num_F = 1);
16070 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_ch12.adb15117 Num_F : Int; variable
15125 Num_F := 0;
15128 Num_F := Num_F + 1;
15138 and then Num_F = 1
15144 OK := (Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T));
15147 OK := (Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T));
15150 OK := (Is_Fun and then Num_F = 1);
15153 OK := (not Is_Fun and then Num_F = 2);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_ch12.adb16093 Num_F : Nat; variable
16101 Num_F := 0;
16104 Num_F := Num_F + 1;
16121 and then Num_F = 1
16131 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16136 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16139 OK := (Is_Fun and then Num_F = 1);
16145 OK := not Is_Fun and then Num_F = 2;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_ch12.adb16467 Num_F : Nat; variable
16475 Num_F := 0;
16478 Num_F := Num_F + 1;
16495 and then Num_F = 1
16505 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16510 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16513 OK := (Is_Fun and then Num_F = 1);
16519 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_ch12.adb16913 Num_F : Nat; variable
16921 Num_F := 0;
16924 Num_F := Num_F + 1;
16941 and then Num_F = 1
16951 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16956 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16959 OK := (Is_Fun and then Num_F = 1);
16966 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_ch12.adb16467 Num_F : Nat; variable
16475 Num_F := 0;
16478 Num_F := Num_F + 1;
16495 and then Num_F = 1
16505 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16510 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16513 OK := (Is_Fun and then Num_F = 1);
16519 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_ch12.adb17072 Num_F : Nat; variable
17080 Num_F := 0;
17083 Num_F := Num_F + 1;
17100 and then Num_F = 1
17110 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
17115 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
17118 OK := (Is_Fun and then Num_F = 1);
17125 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_ch12.adb16913 Num_F : Nat; variable
16921 Num_F := 0;
16924 Num_F := Num_F + 1;
16941 and then Num_F = 1
16951 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16956 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16959 OK := (Is_Fun and then Num_F = 1);
16966 OK := not Is_Fun and then Num_F = 2;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_ch12.adb16913 Num_F : Nat; variable
16921 Num_F := 0;
16924 Num_F := Num_F + 1;
16941 and then Num_F = 1
16951 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16956 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16959 OK := (Is_Fun and then Num_F = 1);
16966 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_ch12.adb16467 Num_F : Nat; variable
16475 Num_F := 0;
16478 Num_F := Num_F + 1;
16495 and then Num_F = 1
16505 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16510 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16513 OK := (Is_Fun and then Num_F = 1);
16519 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_ch12.adb16093 Num_F : Nat; variable
16101 Num_F := 0;
16104 Num_F := Num_F + 1;
16121 and then Num_F = 1
16131 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16136 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16139 OK := (Is_Fun and then Num_F = 1);
16145 OK := not Is_Fun and then Num_F = 2;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_ch12.adb16093 Num_F : Nat; variable
16101 Num_F := 0;
16104 Num_F := Num_F + 1;
16121 and then Num_F = 1
16131 OK := Is_Fun and then Num_F = 1 and then Is_Scalar_Type (T);
16136 OK := Is_Fun and then Num_F = 2 and then Is_Scalar_Type (T);
16139 OK := (Is_Fun and then Num_F = 1);
16145 OK := not Is_Fun and then Num_F = 2;