Searched refs:isl_stream_push_char (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_stream.c | 288 static int isl_stream_push_char(__isl_keep isl_stream *s, int c) in isl_stream_push_char() function 464 if (isl_stream_push_char(s, c)) in next_token() 467 if (isl_stream_push_char(s, c)) in next_token() 471 isl_stream_push_char(s, '\0'); in next_token() 488 isl_stream_push_char(s, c); in next_token() 491 isl_stream_push_char(s, c); in next_token() 495 isl_stream_push_char(s, c); in next_token() 498 isl_stream_push_char(s, '\0'); in next_token() 514 isl_stream_push_char(s, c); in next_token() 519 isl_stream_push_char(s, '\0'); in next_token()
|