Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.c1529 add_tlist (to, add, exclude_writer, copy) in add_tlist() argument
1532 tree exclude_writer;
1540 if (! exclude_writer || add->writer != exclude_writer)
/openbsd/src/gnu/gcc/gcc/
Dc-common.c1170 add_tlist (struct tlist **to, struct tlist *add, tree exclude_writer, int copy) in add_tlist() argument
1177 if (!exclude_writer || add->writer != exclude_writer) in add_tlist()