Lines Matching refs:isl_stream_error
163 isl_stream_error(s, tok2, "expecting constant value"); in next_token()
197 isl_stream_error(s, NULL, "unexpected EOF"); in isl_stream_read_val()
214 isl_stream_error(s, tok, "expecting value"); in isl_stream_read_val()
221 isl_stream_error(s, NULL, "unexpected EOF"); in isl_stream_read_val()
225 isl_stream_error(s, tok2, "expecting value"); in isl_stream_read_val()
265 isl_stream_error(s, tok, "expecting constant value"); in int_div_by_cst()
285 isl_stream_error(s, tok, "expecting constant value"); in accept_cst_factor()
317 isl_stream_error(s, tok, "expecting constant value"); in affine_mod()
436 isl_stream_error(s, tok, "expected denominator"); in accept_div()
489 isl_stream_error(s, NULL, "unexpected EOF"); in accept_affine_factor()
505 isl_stream_error(s, tok, "unknown identifier"); in accept_affine_factor()
547 isl_stream_error(s, tok, "expecting factor"); in accept_affine_factor()
617 isl_stream_error(s, NULL, "unexpected EOF"); in accept_affine()
664 isl_stream_error(s, tok, "unexpected isl_token"); in accept_affine()
914 isl_stream_error(s, NULL, "unexpected EOF"); in accept_affine_list()
954 isl_stream_error(s, tok, "expecting unique identifier"); in read_defined_var_list()
1528 isl_stream_error(s, NULL, "unexpected EOF"); in read_tuple_pw_aff_el()
1862 isl_stream_error(s, tok, "missing operator"); in add_constraint()
1876 isl_stream_error(s, NULL, in add_constraint()
2170 isl_stream_error(s, tok, "expecting coefficient"); in basic_map_read_polylib_constraint()
2176 isl_stream_error(s, tok, "coefficient should appear on new line"); in basic_map_read_polylib_constraint()
2202 isl_stream_error(s, tok, "expecting coefficient"); in basic_map_read_polylib_constraint()
2208 isl_stream_error(s, tok, in basic_map_read_polylib_constraint()
2241 isl_stream_error(s, NULL, "unexpected EOF"); in basic_map_read_polylib()
2247 isl_stream_error(s, NULL, "unexpected EOF"); in basic_map_read_polylib()
2253 isl_stream_error(s, NULL, in basic_map_read_polylib()
2268 isl_stream_error(s, tok, in basic_map_read_polylib()
2278 isl_stream_error(s, tok, in basic_map_read_polylib()
2289 isl_stream_error(s, tok, in basic_map_read_polylib()
2300 isl_stream_error(s, tok, in basic_map_read_polylib()
2309 isl_stream_error(s, NULL, in basic_map_read_polylib()
2331 isl_stream_error(s, tok, "unexpected extra token on line"); in basic_map_read_polylib()
2353 isl_stream_error(s, NULL, "unexpected EOF"); in map_read_polylib()
2363 isl_stream_error(s, tok2, "unexpected token"); in map_read_polylib()
2397 isl_stream_error(s, tok, "expecting exponent"); in optional_power()
2418 isl_stream_error(s, NULL, "unexpected EOF"); in read_factor()
2441 isl_stream_error(s, tok2, "expected denominator"); in read_factor()
2477 isl_stream_error(s, tok, "unknown identifier"); in read_factor()
2499 isl_stream_error(s, tok, "unexpected isl_token"); in read_factor()
2566 isl_stream_error(s, NULL, "unexpected EOF"); in read_optional_formula()
2767 isl_stream_error(s, NULL, in obj_add()
2912 isl_stream_error(s, NULL, "unexpected EOF"); in obj_read()
2955 isl_stream_error(s, tok, "expecting '->'"); in obj_read()
2964 isl_stream_error(s, tok, "expecting '{'"); in obj_read()
2992 isl_stream_error(s, tok, "unexpected isl_token"); in obj_read()
3309 isl_stream_error(s, tok, "expecting vector length"); in isl_vec_read_polylib()
3321 isl_stream_error(s, tok, "expecting constant value"); in isl_vec_read_polylib()
3470 isl_stream_error(s, tok, "expecting '['"); in read_aff_domain()