Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dstmt.cc824 if (proc->contains_wait_stmt()) { in draw_synthesisable_wait()
926 if (proc->contains_wait_stmt() || !is_top_level) in draw_wait()
972 if (!proc->contains_wait_stmt() && is_top_level) in draw_wait()
986 if (!proc->contains_wait_stmt() && is_top_level) in draw_wait()
1000 if (!proc->contains_wait_stmt() && is_top_level) in draw_wait()
1005 if (proc->contains_wait_stmt() || !is_top_level) { in draw_wait()
H A Dvhdl_syntax.hh819 bool contains_wait_stmt() const { return contains_wait_stmt_; } in contains_wait_stmt() function in vhdl_procedural