Home
last modified time | relevance | path

Searched refs:vhdl_function (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dsupport.hh42 class support_function : public vhdl_function {
45 : vhdl_function(function_name(type), function_type(type)), in support_function()
H A Dvhdl_syntax.hh841 class vhdl_function : public vhdl_decl, public vhdl_procedural { class
844 vhdl_function(const char *name, vhdl_type *ret_type);
855 explicit vhdl_forward_fdecl(const vhdl_function *f) in vhdl_forward_fdecl()
860 const vhdl_function *f_;
H A Dvhdl_syntax.cc1119 vhdl_function::vhdl_function(const char *name, vhdl_type *ret_type) in vhdl_function() function in vhdl_function
1129 void vhdl_function::emit(std::ostream &of, int level) const in emit()
H A Dscope.cc782 vhdl_function *func = new vhdl_function(funcname, NULL); in draw_function()