Home
last modified time | relevance | path

Searched refs:temp_names (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c1736 } *temp_names; variable
4590 for (t = temp_names; t; t = t->next)
4603 t->next = temp_names;
4604 temp_names = t;
H A DChangeLog.06487 (temp_names): Define only #ifdef MKTEMP_EACH_FILE.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c1894 } *temp_names; variable
4904 for (t = temp_names; t; t = t->next) in do_spec_1()
4917 t->next = temp_names; in do_spec_1()
4918 temp_names = t; in do_spec_1()