Home
last modified time | relevance | path

Searched refs:Get_Simple_Nature (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_types.adb2841 return Get_Simple_Nature (Nat);
2843 return Get_Simple_Nature (Get_Base_Nature (Nat));
H A Dvhdl-nodes.ads8158 function Get_Simple_Nature (Def : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb3837 function Get_Simple_Nature (Def : Iir) return Iir is subprogram
3843 end Get_Simple_Nature;
H A Dvhdl-nodes_meta.adb6177 return Get_Simple_Nature (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2194 Get_Simple_Nature = libghdl.vhdl__nodes__get_simple_nature variable