Home
last modified time | relevance | path

Searched refs:isl_stream_next_token (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_read.c89 tok = isl_stream_next_token(s); in read_context()
140 tok = isl_stream_next_token(s); in read_domain()
196 tok = isl_stream_next_token(s); in read_expansion()
207 tok = isl_stream_next_token(s); in read_expansion()
266 tok = isl_stream_next_token(s); in read_extension()
317 tok = isl_stream_next_token(s); in read_filter()
368 tok = isl_stream_next_token(s); in read_guard()
419 tok = isl_stream_next_token(s); in read_mark()
521 tok = isl_stream_next_token(s); in read_band()
546 tok = isl_stream_next_token(s); in read_band()
[all …]
H A Disl_stream.c693 struct isl_token *isl_stream_next_token(__isl_keep isl_stream *s) in isl_stream_next_token() function
707 tok = isl_stream_next_token(s); in isl_stream_eat_if_available()
723 tok = isl_stream_next_token(s); in isl_stream_next_token_is()
735 tok = isl_stream_next_token(s); in isl_stream_read_ident_if_available()
751 tok = isl_stream_next_token(s); in isl_stream_eat()
770 tok = isl_stream_next_token(s); in isl_stream_is_empty()
811 struct isl_token *tok = isl_stream_next_token(s); in isl_stream_free()
985 tok = isl_stream_next_token(s); in isl_stream_yaml_next()
1008 tok = isl_stream_next_token(s); in isl_stream_yaml_next()
1026 tok = isl_stream_next_token(s); in isl_stream_yaml_next()
[all …]
H A Disl_input.c156 tok = isl_stream_next_token(s); in next_token()
161 tok2 = isl_stream_next_token(s); in next_token()
324 tok = isl_stream_next_token(s); in accept_minmax()
396 return next_signed_value_fn(s, &isl_stream_next_token, msg); in next_signed_value()
767 tok = isl_stream_next_token(s); in set_current_line_col()
804 tok = isl_stream_next_token(s); in next_is_comparator()
898 tok = isl_stream_next_token(s); in accept_affine_list()
929 while ((tok = isl_stream_next_token(s)) != NULL) { in read_defined_var_list()
947 tok = isl_stream_next_token(s); in read_defined_var_list()
951 tok = isl_stream_next_token(s); in read_defined_var_list()
[all …]
H A Dextract_key.c57 tok = isl_stream_next_token(s); in KEY_GET()
H A Dread_in_string_templ.c22 tok = isl_stream_next_token(s); in FN()
H A Disl_id.c270 tok = isl_stream_next_token(s); in isl_stream_read_id()
H A Disl_ast.c2650 tok = isl_stream_next_token(s); in next_key()
3294 tok = isl_stream_next_token(s); in next_is_sequence()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dstream.h64 struct isl_token *isl_stream_next_token(__isl_keep isl_stream *s);