Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_specs.adb728 Prefix := Get_Signature_Prefix (Sig);
H A Dvhdl-sem_decls.adb1853 Name := Get_Signature_Prefix (Sig);
H A Dvhdl-parse.adb1001 Set_Prefix (Res, Get_Signature_Prefix (Prefix));
1173 Prefix := Get_Signature_Prefix (Res);
6160 return Get_Signature_Prefix (Res);
H A Dvhdl-nodes.ads8809 function Get_Signature_Prefix (Sign : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb5989 function Get_Signature_Prefix (Sign : Iir) return Iir is subprogram
5995 end Get_Signature_Prefix;
H A Dvhdl-prints.adb1422 Prefix : constant Iir := Get_Signature_Prefix (Sig);
H A Dvhdl-nodes_meta.adb6353 return Get_Signature_Prefix (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2593 Get_Signature_Prefix = libghdl.vhdl__nodes__get_signature_prefix variable