aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs_utils.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/iirs_utils.ads')
-rw-r--r--src/vhdl/iirs_utils.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vhdl/iirs_utils.ads b/src/vhdl/iirs_utils.ads
index de63f5af4..c8ab9174d 100644
--- a/src/vhdl/iirs_utils.ads
+++ b/src/vhdl/iirs_utils.ads
@@ -253,6 +253,11 @@ package Iirs_Utils is
-- Return the protected type for method SPEC.
function Get_Method_Type (Spec : Iir) return Iir;
+ -- For Association_Element_By_Expression: return the actual.
+ -- For Association_Element_Open: return the default value of the
+ -- interface.
+ function Get_Actual_Or_Default (Assoc : Iir) return Iir;
+
-- Create an error node for node ORIG.
function Create_Error (Orig : Iir) return Iir;