reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
192 tok = next_token(s); 193 if (!tok) { 197 if (tok->type == ISL_TOKEN_INFTY) { 198 isl_token_free(tok); 201 if (tok->type == '-' && 203 isl_token_free(tok); 206 if (tok->type == ISL_TOKEN_NAN) { 207 isl_token_free(tok); 210 if (tok->type != ISL_TOKEN_VALUE) { 211 isl_stream_error(s, tok, "expecting value"); 225 val = isl_val_rat_from_isl_int(s->ctx, tok->u.v, tok2->u.v); 228 val = isl_val_int_from_isl_int(s->ctx, tok->u.v); 231 isl_token_free(tok); 235 isl_token_free(tok);