Home
last modified time | relevance | path

Searched refs:when_part_t (Results 1 – 2 of 2) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dvhdl_syntax.cc757 when_part_t when = { value, cond, NULL }; in add_condition()
766 for (std::list<when_part_t>::const_iterator it = whens_.begin(); in emit()
1204 when_part_t when = { value, cond, delay }; in add_condition()
H A Dvhdl_syntax.hh301 struct when_part_t { struct
304 typedef std::list<when_part_t> when_list_t; argument