Home
last modified time | relevance | path

Searched refs:Get_Vunit_Item_Chain (Results 1 – 10 of 10) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-annotations.adb1142 Item := Get_Vunit_Item_Chain (Decl);
H A Dvhdl-sem_psl.adb1193 Item := Get_Vunit_Item_Chain (Unit);
H A Dvhdl-sem_specs.adb709 Sem_Named_Entity_Chain (Get_Vunit_Item_Chain (Scope));
H A Dvhdl-canon.adb3423 Item := Get_Vunit_Item_Chain (Decl);
H A Dvhdl-nodes.ads7803 function Get_Vunit_Item_Chain (Vunit : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2737 function Get_Vunit_Item_Chain (Vunit : Iir) return Iir is subprogram
2743 end Get_Vunit_Item_Chain;
H A Dvhdl-prints.adb4463 Item := Get_Vunit_Item_Chain (Unit);
H A Dvhdl-nodes_meta.adb6077 return Get_Vunit_Item_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-stmts.adb3728 Item := Get_Vunit_Item_Chain (Unit);
3765 Item := Get_Vunit_Item_Chain (Unit);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1993 Get_Vunit_Item_Chain = libghdl.vhdl__nodes__get_vunit_item_chain variable