reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1698 tok2 = isl_stream_next_token(s); 1699 if (!tok2) 1701 line = tok2->line; 1702 col = tok2->col; 1703 isl_stream_push_token(s, tok2); 1709 tok2 = isl_token_new(s->ctx, line, col, 0); 1710 if (!tok2) 1712 tok2->type = ISL_TOKEN_AFF; 1713 tok2->u.pwaff = pwaff; 1716 isl_stream_push_token(s, tok2); 1722 isl_stream_push_token(s, tok2);