Searched refs:pprint_stmt_list (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/cloog/source/
H A Dpprint.c84 static void pprint_stmt_list(struct cloogoptions *options, FILE *dst, int indent,
396 pprint_stmt_list(options, dst, indent + INDENT_STEP, g->then);
525 pprint_stmt_list(options, dst, indent + INDENT_STEP, f->body);
534 void pprint_stmt_list(struct cloogoptions *options, FILE *dst, int indent, function
554 pprint_stmt_list(options, dst, indent + INDENT_STEP,
572 pprint_stmt_list(options, foo, indent, root);

Completed in 44 milliseconds