aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 3f4213ca7..940b616c4 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -4827,7 +4827,11 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Numeric_Std_Eq_Nat_Uns,
Iir_Predefined_Ieee_Numeric_Std_Eq_Sgn_Sgn,
Iir_Predefined_Ieee_Numeric_Std_Eq_Sgn_Int,
- Iir_Predefined_Ieee_Numeric_Std_Eq_Int_Sgn
+ Iir_Predefined_Ieee_Numeric_Std_Eq_Int_Sgn,
+
+ -- Unary functions for numeric_std
+ Iir_Predefined_Ieee_Numeric_Std_Neg_Uns,
+ Iir_Predefined_Ieee_Numeric_Std_Neg_Sgn
);
-- Return TRUE iff FUNC is a short-cut predefined function.