Lines Matching refs:printf
606 printf ("\nElapsed time for major events\n\n"); in CmDumpAllEvents()
632 printf ("%8u usec %8u msec - %s\n", in CmDumpAllEvents()
676 printf ("\nMiscellaneous compile statistics\n\n"); in CmCleanupAndExit()
677 printf ("%11u : %s\n", TotalParseNodes, "Parse nodes"); in CmCleanupAndExit()
678 printf ("%11u : %s\n", Gbl_NsLookupCount, "Namespace searches"); in CmCleanupAndExit()
679 printf ("%11u : %s\n", TotalNamedObjects, "Named objects"); in CmCleanupAndExit()
680 printf ("%11u : %s\n", TotalMethods, "Control methods"); in CmCleanupAndExit()
681 printf ("%11u : %s\n", TotalAllocations, "Memory Allocations"); in CmCleanupAndExit()
682 printf ("%11u : %s\n", TotalAllocated, "Total allocated memory"); in CmCleanupAndExit()
683 printf ("%11u : %s\n", TotalFolds, "Constant subtrees folded"); in CmCleanupAndExit()
684 printf ("\n"); in CmCleanupAndExit()
705 printf ("\nMaximum error count (%u) exceeded\n", in CmCleanupAndExit()