Home | History | Annotate | Download | only in src

Lines Matching refs:PrintF

78     PrintF("*** Generate code for %s function: ", ftype);
80 PrintF(" ***\n");
84 PrintF("--- Source from AST ---\n%s\n",
89 PrintF("--- AST ---\n%s\n",
125 PrintF("--- Raw source ---\n");
133 if (stream.has_more()) PrintF("%c", stream.GetNext());
135 PrintF("\n\n");
139 PrintF("--- Unoptimized code ---\n");
143 PrintF("--- Optimized code ---\n");
145 PrintF("--- Code ---\n");