Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dlogic.cc145 vhdl_with_select_stmt *ws = in comb_udp_logic()
146 new vhdl_with_select_stmt(new vhdl_var_ref(*tmp_ref), out); in comb_udp_logic()
H A Dvhdl_syntax.cc1162 vhdl_with_select_stmt::~vhdl_with_select_stmt() in ~vhdl_with_select_stmt()
1167 void vhdl_with_select_stmt::emit(std::ostream &of, int level) const in emit()
1202 void vhdl_with_select_stmt::add_condition(vhdl_expr *value, vhdl_expr *cond, vhdl_expr *delay) in add_condition()
1208 void vhdl_with_select_stmt::add_default(vhdl_expr* value) in add_default()
H A Dvhdl_syntax.hh329 class vhdl_with_select_stmt : public vhdl_conc_stmt { class
331 vhdl_with_select_stmt(vhdl_expr *test, vhdl_var_ref *out) in vhdl_with_select_stmt() function in vhdl_with_select_stmt
333 ~vhdl_with_select_stmt();