Searched refs:fnsp (Results 1 – 4 of 4) sorted by relevance
2264 tree *fnsp; in modify_all_vtables() local2273 for (fnsp = &virtuals; *fnsp; ) in modify_all_vtables()2275 tree fn = TREE_VALUE (*fnsp); in modify_all_vtables()2282 BV_DELTA (*fnsp) = integer_zero_node; in modify_all_vtables()2283 BV_VCALL_INDEX (*fnsp) = NULL_TREE; in modify_all_vtables()2286 fnsp = &TREE_CHAIN (*fnsp); in modify_all_vtables()2290 *fnsp = TREE_CHAIN (*fnsp); in modify_all_vtables()
2100 varray_type *fnsp = (varray_type *)fns_p; in cp_add_pending_fn_decls() local2106 VARRAY_PUSH_TREE (*fnsp, s->function_decl); in cp_add_pending_fn_decls()
2548 tree *fnsp; local2561 for (fnsp = &virtuals; *fnsp; )2563 tree fn = TREE_VALUE (*fnsp);2570 BV_DELTA (*fnsp) = integer_zero_node;2571 BV_VCALL_INDEX (*fnsp) = NULL_TREE;2574 fnsp = &TREE_CHAIN (*fnsp);2578 *fnsp = TREE_CHAIN (*fnsp);
2204 varray_type *fnsp = (varray_type *)fns_p; local2210 VARRAY_PUSH_TREE (*fnsp, s->function_decl);