Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c3778 tree fns1; local
3780 for (fns1 = s1; fns1; fns1 = OVL_NEXT (fns1))
3782 tree fn1 = OVL_CURRENT (fns1);
3795 if (!fns1)
/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c3449 tree fns1; in merge_functions() local
3451 for (fns1 = s1; fns1; fns1 = OVL_NEXT (fns1)) in merge_functions()
3453 tree fn1 = OVL_CURRENT (fns1); in merge_functions()
3466 if (!fns1) in merge_functions()