Home
last modified time | relevance | path

Searched refs:Get_Nature_Declarator (Results 1 – 8 of 8) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-errors.adb231 Decl := Get_Nature_Declarator (Node);
H A Dvhdl-utils.adb1037 return Get_Nature_Declarator (Def) = Null_Iir;
H A Dvhdl-sem_types.adb2529 Set_Type_Declarator (St_Def, Get_Nature_Declarator (Def));
H A Dvhdl-nodes.ads8320 function Get_Nature_Declarator (Def : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb4414 function Get_Nature_Declarator (Def : Iir) return Iir is subprogram
4420 end Get_Nature_Declarator;
H A Dvhdl-prints.adb276 Disp_Identifier (Ctxt, Get_Nature_Declarator (Decl));
H A Dvhdl-nodes_meta.adb6223 return Get_Nature_Declarator (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2302 Get_Nature_Declarator = libghdl.vhdl__nodes__get_nature_declarator variable