Home
last modified time | relevance | path

Searched refs:save_temps_flag (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c144 } save_temps_flag; variable
3416 save_temps_flag = SAVE_TEMPS_CWD; in driver_handle_option()
3422 save_temps_flag = SAVE_TEMPS_CWD; in driver_handle_option()
3425 save_temps_flag = SAVE_TEMPS_OBJ; in driver_handle_option()
3427 save_temps_flag = SAVE_TEMPS_OBJZ; in driver_handle_option()
3873 if (save_temps_flag == SAVE_TEMPS_OBJ && save_temps_prefix != NULL) in process_command()
3884 else if (save_temps_flag == SAVE_TEMPS_OBJZ && save_temps_prefix != NULL) in process_command()
3894 if (save_temps_flag && use_pipes) in process_command()
3897 if (save_temps_flag) in process_command()
4473 record_temp_file (temp_file, !save_temps_flag, !save_temps_flag); in create_at_file()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c271 } save_temps_flag; variable
4014 save_temps_flag = SAVE_TEMPS_CWD; in driver_handle_option()
4020 save_temps_flag = SAVE_TEMPS_CWD; in driver_handle_option()
4023 save_temps_flag = SAVE_TEMPS_OBJ; in driver_handle_option()
4025 save_temps_flag = SAVE_TEMPS_OBJZ; in driver_handle_option()
4515 if (save_temps_flag == SAVE_TEMPS_OBJ && save_temps_prefix != NULL) in process_command()
4526 else if (save_temps_flag == SAVE_TEMPS_OBJZ && save_temps_prefix != NULL) in process_command()
4536 if (save_temps_flag && use_pipes) in process_command()
4539 if (save_temps_flag) in process_command()
5140 record_temp_file (temp_file, !save_temps_flag, !save_temps_flag); in create_at_file()
[all …]