Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_stmts.adb1673 Sel_Quantity := Get_Selector_Quantity (El);
H A Dvhdl-nodes.ads8399 function Get_Selector_Quantity (Stmt : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb4718 function Get_Selector_Quantity (Stmt : Iir) return Iir is subprogram
4724 end Get_Selector_Quantity;
H A Dvhdl-prints.adb2747 Sel := Get_Selector_Quantity (El);
H A Dvhdl-nodes_meta.adb6253 return Get_Selector_Quantity (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2359 Get_Selector_Quantity = libghdl.vhdl__nodes__get_selector_quantity variable