Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-prints.adb356 if Get_End_Has_Identifier (Decl) then
394 if Get_End_Has_Identifier (Stmt) then
3795 if Get_End_Has_Identifier (Bod) then
H A Dvhdl-nodes.ads9089 function Get_End_Has_Identifier (Decl : Iir) return Boolean; subprogspec
H A Dvhdl-nodes.adb6877 function Get_End_Has_Identifier (Decl : Iir) return Boolean is subprogram
6883 end Get_End_Has_Identifier;
H A Dvhdl-nodes_meta.adb5673 return Get_End_Has_Identifier (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2758 Get_End_Has_Identifier = libghdl.vhdl__nodes__get_end_has_identifier variable