Home
last modified time | relevance | path

Searched refs:Get_Parameter_Specification (Results 1 – 20 of 20) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-annotations.adb886 (Block_Info, Get_Parameter_Specification (El));
973 Param : constant Iir := Get_Parameter_Specification (Stmt);
H A Dvhdl-canon.adb488 It : constant Iir := Get_Parameter_Specification (Stmt);
1211 (Get_Type (Get_Parameter_Specification (Stmt)));
2154 Decl : constant Iir := Get_Parameter_Specification (Stmt);
H A Dvhdl-sem_stmts.adb1741 Get_Parameter_Specification (Stmt);
2082 Param : constant Iir := Get_Parameter_Specification (Stmt);
H A Dvhdl-sem.adb815 Get_Type (Get_Parameter_Specification (Block)));
H A Dvhdl-prints.adb3075 Disp_Parameter_Specification (Ctxt, Get_Parameter_Specification (Stmt));
3809 Disp_Parameter_Specification (Ctxt, Get_Parameter_Specification (Stmt));
H A Dvhdl-nodes.ads8695 function Get_Parameter_Specification (Target : Iir) return Iir; subprogspec
H A Dvhdl-sem_names.adb430 Handle_Decl (Get_Parameter_Specification (Decl), Id);
H A Dvhdl-nodes.adb5585 function Get_Parameter_Specification (Target : Iir) return Iir is subprogram
5591 end Get_Parameter_Specification;
H A Dvhdl-nodes_meta.adb6317 return Get_Parameter_Specification (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dutils.py226 yield nodes.Get_Parameter_Specification(n)
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb887 Param : constant Iir := Get_Parameter_Specification (Stmt);
2449 Iter : constant Iir := Get_Parameter_Specification (Stmt);
2566 Iter : constant Iir := Get_Parameter_Specification (Stmt);
H A Dtrans-chap1.adb622 Iter : constant Iir := Get_Parameter_Specification (Block);
H A Dtrans-rtis.adb2404 Param : constant Iir := Get_Parameter_Specification (Stmt);
2710 (Get_Parameter_Specification (Parent), Param_Rti);
H A Dtrans-chap8.adb526 Iterator : constant Iir := Get_Parameter_Specification (Stmt);
687 Iterator : constant Iir := Get_Parameter_Specification (Stmt);
734 Iterator : constant Iir := Get_Parameter_Specification (Stmt);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-debugger.adb892 (Get_Parameter_Specification (Stmt)) = Walk_Abort
1796 Add_Name (Get_Parameter_Specification (N));
H A Dsimul-elaboration.adb1749 Iter : constant Iir := Get_Parameter_Specification (Generate);
2143 Scheme : constant Iir := Get_Parameter_Specification (Stmt);
H A Dsimul-execution.adb4437 (Instance, Get_Parameter_Specification (Stmt));
4453 Iterator : constant Iir := Get_Parameter_Specification (Stmt);
4493 Iterator : constant Iir := Get_Parameter_Specification (Instance.Stmt);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-debugger__on.adb725 (Get_Parameter_Specification (Stmt)) = Walk_Abort
H A Dsynth-stmts.adb2531 Iterator : constant Node := Get_Parameter_Specification (Stmt);
2548 Iterator : constant Node := Get_Parameter_Specification (Stmt);
3491 Iterator : constant Node := Get_Parameter_Specification (Stmt);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2521 Get_Parameter_Specification = libghdl.vhdl__nodes__get_parameter_specification variable