Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx3.c74 static int32 chk_mixedsign_relops(struct expr_t *);
250 chk_mixedsign_relops(ndp); in __chk_rhsexpr()
771 chk_mixedsign_relops(ndp); in __chk_giarr_ndx_expr()
791 chk_mixedsign_relops(ndp); in __chk_paramexpr()
2303 static int32 chk_mixedsign_relops(struct expr_t *ndp) in chk_mixedsign_relops() function
2312 if (chk_mixedsign_relops(ndp->ru.x)) return(TRUE); in chk_mixedsign_relops()
2315 if (chk_mixedsign_relops(ndp->ru.x->lu.x)) return(TRUE); in chk_mixedsign_relops()
2316 if (chk_mixedsign_relops(ndp->ru.x->ru.x)) return(TRUE); in chk_mixedsign_relops()
2321 if (chk_mixedsign_relops(xp->lu.x)) return(TRUE); in chk_mixedsign_relops()
2328 if (chk_mixedsign_relops(xp->lu.x)) return(TRUE); in chk_mixedsign_relops()
[all …]