Home
last modified time | relevance | path

Searched refs:Get_Has_Body (Results 1 – 7 of 7) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/lsp/
H A Dsymbols.py105 if nodes.Get_Has_Body(n):
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-utils.adb1346 return Get_Has_Body (Spec)
H A Dvhdl-nodes.ads9124 function Get_Has_Body (Decl : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb6989 function Get_Has_Body (Decl : Iir) return Boolean is subprogram
6995 end Get_Has_Body;
H A Dvhdl-prints.adb2437 if not Get_Has_Body (Decl) then
H A Dvhdl-nodes_meta.adb5687 return Get_Has_Body (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2779 Get_Has_Body = libghdl.vhdl__nodes__get_has_body variable