Home
last modified time | relevance | path

Searched refs:Is_Same_Value (Results 1 – 25 of 72) sorted by relevance

123

/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_eval.adb471 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
619 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
714 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
721 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
728 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
729 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
738 end Is_Same_Value;
976 if Is_Same_Value (Lnode, Rnode) then
1043 if Is_Same_Value (L, R) then
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_eval.adb471 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
619 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
714 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
721 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
728 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
729 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
738 end Is_Same_Value;
976 if Is_Same_Value (Lnode, Rnode) then
1043 if Is_Same_Value (L, R) then
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_eval.adb476 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
622 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
715 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
722 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
729 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
730 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
739 end Is_Same_Value;
977 if Is_Same_Value (Lnode, Rnode) then
1044 if Is_Same_Value (L, R) then
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb787 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
933 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1026 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1033 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1040 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1041 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1050 end Is_Same_Value;
1292 if Is_Same_Value (Lnode, Rnode) then
1357 if Is_Same_Value (L, R) then
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb787 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
933 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1026 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1033 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1040 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1041 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1050 end Is_Same_Value;
1292 if Is_Same_Value (Lnode, Rnode) then
1357 if Is_Same_Value (L, R) then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb832 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
978 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1071 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1078 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1085 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1086 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1095 end Is_Same_Value;
1353 if Is_Same_Value (Lnode, Rnode) then
1428 if Is_Same_Value (L, R) then
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_eval.adb839 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
985 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1078 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1085 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1092 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1093 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1102 end Is_Same_Value;
1360 if Is_Same_Value (Lnode, Rnode) then
1435 if Is_Same_Value (L, R) then
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb832 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
978 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1071 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1078 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1085 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1086 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1095 end Is_Same_Value;
1353 if Is_Same_Value (Lnode, Rnode) then
1428 if Is_Same_Value (L, R) then
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_eval.adb832 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
978 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1071 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1078 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1085 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1086 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1095 end Is_Same_Value;
1353 if Is_Same_Value (Lnode, Rnode) then
1428 if Is_Same_Value (L, R) then
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_eval.adb847 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
993 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1115 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1122 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1129 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1130 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1139 end Is_Same_Value;
1397 if Is_Same_Value (Lnode, Rnode) then
1472 if Is_Same_Value (L, R) then
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb832 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
978 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1071 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1078 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1085 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1086 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1095 end Is_Same_Value;
1353 if Is_Same_Value (Lnode, Rnode) then
1428 if Is_Same_Value (L, R) then
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb832 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
978 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1071 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1078 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1085 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1086 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1095 end Is_Same_Value;
1353 if Is_Same_Value (Lnode, Rnode) then
1428 if Is_Same_Value (L, R) then
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_eval.adb847 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
993 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1115 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1122 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1129 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1130 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1139 end Is_Same_Value;
1397 if Is_Same_Value (Lnode, Rnode) then
1472 if Is_Same_Value (L, R) then
H A DChangeLog-20193859 * sem_eval.adb (Is_Same_Value): Add special case for rewritten
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_eval.adb847 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
993 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1115 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1122 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1129 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1130 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1139 end Is_Same_Value;
1397 if Is_Same_Value (Lnode, Rnode) then
1472 if Is_Same_Value (L, R) then
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_eval.adb832 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
978 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1071 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1078 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1085 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1086 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1095 end Is_Same_Value;
1353 if Is_Same_Value (Lnode, Rnode) then
1428 if Is_Same_Value (L, R) then
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_eval.adb839 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
985 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1078 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1085 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1092 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1093 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1102 end Is_Same_Value;
1360 if Is_Same_Value (Lnode, Rnode) then
1435 if Is_Same_Value (L, R) then
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_eval.adb839 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
985 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1078 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1085 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1092 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1093 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1102 end Is_Same_Value;
1360 if Is_Same_Value (Lnode, Rnode) then
1435 if Is_Same_Value (L, R) then
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_eval.adb904 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
1050 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1172 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1179 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1186 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1187 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1196 end Is_Same_Value;
1454 if Is_Same_Value (Lnode, Rnode) then
1529 if Is_Same_Value (L, R) then
H A DChangeLog-20193859 * sem_eval.adb (Is_Same_Value): Add special case for rewritten
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_eval.adb936 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
1082 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1204 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1211 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1218 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1219 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1228 end Is_Same_Value;
1486 if Is_Same_Value (Lnode, Rnode) then
1561 if Is_Same_Value (L, R) then
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_eval.adb904 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
1050 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1172 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1179 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1186 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1187 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1196 end Is_Same_Value;
1454 if Is_Same_Value (Lnode, Rnode) then
1529 if Is_Same_Value (L, R) then
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_eval.adb904 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
1050 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
1172 and then Is_Same_Value (Prefix (Lf), Prefix (Rf))
1179 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1186 and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
1187 and then Is_Same_Value (Right_Opnd (Lf), Right_Opnd (Rf))
1196 end Is_Same_Value;
1454 if Is_Same_Value (Lnode, Rnode) then
1529 if Is_Same_Value (L, R) then
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_eval.adb403 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
535 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
617 end Is_Same_Value;
777 if Is_Same_Value (Lnode, Rnode) then
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_eval.adb403 function Is_Same_Value (L, R : Node_Id) return Boolean; subprogspec
535 function Is_Same_Value (L, R : Node_Id) return Boolean is subprogram
617 end Is_Same_Value;
777 if Is_Same_Value (Lnode, Rnode) then

123