Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/
H A Dveriuser.h201 struct t_vecval *vecval_p;
240 struct t_vecval*expr_value_p;
/dports/cad/gplcver/gplcver-2.12a.src/pli_incs/
H A Dveriuser.h128 struct t_vecval *expr_value_p;
145 struct t_vecval *vecval_p;
163 typedef struct t_vecval struct
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.tf/
H A Dplimfil2.c99 struct t_vecval *vecp; in plimemfil2()
/dports/cad/gplcver/gplcver-2.12a.src/pli_src/
H A Dinfodmp.inc91 /* bits stored in t_vecval (also for scalars) */
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_tf.c1330 struct t_vecval *vecp; in allocset_vecval()
1332 pinfo->node_value.vecval_p = (struct t_vecval *) in allocset_vecval()
1333 __mytf_malloc(wlen*sizeof(struct t_vecval)); in allocset_vecval()
1477 pinfo->expr_value_p = (struct t_vecval *) in tf_exprinfo()
1478 __mytf_malloc(wlen*sizeof(struct t_vecval)); in tf_exprinfo()
4606 register struct t_vecval *vecp; in tf_propagatep()