Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstc.c9129 ffebldConstant expr1c, expr2c; in ffestc_R810() local
9233 expr1c = NULL; in ffestc_R810()
9237 expr1c = ffebld_conter (caseobj->expr1); in ffestc_R810()
9240 expr2c = expr1c; /* expr1c and expr2c are NOT NULL in this in ffestc_R810()
9249 if (expr1c == NULL) in ffestc_R810()
9271 || (ffebld_constant_cmp (expr1c, c->high) <= 0))) in ffestc_R810()
9286 if (ffebld_constant_cmp (expr1c, expr2c) > 0) in ffestc_R810()
9297 || (ffebld_constant_cmp (expr1c, c->low) > 0)); in ffestc_R810()
9304 && (ffebld_constant_cmp (expr1c, nc->high) <= 0))) in ffestc_R810()
9325 nc->low = expr1c; in ffestc_R810()