Home
last modified time | relevance | path

Searched refs:buf_n (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_printer.c78 p->buf_n += len; in str_print()
80 p->buf[p->buf_n] = '\0'; in str_print()
95 p->buf[p->buf_n++] = ' '; in str_print_indent()
96 p->buf[p->buf_n] = '\0'; in str_print_indent()
123 p->buf_n = 0; in str_flush()
124 p->buf[p->buf_n] = '\0'; in str_flush()
142 left = p->buf_size - p->buf_n; in str_print_double()
145 p->buf_n += need; in str_print_double()
162 p->buf_n += need; in str_print_int()
227 p->buf_n = 0; in isl_printer_to_file()
[all …]
H A Disl_printer_private.h30 int buf_n; member