Searched refs:isl_stream_next_token_is (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/include/isl/
H A Dstream.h93 int isl_stream_next_token_is(struct isl_stream *s, int type);
/haiku-buildtools/isl/
H A Disl_input.c598 isl_stream_next_token_is(s, ISL_TOKEN_IDENT)) {
888 is_tuple = isl_stream_next_token_is(s, '[');
1040 if (isl_stream_next_token_is(s, ']'))
1076 isl_stream_next_token_is(s, '[')) {
1359 if (isl_stream_next_token_is(s, '('))
1363 if (isl_stream_next_token_is(s, ISL_TOKEN_EXISTS) ||
1364 isl_stream_next_token_is(s, ISL_TOKEN_NOT) ||
1365 isl_stream_next_token_is(s, ISL_TOKEN_TRUE) ||
1366 isl_stream_next_token_is(s, ISL_TOKEN_FALSE) ||
1367 isl_stream_next_token_is(
[all...]

Completed in 57 milliseconds