Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_decls.adb1307 Expr := Get_Phase_Expression (Decl);
H A Dvhdl-nodes.ads8200 function Get_Phase_Expression (Decl : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb3997 function Get_Phase_Expression (Decl : Iir) return Iir is subprogram
4003 end Get_Phase_Expression;
H A Dvhdl-prints.adb1653 Print (Ctxt, Get_Phase_Expression (Decl));
H A Dvhdl-nodes_meta.adb6197 return Get_Phase_Expression (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2224 Get_Phase_Expression = libghdl.vhdl__nodes__get_phase_expression variable