Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDexpr.c123 return expand_expr (BASELINK_FUNCTIONS (exp), target, tmode, in cxx_expand_expr()
HDcp-objcp-common.c194 return staticp (BASELINK_FUNCTIONS (arg)); in cxx_staticp()
HDptree.c174 print_node (file, "functions", BASELINK_FUNCTIONS (node), indent + 4); in cxx_print_xnode()
HDtree.c861 x = BASELINK_FUNCTIONS (x); in is_overloaded_fn()
888 from = BASELINK_FUNCTIONS (from); in get_first_fn()
1538 && cp_tree_equal (BASELINK_FUNCTIONS (t1), in cp_tree_equal()
1539 BASELINK_FUNCTIONS (t2))); in cp_tree_equal()
HDpt.c1407 fns = BASELINK_FUNCTIONS (fns); in determine_specialization()
3509 fn_no_ptr = BASELINK_FUNCTIONS (fn_no_ptr); in convert_nontype_argument_function()
4438 BASELINK_FUNCTIONS (fns) = build2 (TEMPLATE_ID_EXPR, in lookup_template_function()
4440 BASELINK_FUNCTIONS (fns), in lookup_template_function()
5101 if (for_each_template_parm (BASELINK_FUNCTIONS (*tp), fn, data, in for_each_template_parm_r()
7874 fns = BASELINK_FUNCTIONS (baselink); in tsubst_baselink()
7893 fns = BASELINK_FUNCTIONS (baselink); in tsubst_baselink()
7899 BASELINK_FUNCTIONS (baselink) in tsubst_baselink()
7901 BASELINK_FUNCTIONS (baselink), in tsubst_baselink()
9358 BASELINK_FUNCTIONS (member) in tsubst_copy_and_build()
[all …]
HDcxx-pretty-print.c186 pp_cxx_unqualified_id (pp, BASELINK_FUNCTIONS (t)); in pp_cxx_unqualified_id()
358 t = BASELINK_FUNCTIONS (t); in pp_cxx_primary_expression()
HDexcept.c783 cleanup = BASELINK_FUNCTIONS (cleanup); in build_throw()
HDdecl2.c2999 if (TREE_CODE (BASELINK_FUNCTIONS (t)) == FUNCTION_DECL) in cxx_callgraph_analyze_expr()
3000 cgraph_mark_needed_node (cgraph_node (BASELINK_FUNCTIONS (t))); in cxx_callgraph_analyze_expr()
3567 decl = BASELINK_FUNCTIONS (decl); in mark_used()
HDsemantics.c1613 fns = BASELINK_FUNCTIONS (expr); in finish_qualified_id_expr()
1858 representative_fn = BASELINK_FUNCTIONS (fn); in finish_call_expr()
2779 fns = BASELINK_FUNCTIONS (fns); in finish_id_expression()
HDcp-gimplify.c540 *expr_p = BASELINK_FUNCTIONS (*expr_p); in cp_gimplify_expr()
HDname-lookup.c2611 value_binding = BASELINK_FUNCTIONS (value_binding); in get_class_binding()
2883 decl = BASELINK_FUNCTIONS (decl); in do_class_using_decl()
4648 n = BASELINK_FUNCTIONS (n); in arg_assoc()
5203 t = BASELINK_FUNCTIONS (t); in cp_emit_debug_info_for_using()
HDChangeLog-20021880 (build_user_type_conversion_1): Use BASELINK_FUNCTIONS.
1883 (type_requires_array_cookie): Use BASELINK_FUNCTIONS.
1889 (BASELINK_FUNCTIONS): Likewise.
1910 (build_throw): Use BASELINK_FUNCTIONS.
2480 * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2483 * cp-tree.h (BASELINK_FUNCTIONS): New macro.
2488 * error.c (dump_expr): Use BASELINK_FUNCTIONS.
2492 * pt.c (determine_specialization): Use BASELINK_FUNCTIONS.
2495 * tree.c (is_overloaded_fn): Use BASELINK_FUNCTIONS.
2498 (get_first_fn): USe BASELINK_FUNCTIONS.
HDerror.c899 dump_decl (BASELINK_FUNCTIONS (t), flags); in dump_decl()
1747 dump_expr (OVL_CURRENT (BASELINK_FUNCTIONS (t)), in dump_expr()
HDcall.c2570 ctors = BASELINK_FUNCTIONS (ctors); in build_user_type_conversion_1()
3007 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) in build_object_call()
3766 add_candidates (BASELINK_FUNCTIONS (fns), arglist, in build_new_op()
4081 for (fn = BASELINK_P (fns) ? BASELINK_FUNCTIONS (fns) : fns; in build_op_delete_call()
5408 fns = BASELINK_FUNCTIONS (fns); in build_new_method_call()
HDcp-tree.def91 class. BASELINK_FUNCTIONS gives the FUNCTION_DECL,
HDtypeck.c1994 functions = BASELINK_FUNCTIONS (member); in build_class_member_access_expr()
2092 fns = BASELINK_FUNCTIONS (fns); in check_template_keyword()
4487 arg = BASELINK_FUNCTIONS (arg); in build_unary_op()
4550 tree fn = BASELINK_FUNCTIONS (TREE_OPERAND (arg, 1)); in build_unary_op()
HDmangle.c2049 expr = BASELINK_FUNCTIONS (expr); in write_expression()
HDsearch.c1169 BASELINK_FUNCTIONS (baselink) = functions; in build_baselink()
HDinit.c1368 tree t = BASELINK_FUNCTIONS (member); in build_offset_ref()
HDclass.c4083 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) in type_requires_array_cookie()
6083 rhs = BASELINK_FUNCTIONS (rhs); in instantiate_type()
HDcp-tree.h334 #define BASELINK_FUNCTIONS(NODE) \ macro
HDparser.c9561 fns = BASELINK_P (decl) ? BASELINK_FUNCTIONS (decl) : decl; in cp_parser_template_name()
12609 id = BASELINK_FUNCTIONS (id); in cp_parser_declarator_id()
15531 gcc_assert (TREE_CODE (BASELINK_FUNCTIONS (name)) in cp_parser_lookup_name()
HDChangeLog-20036313 (BASELINK_FUNCTIONS): Likewise.