-- mode then just skip the check (it is not required in any case).
when RE_Not_Available =>
- return;
+ null;
end Apply_Address_Clause_Check;
-------------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end;
end Apply_Arithmetic_Overflow_Strict;
if Debug_Flag_CC then
w (" exception occurred, overflow flag set");
end if;
-
- return;
end Enable_Overflow_Check;
------------------------
if Debug_Flag_CC then
w (" exception occurred, range flag set");
end if;
-
- return;
end Enable_Range_Check;
------------------
end loop;
-- If we fall through entry was not found
-
- return;
end Find_Check;
---------------------------------
if UR_Is_Negative (X) then
Fraction := -Fraction;
end if;
-
- return;
end Decompose;
-------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Aggregate;
-------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Extension_Aggregate;
-----------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Attribute_Reference;
--------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_Freeze_Enumeration_Type;
-------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Object_Declaration;
---------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_Tagged_Root;
------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Build_Boolean_Array_Proc_Call;
---------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_Allocator_Expression;
-----------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Allocator;
-----------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Null;
---------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Op_Expon;
--------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Insert_Dereference_Action;
--------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_Assign_Array;
------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Assignment_Statement;
------------------------------
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Simple_Return_Statement;
------------------------------
end if;
end Adjust_One_Call;
end loop Adjust_Calls;
-
- return;
end Unnest_Subprogram;
------------------------
Buffer (Len) := Buffer (J);
end if;
end loop;
-
- return;
end Krunch;
procedure Layout_Object (E : Entity_Id) is
pragma Unreferenced (E);
begin
- -- Nothing to do for now, assume backend does the layout
-
- return;
+ null; -- Nothing to do for now, assume backend does the layout
end Layout_Object;
-----------------
procedure Local_Raise (Excep : System.Address) is
pragma Warnings (Off, Excep);
begin
- return;
+ null;
end Local_Raise;
end System.Exceptions_Debug;
exception
when others =>
- return;
+ null;
end Module_Symbolic_Traceback;
-------------------------------------
Scan; -- past junk token on same line
end loop;
end if;
-
- return;
end End_Skip;
--------------------
Error_Msg_AP -- CODEFIX
("|missing "";""");
- return;
end T_Semicolon;
------------
Prev => Global_Suppress_Stack_Top,
Next => Suppress_Stack_Entries);
Suppress_Stack_Entries := Global_Suppress_Stack_Top;
- return;
end Push_Global_Suppress_Stack_Entry;
-------------------------------------
Prev => Local_Suppress_Stack_Top,
Next => Suppress_Stack_Entries);
Suppress_Stack_Entries := Local_Suppress_Stack_Top;
-
- return;
end Push_Local_Suppress_Stack_Entry;
---------------
when Bad_Attribute =>
Set_Analyzed (N);
Set_Etype (N, Any_Type);
- return;
end Analyze_Attribute;
--------------------
end if;
Overridden_Subp := Candidate;
- return;
end;
end Check_Synchronized_Overriding;
<<Continue>>
Elmt := Elmt.Homonym;
end loop;
-
- return;
end Check_Eliminated;
-------------------------------------
-- Otherwise the result depends on the right operand
Fold_Uint (N, Expr_Value (Right), Rstat);
- return;
end Eval_Short_Circuit;
----------------
if At_EOF then
Error ("unexpected end of file");
end if;
-
- return;
end Check_Not_At_EOF;
-----------------