reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1185 tok = isl_stream_next_token(s); 1186 if (!tok) 1188 if (tok->type == ISL_TOKEN_IDENT || tok->is_keyword) { 1188 if (tok->type == ISL_TOKEN_IDENT || tok->is_keyword) { 1189 name = strdup(tok->u.s); 1190 isl_token_free(tok); 1194 isl_stream_push_token(s, tok);