Lines Matching refs:FN

134 #define convert_like_with_context(CONV, EXPR, FN, ARGNO)	\
135 convert_like_real ((CONV), (EXPR), (FN), (ARGNO), 0, \
393 FN. */
397 /* If FN is a user-defined conversion, the standard conversion
398 sequence from the type returned by FN to the desired destination
402 /* If FN is a member function, the binfo indicating the path used to
403 qualify the name of FN at the call site. This path is used to
404 determine whether or not FN is accessible if it is selected by
405 overload resolution. The DECL_CONTEXT of FN will always be a
408 /* If FN is a non-static member function, the binfo indicating the
409 subobject to which the `this' pointer should be converted if FN
1330 /* Create an overload candidate for the function or method FN called with
1467 /* Create an overload candidate for the conversion function FN which will
1472 Actually, we don't really care about FN; we care about the type it
2746 /* Perform overload resolution on FN, which is called with the ARGS.
2771 /* Check FN and ARGS. */
2800 /* Return an expression for a call to FN (a namespace-scope function,
2867 *COOKIE_SIZE is set to NULL_TREE. If FN is non-NULL, it will be
4130 /* If the FN is a member function, make sure that it is
4237 /* Perform the conversions in CONVS on the expression EXPR. FN and
4626 the indicated TYPE, which is a parameter to FN. Do any required
4745 /* Returns true iff FN is a function with magic varargs, i.e. ones for
4813 /* If FN is a template function, two cases must be considered.
4831 We check access of FN using its primary template.
5081 /* Build and return a call to FN, using ARGS. This function performs
5118 method FN. This is achieved by generating a call to libjava's
5159 /* Determine the itable index of FN. */
5356 /* Build a call to "INSTANCE.FN (ARGS)". If FN_P is non-NULL, it will