Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-prints.adb1351 if Get_Has_Is (Decl) then
3235 if Get_Has_Is (Process) then
3743 if Get_Has_Is (Block) then
4100 if Get_Has_Is (Stmt) then
H A Dvhdl-nodes.ads9114 function Get_Has_Is (Decl : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb6957 function Get_Has_Is (Decl : Iir) return Boolean is subprogram
6963 end Get_Has_Is;
H A Dvhdl-nodes_meta.adb5683 return Get_Has_Is (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2773 Get_Has_Is = libghdl.vhdl__nodes__get_has_is variable