Home
last modified time | relevance | path

Searched refs:Ghdl_I64_Exp (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-lib.ads68 function Ghdl_I64_Exp (V : Ghdl_I64; E : Std_Integer) return Ghdl_I64; subprogspec
137 pragma Export (C, Ghdl_I64_Exp, "__ghdl_i64_exp");
H A Dgrt-lib.adb317 function Ghdl_I64_Exp (V : Ghdl_I64; E : Std_Integer) return Ghdl_I64 is subprogram
320 end Ghdl_I64_Exp;
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans_decls.ads184 Ghdl_I64_Exp : O_Dnode; variable
H A Dtranslation.adb1220 Finish_Subprogram_Decl (Interfaces, Ghdl_I64_Exp);
H A Dtrans-chap7.adb2525 Opr := Ghdl_I64_Exp;
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlrun.adb359 Def (Trans_Decls.Ghdl_I64_Exp,
360 Grt.Lib.Ghdl_I64_Exp'Address);