Home
last modified time | relevance | path

Searched refs:Iir_Pure_State (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-disp_tree.ads38 function Image_Iir_Pure_State (State : Iir_Pure_State) return String;
H A Dvhdl-disp_tree.adb245 function Image_Iir_Pure_State (State : Iir_Pure_State) return String is
H A Dvhdl-nodes_meta.ads566 (N : Iir; F : Fields_Enum) return Iir_Pure_State;
568 (N : Iir; F : Fields_Enum; V: Iir_Pure_State);
H A Dvhdl-nodes.ads6267 type Iir_Pure_State is (Unknown, Pure, Maybe_Impure, Impure); type
8502 function Get_Purity_State (Proc : Iir) return Iir_Pure_State;
8503 procedure Set_Purity_State (Proc : Iir; State : Iir_Pure_State);
H A Dvhdl-nodes.adb4959 function Get_Purity_State (Proc : Iir) return Iir_Pure_State is
4964 return Iir_Pure_State'Val (Get_State2 (Proc));
4967 procedure Set_Purity_State (Proc : Iir; State : Iir_Pure_State) is
4972 Set_State2 (Proc, Iir_Pure_State'Pos (State));
H A Dvhdl-nodes_meta.adb7236 (N : Iir; F : Fields_Enum) return Iir_Pure_State is
7248 (N : Iir; F : Fields_Enum; V: Iir_Pure_State) is
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes_meta.py40 Iir_Pure_State = 17 variable in types