Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dstc.c9129 ffebldConstant expr1c, expr2c; in ffestc_R810() local
9240 expr2c = expr1c; /* expr1c and expr2c are NOT NULL in this in ffestc_R810()
9243 expr2c = NULL; in ffestc_R810()
9247 expr2c = ffebld_conter (caseobj->expr2); in ffestc_R810()
9254 || (ffebld_constant_cmp (expr2c, c->low) >= 0))) in ffestc_R810()
9266 else if (expr2c == NULL) in ffestc_R810()
9286 if (ffebld_constant_cmp (expr1c, expr2c) > 0) in ffestc_R810()
9302 && (ffebld_constant_cmp (expr2c, c->low) >= 0)) in ffestc_R810()
9326 nc->high = expr2c; in ffestc_R810()