Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDclass.c911 tree current_fns; in add_method() local
987 current_fns = insert_p ? NULL_TREE : VEC_index (tree, method_vec, slot); in add_method()
998 for (fns = current_fns; fns; fns = OVL_NEXT (fns)) in add_method()
1079 if (current_fns && DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P (method)) in add_method()
1083 overload = build_overload (method, current_fns); in add_method()