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

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c61 enum phases { DEFAULT, PREPROCESS, COMPILE, ASSEMBLE, LINK } last_phase = enumerator in enum:phases
340 if (last_phase == PREPROCESS && final_output == NULL)
344 last_phase == PREPROCESS);
437 if (last_phase == PREPROCESS)
616 set_last_phase(PREPROCESS);
836 if (last_phase == PREPROCESS && final_output == NULL)

Completed in 101 milliseconds