Home
last modified time | relevance | path

Searched refs:Name_Op_Minus (Results 1 – 10 of 10) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_utils.adb797 Add_Binary (Name_Op_Minus, Iir_Predefined_Integer_Minus);
799 Add_Unary (Name_Op_Minus, Iir_Predefined_Integer_Negation);
848 Add_Binary (Name_Op_Minus, Iir_Predefined_Floating_Minus);
850 Add_Unary (Name_Op_Minus, Iir_Predefined_Floating_Negation);
897 Add_Binary (Name_Op_Minus, Iir_Predefined_Physical_Minus);
899 Add_Unary (Name_Op_Minus, Iir_Predefined_Physical_Negation);
H A Dvhdl-ieee-std_logic_unsigned.adb237 when Name_Op_Minus =>
262 when Name_Op_Minus =>
H A Dvhdl-ieee-std_logic_arith.adb385 when Name_Op_Minus =>
516 when Name_Op_Minus =>
H A Dvhdl-ieee-numeric.adb900 when Name_Op_Minus =>
990 when Name_Op_Minus =>
H A Dvhdl-utils.adb163 return Name_Op_Minus;
179 return Name_Op_Minus;
H A Dvhdl-sem.adb1904 | Name_Op_Minus =>
H A Dvhdl-parse.adb742 Id := Name_Op_Minus;
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dstd_names.adb376 Def ("-", Name_Op_Minus);
H A Dstd_names.ads418 Name_Op_Minus : constant Name_Id := Name_First_Operator + 007; constant
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap2.adb51 Std_Names.Name_Op_Minus => "OPMi",