Searched refs:isl_stream_ungetc (Results 1 – 1 of 1) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_stream.c | 268 static void isl_stream_ungetc(__isl_keep isl_stream *s, int c) in isl_stream_ungetc() function 292 isl_stream_ungetc(s, c); in isl_stream_getc() 457 isl_stream_ungetc(s, c); in next_token() 477 isl_stream_ungetc(s, c); in next_token() 500 isl_stream_ungetc(s, c); in next_token() 504 isl_stream_ungetc(s, c); in next_token() 541 isl_stream_ungetc(s, c); in next_token() 556 isl_stream_ungetc(s, c); in next_token() 582 isl_stream_ungetc(s, c); in next_token() 607 isl_stream_ungetc(s, c); in next_token() [all …]
|