reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2531 tok = isl_stream_next_token(s); 2532 if (!tok) 2534 if (tok->type != ISL_TOKEN_IDENT && tok->type != ISL_TOKEN_STRING) { 2534 if (tok->type != ISL_TOKEN_IDENT && tok->type != ISL_TOKEN_STRING) { 2535 isl_stream_push_token(s, tok); 2539 name = isl_token_get_str(s->ctx, tok); 2543 isl_stream_push_token(s, tok);