Home
last modified time | relevance | path

Searched refs:S_DELCTRL (Results 1 – 13 of 13) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_prp2.c3282 case S_DELCTRL: in __prep_lstofsts()
3644 if (stp2 == NULL || stp2->stmttyp != S_DELCTRL || stp2->st_unbhead) in prep_dctrl()
6105 case S_DELCTRL: free_dctrl(stp->st.sdc, TRUE); break; in __free_1stmt()
6443 case S_DELCTRL: in cmp_xform1_stmt()
6838 case S_DELCTRL: in cxf_fixup_lstofsts_gotos()
6847 if (stp2 == NULL || stp2->stmttyp != S_DELCTRL || stp2->st_unbhead) in cxf_fixup_lstofsts_gotos()
H A Dv_dbg2.c1842 if (stp->stmttyp == S_DELCTRL) in __do_dbg_brkpt()
2006 if (stp->stmttyp == S_DELCTRL) in __do_dbg_ibrkpt()
2276 case S_DELCTRL: in find_nxtstp()
H A Dv_src2.c1387 dcstp = __alloc_stmt(S_DELCTRL); in rd_taske_or_proc_assign()
1628 dcstp = __alloc_stmt(S_DELCTRL); in rd_dctrl_st()
H A Dv_fx2.c3345 case S_DELCTRL: in stmt_do_inpsel_set()
7418 case S_DELCTRL: in chk_nodel_stmt()
7916 case S_DELCTRL: in chk_1stmt()
8290 case S_DELCTRL: in bld_stmt_evxlst()
H A Dv_dbg.c1461 case S_DELCTRL: in renumber_1stmt()
H A Dv.h674 #define S_DELCTRL 11 macro
H A Dv_ex.c762 case S_DELCTRL: in exec_stmts()
1181 case S_DELCTRL: in __brktr_exec_1stmt()
1447 if (nxtstp->stmttyp != S_DELCTRL) __misc_terr(__FILE__, __LINE__); in exec_rep_ectl_setup()
H A Dv_vpi.c4000 if (stp->stmttyp == S_DELCTRL) stp = stp->st.sdc->actionst; in get_obj_side()
4981 if (stp->stmttyp != S_DELCTRL) return(NULL); in get_dctrl_stmt()
H A Dv_src.c4115 case S_DELCTRL: in __alloc_stmt()
H A Dv_ms.c5234 case S_DELCTRL: strcpy(s, "delay control"); break; in __to_sttyp()
H A Dv_cnv.c4603 case S_DELCTRL: in __dmp_stmt()
H A Dv_fx.c7130 case S_DELCTRL: in copy_stmt()
H A Dv_vpi2.c1108 case S_DELCTRL: in __to_vpi_stmttyp()