Home
last modified time | relevance | path

Searched refs:Get_Need_Body (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem.adb2783 if Get_Need_Body (El) then
2819 and then Get_Need_Body (Pkg)
3014 if not Get_Need_Body (Package_Decl) then
3099 if Get_Need_Body (Pkg) and then not Is_Nested_Package (Pkg) then
H A Dvhdl-configuration.adb199 if Get_Need_Body (Lib_Unit) then
H A Dvhdl-sem_decls.adb2520 and then Get_Need_Body (El)
H A Dvhdl-canon.adb2897 and then Get_Need_Body (Pkg)
H A Dvhdl-nodes.ads7783 function Get_Need_Body (Decl : Iir_Package_Declaration) return Boolean; subprogspec
H A Dvhdl-nodes.adb2657 function Get_Need_Body (Decl : Iir_Package_Declaration) return Boolean is subprogram
2663 end Get_Need_Body;
H A Dvhdl-nodes_meta.adb5591 return Get_Need_Body (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap12.adb368 if Get_Need_Body (Pkg) then
H A Dtrans-chap2.adb856 if not Get_Need_Body (Decl)
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb529 (Get_Need_Body (Library_Unit)
546 if Get_Need_Body (Library_Unit) then
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb1464 and then Get_Need_Body (Library_Unit)
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1978 Get_Need_Body = libghdl.vhdl__nodes__get_need_body variable