Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src2.c1435 tkcp->tsksyx = glbndp; in __rd_tskenable()
3901 glbndp = __alloc_newxnd(); in parse_glbref()
3902 glbndp->optyp = GLBREF; in parse_glbref()
3934 last_cmp = glbndp->ru.x; in parse_glbref()
4013 glbndp = cmp_ndp; in parse_glbref()
4045 return(glbndp); in parse_glbref()
4078 glbndp = __alloc_newxnd(); in bld_1cmp_global()
4079 glbndp->optyp = GLBREF; in bld_1cmp_global()
4093 return(glbndp); in bld_1cmp_global()
4127 glbpth_ndp = glbndp->ru.x; in __bld_glbref()
[all …]
H A Dv_sdf.c487 struct expr_t *glbndp; in sdf_annotate() local
517 __free_xtree(glbndp); in sdf_annotate()
1280 struct expr_t *glbndp; in rdset_sdf_cells() local
1495 __free_xtree(glbndp); in rdset_sdf_cells()
1526 __free_xtree(glbndp); in rdset_sdf_cells()
1569 gcmp_ndp = glbndp->ru.x; in get_sdfdownrel_itp()
1703 struct expr_t *glbndp; in rdset_prim_delay() local
4448 struct expr_t *glbndp; in xtrct_portdev() local
4480 __free_xtree(glbndp); in xtrct_portdev()
5638 struct expr_t *glbndp; in xtrct_param() local
[all …]
H A Dv_dbg2.c1336 struct expr_t *glbndp; in get_var_scope() local
1392 glbndp = __root_ndp; in get_var_scope()
1397 if (glbndp->optyp == ID) in get_var_scope()
1399 if (!__is_scope_sym(glbndp->lu.sy)) in get_var_scope()
1402 glbndp->lu.sy->synam, __to_sytyp(__xs, glbndp->lu.sy->sytyp)); in get_var_scope()
1409 *tskpp = glbndp->lu.sy->el.etskp; in get_var_scope()
1414 if (glbndp->optyp != GLBREF) in get_var_scope()
1419 grp = glbndp->ru.grp; in get_var_scope()
1427 if (glbndp->lu.sy->sytyp != SYM_I && glbndp->lu.sy->sytyp != SYM_M) in get_var_scope()
1428 *tskpp = glbndp->lu.sy->el.etskp; in get_var_scope()
[all …]
H A Dv_vpi2.c4602 struct expr_t *glbndp, *gcmp_ndp; in cnvt_name_to_handle() local
4614 if ((glbndp = __glbnam_to_expr(nam)) == NULL) return(NULL); in cnvt_name_to_handle()
4615 gcmp_ndp = glbndp->ru.x; in cnvt_name_to_handle()
4622 if (glbndp != NULL) __free_xtree(glbndp); in cnvt_name_to_handle()
4648 if (glbndp != NULL) __free_xtree(glbndp); in cnvt_name_to_handle()
4659 if (glbndp != NULL) __free_xtree(glbndp); in cnvt_name_to_handle()
4666 if (glbndp != NULL) __free_xtree(glbndp); in cnvt_name_to_handle()
4685 if (glbndp != NULL) __free_xtree(glbndp); in cnvt_name_to_handle()
H A Dv_fx.c5564 struct expr_t *glbndp, *gcmp_ndp, *sel_ndp; in __glbnam_to_expr() local
5569 glbndp = __alloc_newxnd(); in __glbnam_to_expr()
5570 glbndp->optyp = GLBREF; in __glbnam_to_expr()
5571 gcmp_ndp = glbndp; in __glbnam_to_expr()
5585 __free_xtree(glbndp); in __glbnam_to_expr()
5703 return(glbndp); in __glbnam_to_expr()