Lines Matching defs:functions

1145 build_baselink (tree binfo, tree access_binfo, tree functions, tree optype)
1149 gcc_assert (TREE_CODE (functions) == FUNCTION_DECL
1150 || TREE_CODE (functions) == TEMPLATE_DECL
1151 || TREE_CODE (functions) == TEMPLATE_ID_EXPR
1152 || TREE_CODE (functions) == OVERLOAD);
1154 gcc_assert (TREE_TYPE (functions));
1157 TREE_TYPE (baselink) = TREE_TYPE (functions);
1160 BASELINK_FUNCTIONS (baselink) = functions;
1305 /* Ignore functions, but propagate the ambiguity list. */
1322 /* Ignore non-functions, but propagate the ambiguity list. */
1358 /* All the templated conversion functions are on the same
1371 Does not lazily declare implicitly-declared member functions. */
1502 /* As above, but avoid lazily declaring functions. */
1988 virtual functions in TYPE's hierarchy which FNDECL overrides.
2020 /* Look in TYPE for virtual functions with the same signature as
2030 no virtual functions. */
2064 /* Look in TYPE for virtual functions overridden by FNDECL. Check both
2126 collect the pure virtual functions. We look at the vtable in
2127 each class to determine what pure virtual functions are present.
2244 is the list of lists of conversion functions that could hide CONV
2245 and OTHER_CONVS is the list of lists of conversion functions that
2315 of conversion functions, the first slot will be for the current
2317 of conversion functions from children of the current binfo,
2352 /* Worker for lookup_conversions. Lookup conversion functions in
2363 The located conversion functions are held in lists of lists. The
2364 TREE_VALUE of the outer list is the list of conversion functions
2510 conversion functions for TYPE (and its base-classes). The
2513 functions in this node were selected. This function is effectively