diff options
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r-- | src/vhdl/iirs.ads | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index e8a1b74..0db83ca 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -2980,8 +2980,6 @@ package Iirs is -- Get/Set_Expr_Staticness (State1) -- -- Get/Set_Name_Staticness (State2) - -- - -- Get/Set_Has_Implicit_Conversion (Flag1) -- Iir_Kind_Aggregate (Short) -- @@ -6142,13 +6140,6 @@ package Iirs is function Get_Expr_Staticness (Target : Iir) return Iir_Staticness; procedure Set_Expr_Staticness (Target : Iir; Static : Iir_Staticness); - -- Set when EXPR has implicit conversion in its sub-tree. This is used - -- only during analysis for overload resolution (see LRM08 9.3.6 Type - -- conversions). - -- Field: Flag1 - function Get_Has_Implicit_Conversion (Expr : Iir) return Boolean; - procedure Set_Has_Implicit_Conversion (Expr : Iir; Flag : Boolean); - -- Node which couldn't be correctly analyzed. -- Field: Field2 function Get_Error_Origin (Target : Iir) return Iir; |