reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
893 while ((tok = isl_stream_next_token(s)) != NULL) { 897 if (tok->type != ISL_TOKEN_IDENT) 900 p = vars_pos(v, tok->u.s, -1); 904 isl_stream_error(s, tok, "expecting unique identifier"); 910 isl_token_free(tok); 911 tok = isl_stream_next_token(s); 912 if (tok && tok->type == '=') { 912 if (tok && tok->type == '=') { 913 isl_token_free(tok); 915 tok = isl_stream_next_token(s); 918 if (!tok || tok->type != ',') 918 if (!tok || tok->type != ',') 921 isl_token_free(tok); 923 if (tok) 924 isl_stream_push_token(s, tok); 928 isl_token_free(tok);