Home
last modified time | relevance | path

Searched refs:IVL_ST_WHILE (Results 1 – 9 of 9) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vlog95/
H A Dstmt.c497 if (ivl_statement_type(while_lp) != IVL_ST_WHILE) return 0; in is_for_loop()
635 if (ivl_statement_type(while_wait) != IVL_ST_WHILE) return 0; in is_wait()
1262 case IVL_ST_WHILE: in get_named_type()
1606 case IVL_ST_WHILE: in emit_stmt()
H A Dscope.c616 case IVL_ST_WHILE: in has_named_block()
912 case IVL_ST_WHILE: in has_func_disable()
/dports/cad/iverilog/verilog-11.0/tgt-verilog/
H A Dverilog.c374 case IVL_ST_WHILE: in show_statement()
/dports/cad/iverilog/verilog-11.0/tgt-stub/
H A Dstatement.c548 case IVL_ST_WHILE: in show_statement()
/dports/cad/iverilog/verilog-11.0/
H A Divl_target.h435 IVL_ST_WHILE = 23 enumerator
H A Dt-dll-proc.cc950 stmt_cur_->type_ = IVL_ST_WHILE; in proc_while()
H A Dt-dll-api.cc2784 case IVL_ST_WHILE: in ivl_stmt_cond_expr()
3072 case IVL_ST_WHILE: in ivl_stmt_sub_stmt()
/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Dvvp_process.c2046 if (ivl_statement_type(while_wait) != IVL_ST_WHILE) return 0; in is_wait()
2394 case IVL_ST_WHILE: in show_statement()
/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dstmt.cc1667 case IVL_ST_WHILE: in draw_stmt()