Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_scopes.adb1149 Add_Name (Get_Library_Declaration (Item),
1184 Add_Name (Get_Library_Declaration (Decl),
H A Dvhdl-nodes.ads7372 function Get_Library_Declaration (Design : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb1337 function Get_Library_Declaration (Design : Iir) return Iir is subprogram
1343 end Get_Library_Declaration;
H A Dvhdl-nodes_meta.adb5993 return Get_Library_Declaration (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1744 Get_Library_Declaration = libghdl.vhdl__nodes__get_library_declaration variable