reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
153 tok = isl_stream_next_token(s); 154 if (!tok || tok->type != ISL_TOKEN_VALUE) 154 if (!tok || tok->type != ISL_TOKEN_VALUE) 155 return tok; 157 return tok; 164 isl_int_pow_ui(tok->u.v, tok->u.v, isl_int_get_ui(tok2->u.v)); 164 isl_int_pow_ui(tok->u.v, tok->u.v, isl_int_get_ui(tok2->u.v)); 167 return tok; 169 isl_token_free(tok);