Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_schedule_read.c83 tok = isl_stream_next_token(s); in read_context()
134 tok = isl_stream_next_token(s); in read_domain()
190 tok = isl_stream_next_token(s); in read_expansion()
201 tok = isl_stream_next_token(s); in read_expansion()
260 tok = isl_stream_next_token(s); in read_extension()
311 tok = isl_stream_next_token(s); in read_filter()
362 tok = isl_stream_next_token(s); in read_guard()
413 tok = isl_stream_next_token(s); in read_mark()
530 tok = isl_stream_next_token(s); in read_band()
555 tok = isl_stream_next_token(s); in read_band()
[all …]
Disl_stream.c677 struct isl_token *isl_stream_next_token(__isl_keep isl_stream *s) in isl_stream_next_token() function
691 tok = isl_stream_next_token(s); in isl_stream_eat_if_available()
707 tok = isl_stream_next_token(s); in isl_stream_next_token_is()
719 tok = isl_stream_next_token(s); in isl_stream_read_ident_if_available()
735 tok = isl_stream_next_token(s); in isl_stream_eat()
754 tok = isl_stream_next_token(s); in isl_stream_is_empty()
795 struct isl_token *tok = isl_stream_next_token(s); in isl_stream_free()
969 tok = isl_stream_next_token(s); in isl_stream_yaml_next()
992 tok = isl_stream_next_token(s); in isl_stream_yaml_next()
1010 tok = isl_stream_next_token(s); in isl_stream_yaml_next()
[all …]
Disl_input.c156 tok = isl_stream_next_token(s); in next_token()
161 tok2 = isl_stream_next_token(s); in next_token()
348 tok = isl_stream_next_token(s); in accept_minmax()
782 tok = isl_stream_next_token(s); in set_current_line_col()
819 tok = isl_stream_next_token(s); in next_is_comparator()
913 tok = isl_stream_next_token(s); in accept_affine_list()
944 while ((tok = isl_stream_next_token(s)) != NULL) { in read_defined_var_list()
962 tok = isl_stream_next_token(s); in read_defined_var_list()
966 tok = isl_stream_next_token(s); in read_defined_var_list()
989 tok = isl_stream_next_token(s); in next_is_tuple()
[all …]
Dextract_key.c57 tok = isl_stream_next_token(s); in get_key()
Dread_in_string_templ.c22 tok = isl_stream_next_token(s); in FN()
Disl_id.c259 tok = isl_stream_next_token(s); in isl_stream_read_id()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dstream.h63 struct isl_token *isl_stream_next_token(__isl_keep isl_stream *s);