Home
last modified time | relevance | path

Searched refs:Is_Volatile_Reference (Results 1 – 25 of 120) sorted by path

12345

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20085859 (Is_Volatile_Reference): New function
5860 (Remove_Side_Effects): Use Is_Volatile_Reference
H A DChangeLog-20148742 * exp_util.adb (Is_Volatile_Reference): Handle all cases properly
H A DChangeLog-20157834 * exp_util.adb (Is_Volatile_Reference): Compile time known
H A Dexp_util.adb8761 function Is_Volatile_Reference (N : Node_Id) return Boolean is subprogram
8792 return Is_Volatile_Reference (Prefix (N));
8804 return Is_Volatile_Reference (Prefix (N));
8812 end Is_Volatile_Reference;
11216 and then Is_Volatile_Reference (Exp)))
11265 and then not Is_Volatile_Reference (Exp)
12937 if Is_Volatile_Reference (N) then
12966 and then (not Is_Volatile_Reference (N) or else Name_Req);
H A Dexp_util.ads836 function Is_Volatile_Reference (N : Node_Id) return Boolean; subprogspec
H A Dsem_eval.adb1032 and then not Is_Volatile_Reference (L)
1033 and then not Is_Volatile_Reference (R)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20085859 (Is_Volatile_Reference): New function
5860 (Remove_Side_Effects): Use Is_Volatile_Reference
H A DChangeLog-20148742 * exp_util.adb (Is_Volatile_Reference): Handle all cases properly
H A DChangeLog-20157834 * exp_util.adb (Is_Volatile_Reference): Compile time known
H A Dexp_util.adb8761 function Is_Volatile_Reference (N : Node_Id) return Boolean is subprogram
8792 return Is_Volatile_Reference (Prefix (N));
8804 return Is_Volatile_Reference (Prefix (N));
8812 end Is_Volatile_Reference;
11216 and then Is_Volatile_Reference (Exp)))
11265 and then not Is_Volatile_Reference (Exp)
12937 if Is_Volatile_Reference (N) then
12966 and then (not Is_Volatile_Reference (N) or else Name_Req);
H A Dexp_util.ads836 function Is_Volatile_Reference (N : Node_Id) return Boolean; subprogspec
H A Dsem_eval.adb1032 and then not Is_Volatile_Reference (L)
1033 and then not Is_Volatile_Reference (R)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A DChangeLog-20085859 (Is_Volatile_Reference): New function
5860 (Remove_Side_Effects): Use Is_Volatile_Reference
H A Dexp_util.adb5137 function Is_Volatile_Reference (N : Node_Id) return Boolean is subprogram
5149 return Is_Volatile_Reference (Prefix (N));
5159 return Is_Volatile_Reference (Prefix (N));
5165 end Is_Volatile_Reference;
6728 and then Is_Volatile_Reference (Exp)))
7894 and then (not Is_Volatile_Reference (N) or else Name_Req);
H A Dexp_util.ads622 function Is_Volatile_Reference (N : Node_Id) return Boolean; subprogspec
H A Dsem_eval.adb676 and then not Is_Volatile_Reference (L)
677 and then not Is_Volatile_Reference (R)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A DChangeLog-20085859 (Is_Volatile_Reference): New function
5860 (Remove_Side_Effects): Use Is_Volatile_Reference
H A DChangeLog-20148742 * exp_util.adb (Is_Volatile_Reference): Handle all cases properly
H A DChangeLog-20157834 * exp_util.adb (Is_Volatile_Reference): Compile time known
H A Dexp_util.adb8971 function Is_Volatile_Reference (N : Node_Id) return Boolean is subprogram
9002 return Is_Volatile_Reference (Prefix (N));
9014 return Is_Volatile_Reference (Prefix (N));
9022 end Is_Volatile_Reference;
11395 and then Is_Volatile_Reference (Exp)))
11454 and then not Is_Volatile_Reference (Exp)
13128 if Is_Volatile_Reference (N) then
13157 and then (not Is_Volatile_Reference (N) or else Name_Req);
H A Dexp_util.ads855 function Is_Volatile_Reference (N : Node_Id) return Boolean; subprogspec
H A Dsem_eval.adb1076 and then not Is_Volatile_Reference (L)
1077 and then not Is_Volatile_Reference (R)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A DChangeLog-20085859 (Is_Volatile_Reference): New function
5860 (Remove_Side_Effects): Use Is_Volatile_Reference
H A Dexp_util.adb4925 function Is_Volatile_Reference (N : Node_Id) return Boolean is subprogram
4937 return Is_Volatile_Reference (Prefix (N));
4947 return Is_Volatile_Reference (Prefix (N));
4953 end Is_Volatile_Reference;
6454 and then (not Is_Volatile_Reference (N) or else Name_Req);
6749 or else (not Name_Req and then Is_Volatile_Reference (Exp)))
H A Dexp_util.ads601 function Is_Volatile_Reference (N : Node_Id) return Boolean; subprogspec

12345