reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2288 tok = isl_stream_next_token(s); 2289 if (!tok) { 2293 if (tok->type == ':' || 2294 (tok->type == ISL_TOKEN_OR && !strcmp(tok->u.s, "|"))) { 2294 (tok->type == ISL_TOKEN_OR && !strcmp(tok->u.s, "|"))) { 2295 isl_token_free(tok); 2298 isl_stream_push_token(s, tok);