reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1963 tok = isl_stream_next_token(s); 1965 isl_stream_error(s, NULL, "unexpected EOF"); 1968 tok2 = isl_stream_next_token(s); 1971 isl_stream_error(s, NULL, "unexpected EOF"); 1975 isl_stream_push_token(s, tok2); 1976 isl_stream_push_token(s, tok); 1977 isl_stream_error(s, NULL, 1986 isl_assert(s->ctx, !on_new_line, return NULL); 1987 isl_assert(s->ctx, n_row >= 0, return NULL); 1988 isl_assert(s->ctx, n_col >= 2 + nparam, return NULL); 1989 tok = isl_stream_next_token_on_same_line(s); 1992 isl_stream_error(s, tok, 1994 isl_stream_push_token(s, tok); 2000 tok = isl_stream_next_token_on_same_line(s); 2002 isl_stream_error(s, tok, 2005 isl_stream_push_token(s, tok); 2011 tok = isl_stream_next_token_on_same_line(s); 2013 isl_stream_error(s, tok, 2016 isl_stream_push_token(s, tok); 2022 tok = isl_stream_next_token_on_same_line(s); 2024 isl_stream_error(s, tok, 2027 isl_stream_push_token(s, tok); 2033 isl_stream_error(s, NULL, 2039 bmap = isl_basic_map_alloc(s->ctx, nparam, in, out, local, n_row, n_row); 2051 bmap = basic_map_read_polylib_constraint(s, bmap); 2053 tok = isl_stream_next_token_on_same_line(s); 2055 isl_stream_error(s, tok, "unexpected extra token on line"); 2056 isl_stream_push_token(s, tok);