Searched refs:fnsp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dclass.c2281 tree *fnsp;
2290 for (fnsp = &virtuals; *fnsp; )
2292 tree fn = TREE_VALUE (*fnsp);
2299 BV_DELTA (*fnsp) = integer_zero_node;
2300 BV_VCALL_INDEX (*fnsp) = NULL_TREE;
2303 fnsp = &TREE_CHAIN (*fnsp);
2307 *fnsp = TREE_CHAIN (*fnsp);
2277 tree *fnsp; local
[all...]
H A Dtree.c2124 varray_type *fnsp = (varray_type *)fns_p;
2130 VARRAY_PUSH_TREE (*fnsp, s->function_decl);
2117 varray_type *fnsp = (varray_type *)fns_p; local

Completed in 111 milliseconds