Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc1374 static struct user_specs *user_specs_head, *user_specs_tail; variable
4486 if (user_specs_tail) in driver_handle_option()
4487 user_specs_tail->next = user; in driver_handle_option()
4490 user_specs_tail = user; in driver_handle_option()
11099 user_specs_tail = NULL; in finalize()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1248 static struct user_specs *user_specs_head, *user_specs_tail; variable
4183 if (user_specs_tail) in driver_handle_option()
4184 user_specs_tail->next = user; in driver_handle_option()
4187 user_specs_tail = user; in driver_handle_option()
10159 user_specs_tail = NULL; in finalize()