Searched refs:next_token (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/imath/examples/ |
| H A D | imcalc.c | 196 static token_t next_token(FILE *ifp, char *buf, int size); 282 static token_t next_token(FILE *ifp, char *buf, int size) { in next_token() function 426 while ((next = next_token(ifp, op_state->ibuf, op_state->buflen)) != t_eof) { in run_file() 1066 if (next_token(sp->ifp, sp->ibuf, sp->buflen) != t_symbol) return MP_INPUT; in cf_store() 1078 if (next_token(sp->ifp, sp->ibuf, sp->buflen) != t_symbol) return MP_INPUT; in cf_recall()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_input.c | 195 tok = next_token(s); in isl_stream_read_val() 219 tok2 = next_token(s); in isl_stream_read_val() 263 tok = next_token(s); in int_div_by_cst() 283 tok = next_token(s); in accept_cst_factor() 315 tok = next_token(s); in affine_mod() 432 tok = next_token(s); in accept_div() 487 tok = next_token(s); in accept_affine_factor() 615 tok = next_token(s); in accept_affine() 672 tok = next_token(s); in accept_affine() 1526 tok = next_token(s); in read_tuple_pw_aff_el() [all …]
|
| H A D | isl_stream.c | 378 static struct isl_token *next_token(__isl_keep isl_stream *s, int same_line) in next_token() function 688 return next_token(s, 0); in isl_stream_next_token() 693 return next_token(s, 1); in isl_stream_next_token_on_same_line()
|