Home
last modified time | relevance | path

Searched refs:Warning_Mode (Results 1 – 25 of 405) sorted by last modified time

12345678910>>...17

/dports/lang/gnat_util/gnat_util/
H A Dswitch-m.adb917 Warning_Mode := Treat_As_Error;
920 Warning_Mode := Normal;
923 Warning_Mode := Suppress;
H A Dprj-proc.adb2527 (Warning_Mode /= Treat_As_Error or else Warnings_Detected = 0);
2642 (Warning_Mode /= Treat_As_Error or else Warnings_Detected = 0);
H A Dprj-conf.adb1533 and then Opt.Warning_Mode /= Opt.Suppress
H A Dopt.ads1837 Warning_Mode : Warning_Mode_Type := Normal; variable
H A Dopt.adb323 Tree_Read_Data (Warning_Mode'Address,
324 (Warning_Mode'Size + SU - 1) / SU);
393 Tree_Write_Data (Warning_Mode'Address,
394 (Warning_Mode'Size + SU - 1) / Storage_Unit);
H A Derrutil.adb217 Warn_Err => Warning_Mode = Treat_As_Error,
556 if Warning_Mode = Treat_As_Error then
575 Warning_Mode := Suppress;
585 if Warning_Mode = Treat_As_Error then
616 if Warning_Mode = Suppress then
H A Derroutc.adb244 and then Warning_Mode = Treat_As_Error)
1508 if Warning_Mode = Suppress
1552 if Warning_Mode = Suppress
1679 if Warning_Mode = Suppress then
H A Derrout.adb1200 Warning_Mode := Suppress;
1762 if Warning_Mode = Treat_As_Error then
2087 if Warning_Mode = Treat_As_Error then
H A Dbinderr.adb39 if Warning_Mode = Suppress then
43 if Warning_Mode = Treat_As_Error then
74 Warning_Mode := Suppress;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dopt.ads1922 Warning_Mode : Warning_Mode_Type := Normal; variable
H A Dsem_ch10.adb1297 Save_Warning : constant Warning_Mode_Type := Warning_Mode;
1303 Opt.Warning_Mode := Suppress;
1310 Warning_Mode := Save_Warning;
H A Dsem_warn.adb1139 if Warning_Mode = Suppress or else Serious_Errors_Detected /= 0 then
1877 if Warning_Mode = Suppress then
H A Dsem_elab.adb17976 if Warning_Mode = Suppress then
H A Dswitch-b.adb556 Warning_Mode := Treat_As_Error;
559 Warning_Mode := Treat_Run_Time_Warnings_As_Errors;
562 Warning_Mode := Suppress;
H A Dswitch-c.adb552 Warning_Mode := Normal;
885 Warning_Mode := Treat_As_Error;
H A Dswitch-m.adb880 Warning_Mode := Treat_As_Error;
883 Warning_Mode := Normal;
886 Warning_Mode := Suppress;
H A Dwarnsw.adb596 Warning_Mode := Treat_As_Error;
599 Warning_Mode := Treat_Run_Time_Warnings_As_Errors;
650 Warning_Mode := Normal;
677 Warning_Mode := Suppress;
H A Dgnat1drv.adb413 Warning_Mode := Suppress;
424 if Warning_Mode = Suppress then
H A DChangeLog-20078060 * prj-proc.adb (Process): Set Success to False when Warning_Mode is
H A Derrout.adb1404 Warning_Mode := Suppress;
2360 if Warning_Mode = Treat_As_Error
3114 if Warning_Mode = Treat_As_Error then
4084 and then Warning_Mode = Treat_Run_Time_Warnings_As_Errors
H A Derrutil.adb219 Warn_Err => Warning_Mode = Treat_As_Error,
565 if Warning_Mode = Treat_As_Error then
584 Warning_Mode := Suppress;
597 if Warning_Mode = Treat_As_Error then
629 if Warning_Mode = Suppress then
H A DChangeLog-20176589 * opt.ads Add a new Warning_Mode value for new switch
11834 error, used in gnat2why to allow changing the Warning_Mode.
H A DChangeLog-201414685 * opt.ads (Warning_Mode): Document behavior
H A Dbinderr.adb39 if Warning_Mode = Suppress then
43 if Warning_Mode = Treat_As_Error then
74 Warning_Mode := Suppress;
H A Derroutc.adb262 elsif Warning_Mode = Treat_As_Error
1615 if Warning_Mode = Suppress
1659 if Warning_Mode = Suppress
1805 if Warning_Mode = Suppress then

12345678910>>...17