Home
last modified time | relevance | path

Searched refs:Enum_Rti (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-images.adb62 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
64 Str : constant Ghdl_C_String := Enum_Rti.Names (Index);
251 Enum_Rti : Ghdl_Rtin_Type_Enum_Acc; variable
255 Enum_Rti := To_Ghdl_Rtin_Type_Enum_Acc (Rti);
256 Str := Enum_Rti.Names (Index);
367 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
374 Str := Enum_Rti.Names (Ghdl_B1'Pos (Arr (I - 1)));
384 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
391 Str := Enum_Rti.Names (Ghdl_E8'Pos (Arr (I - 1)));
401 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
[all …]
H A Dgrt-rtis_utils.adb148 Enum_Rti : Ghdl_Rtin_Type_Enum_Acc; variable
150 Enum_Rti := To_Ghdl_Rtin_Type_Enum_Acc (Rti);
151 Append (Vstr, Enum_Rti.Names (Val));
628 Enum_Rti : Ghdl_Rtin_Type_Enum_Acc; variable
630 Enum_Rti := To_Ghdl_Rtin_Type_Enum_Acc (Rti);
631 Prepend (Rstr, Enum_Rti.Names (Val));
H A Dgrt-values.adb89 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
98 for I in 0 .. Enum_Rti.Nbr - 1 loop
99 if String_Match (S, Pos, L, Enum_Rti.Names (I)) then
106 Diag_C (Enum_Rti.Name);
H A Dgrt-change_generics.adb55 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
59 for I in 0 .. Enum_Rti.Nbr - 1 loop
60 Lit_Name := Enum_Rti.Names (I);
H A Dgrt-disp_rti.adb47 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
50 Put (Stream, Enum_Rti.Names (Val));
131 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
144 Name := Enum_Rti.Names (Ghdl_Index_Type (Val.E8));
146 Name := Enum_Rti.Names (Ghdl_B1'Pos (Val.B1));
H A Dgrt-fst.adb567 Enum_Rti : constant Ghdl_Rtin_Type_Enum_Acc := constant
569 Str : constant Ghdl_C_String := Enum_Rti.Names (Ghdl_Index_Type (V));