Searched refs:nterms (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genattrtab.c | 3803 find_and_mark_used_attributes (exp, terms, nterms) in find_and_mark_used_attributes() argument 3805 int *nterms; 3818 *nterms += 1; 3828 if (! find_and_mark_used_attributes (XEXP (exp, 2), terms, nterms)) 3832 if (! find_and_mark_used_attributes (XEXP (exp, 1), terms, nterms)) 3835 if (! find_and_mark_used_attributes (XEXP (exp, 0), terms, nterms)) 3841 if (! find_and_mark_used_attributes (XVECEXP (exp, 0, i), terms, nterms)) 3843 if (! find_and_mark_used_attributes (XEXP (exp, 1), terms, nterms))
|