Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c148 static size_t save_temps_length = 0; variable
3875 save_temps_length = strlen (save_temps_prefix); in process_command()
3879 save_temps_length -= strlen (temp); in process_command()
3880 save_temps_prefix[save_temps_length] = '\0'; in process_command()
3886 save_temps_length = strlen (save_temps_prefix); in process_command()
4594 if (save_temps_length) in do_spec_1()
4595 obstack_grow (&obstack, save_temps_prefix, save_temps_length); in do_spec_1()
4604 if (save_temps_length) in do_spec_1()
4605 obstack_grow (&obstack, save_temps_prefix, save_temps_length); in do_spec_1()
4763 if (save_temps_length) in do_spec_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c275 static size_t save_temps_length = 0; variable
4517 save_temps_length = strlen (save_temps_prefix); in process_command()
4521 save_temps_length -= strlen (temp); in process_command()
4522 save_temps_prefix[save_temps_length] = '\0'; in process_command()
4528 save_temps_length = strlen (save_temps_prefix); in process_command()
5261 if (save_temps_length) in do_spec_1()
5262 obstack_grow (&obstack, save_temps_prefix, save_temps_length); in do_spec_1()
5271 if (save_temps_length) in do_spec_1()
5272 obstack_grow (&obstack, save_temps_prefix, save_temps_length); in do_spec_1()
5431 if (save_temps_length) in do_spec_1()
[all …]