Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc964 for (ovl_iterator iter (get_fns (t)); iter; ++iter) in shared_member_p()
H A Dtree.cc2648 get_fns (tree from) in get_fns() function
2661 return OVL_FIRST (get_fns (from)); in get_first_fn()
H A Dsemantics.cc2735 fn = get_fns (fn); in finish_call_expr()
5929 for (lkp_iterator iter (get_fns (fns)); iter; ++iter) in omp_reduction_lookup()
H A DChangeLog-20173934 (get_fns, get_first_fn): Make pure.
4028 * tree.c (get_fns): Document. Assert we got an overload.
H A Dcp-tree.h7870 extern tree get_fns (tree) ATTRIBUTE_PURE;
H A DChangeLog-20103288 * tree.c (get_fns): Split out from get_first_fn.
H A DChangeLog-20182433 (get_fns): ... here. Call it.
H A Dparser.cc6855 tree fns = get_fns (tid); in cp_parser_nested_name_specifier_opt()
7793 tree fns = get_fns (postfix_expression); in cp_parser_postfix_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c938 for (ovl_iterator iter (get_fns (t)); iter; ++iter) in shared_member_p()
H A Dtree.c2524 get_fns (tree from) in get_fns() function
2537 return OVL_FIRST (get_fns (from)); in get_first_fn()
H A Dsemantics.c2506 fn = get_fns (fn); in finish_call_expr()
5501 for (lkp_iterator iter (get_fns (fns)); iter; ++iter) in omp_reduction_lookup()
H A Dcp-tree.h7466 extern tree get_fns (tree) ATTRIBUTE_PURE;
H A Dparser.c6519 tree fns = get_fns (tid); in cp_parser_nested_name_specifier_opt()