Lines Matching defs:functions

812 	 We get warnings about inline functions where they are defined.
813 We get warnings about other functions from push_overloaded_decl.
1053 the functions available for overload resolution, so we do not
2113 /* Check for using functions. */
2152 are the same extern "C" functions, that's ok. */
2170 longer know the type of the set of functions. */
2245 /* We only need to push declarations for those functions
2614 /* NAME is some overloaded functions. */
2885 /* The binfo from which the functions came does not matter. */
3470 /* Combines two sets of overloaded functions into an OVERLOAD chain, removing
3474 doing a sort on the addresses of the functions, if that becomes
3490 need to add it again. For `extern "C"' functions, we
3499 /* If we exhausted all of the functions in S1, FN2 is new. */
3506 /* This should return an error not all definitions define functions.
3507 It is not an error if we find two functions with exactly the
3553 /* Ignore built-in functions that are still anticipated. */
3651 /* Remove any hidden friend functions from a possibly overloaded set
3652 of functions. */
3937 namespace of variables, functions and typedefs. Return a ..._DECL
4269 /* A nonzero return value in the functions below indicates an error. */
4277 tree functions;
4298 total number of functions being compared, which should usually be the
4301 /* We must find only functions, or exactly one non-function. */
4302 if (!k->functions)
4303 k->functions = fn;
4304 else if (fn == k->functions)
4306 else if (is_overloaded_fn (k->functions) && is_overloaded_fn (fn))
4307 k->functions = build_overload (fn, k->functions);
4310 tree f1 = OVL_CURRENT (k->functions);
4400 /* Add functions of a namespace to the lookup structure.
4424 /* We don't want to find arbitrary hidden functions via argument
4529 /* Only interested in global functions with potentially hidden
4674 we only need the first; all the functions will be in the same
4706 are the functions found in normal lookup. */
4715 /* Remove any hidden friend functions from the list of functions
4722 k.functions = fns;
4734 fns = k.functions;