Home
last modified time | relevance | path

Searched refs:vhdl_unaryop_expr (Results 1 – 5 of 5) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dexpr.cc163 return new vhdl_unaryop_expr(VHDL_UNARYOP_NOT, result, in translate_reduction()
181 return new vhdl_unaryop_expr in translate_unary()
185 return new vhdl_unaryop_expr in translate_unary()
H A Dvhdl_syntax.cc898 vhdl_unaryop_expr::~vhdl_unaryop_expr() in ~vhdl_unaryop_expr()
903 void vhdl_unaryop_expr::find_vars(vhdl_var_set_t& read) in find_vars()
908 void vhdl_unaryop_expr::emit(std::ostream &of, int level) const in emit()
H A Dvhdl_syntax.hh143 class vhdl_unaryop_expr : public vhdl_expr { class
145 vhdl_unaryop_expr(vhdl_unaryop_t op, vhdl_expr *operand, in vhdl_unaryop_expr() function in vhdl_unaryop_expr
148 ~vhdl_unaryop_expr();
H A Dlogic.cc60 return new vhdl_unaryop_expr(op, operand, vhdl_type::std_logic()); in input_to_expr()
H A Dlpm.cc169 return new vhdl_unaryop_expr in reduction_lpm_to_expr()