Lines Matching defs:memf
91 FILE* const memf = u_memstream_get(&mem);
93 fprintf(memf, "%s: ", msg);
94 aco_print_instr(instr, memf);
698 FILE* const memf = u_memstream_get(&mem);
700 fprintf(memf, "RA error found at instruction in BB%d:\n", loc.block->index);
702 aco_print_instr(loc.instr, memf);
703 fprintf(memf, "\n%s", msg);
705 fprintf(memf, "%s", msg);
708 fprintf(memf, " in BB%d:\n", loc2.block->index);
709 aco_print_instr(loc2.instr, memf);
711 fprintf(memf, "\n\n");