reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2111 tok = isl_stream_next_token(s); 2112 if (!tok) 2114 if (tok->type != '^') { 2115 isl_stream_push_token(s, tok); 2118 isl_token_free(tok); 2119 tok = isl_stream_next_token(s); 2120 if (!tok || tok->type != ISL_TOKEN_VALUE) { 2120 if (!tok || tok->type != ISL_TOKEN_VALUE) { 2121 isl_stream_error(s, tok, "expecting exponent"); 2122 if (tok) 2123 isl_stream_push_token(s, tok); 2126 pow = isl_int_get_si(tok->u.v); 2127 isl_token_free(tok);