reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
446 tok = next_token(s); 447 if (!tok) { 452 if (tok->type == ISL_TOKEN_AFF) { 453 res = isl_pw_aff_copy(tok->u.pwaff); 454 isl_token_free(tok); 455 } else if (tok->type == ISL_TOKEN_IDENT) { 457 int pos = vars_pos(v, tok->u.s, -1); 464 isl_stream_error(s, tok, "unknown identifier"); 473 isl_token_free(tok); 474 } else if (tok->type == ISL_TOKEN_VALUE) { 477 res = isl_pw_aff_scale(res, tok->u.v); 483 aff = isl_aff_add_constant(aff, tok->u.v); 486 isl_token_free(tok); 487 } else if (tok->type == '(') { 488 isl_token_free(tok); 489 tok = NULL; 495 } else if (is_start_of_div(tok)) { 496 isl_stream_push_token(s, tok); 497 tok = NULL; 499 } else if (tok->type == ISL_TOKEN_MIN || tok->type == ISL_TOKEN_MAX) { 499 } else if (tok->type == ISL_TOKEN_MIN || tok->type == ISL_TOKEN_MAX) { 500 isl_stream_push_token(s, tok); 501 tok = NULL; 504 isl_stream_error(s, tok, "expecting factor"); 538 isl_token_free(tok);