Searched refs:isl_stream_error (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Disl_input.c158 isl_stream_error(s, tok2, "expecting constant value");
192 isl_stream_error(s, NULL, "unexpected EOF");
209 isl_stream_error(s, tok, "expecting value");
216 isl_stream_error(s, NULL, "unexpected EOF");
220 isl_stream_error(s, tok2, "expecting value");
258 isl_stream_error(s, tok, "expecting constant value");
290 isl_stream_error(s, tok, "expecting constant value");
409 isl_stream_error(s, tok, "expected denominator");
446 isl_stream_error(s, NULL, "unexpected EOF");
462 isl_stream_error(
[all...]
H A Disl_stream.c132 void isl_stream_error(struct isl_stream *s, struct isl_token *tok, char *msg) function
494 isl_stream_error(s, NULL, "unterminated string");
723 isl_stream_error(s, tok, "expecting other token");
769 isl_stream_error(s, tok, "unexpected token");
/haiku-buildtools/isl/include/isl/
H A Dstream.h89 void isl_stream_error(struct isl_stream *s, struct isl_token *tok, char *msg);

Completed in 45 milliseconds