Home
last modified time | relevance | path

Searched refs:vhdl_forward_fdecl (Results 1 – 3 of 3) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dvhdl_syntax.hh842 friend class vhdl_forward_fdecl;
853 class vhdl_forward_fdecl : public vhdl_decl { class
855 explicit vhdl_forward_fdecl(const vhdl_function *f) in vhdl_forward_fdecl() function in vhdl_forward_fdecl
H A Dscope.cc855 (new vhdl_forward_fdecl(func)); in draw_function()
H A Dvhdl_syntax.cc1146 void vhdl_forward_fdecl::emit(std::ostream &of, int level) const in emit()