Searched refs:BASELINK_FUNCTIONS (Results 1 – 23 of 23) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | expr.c | 123 return expand_expr (BASELINK_FUNCTIONS (exp), target, tmode, in cxx_expand_expr()
|
| HD | cp-objcp-common.c | 194 return staticp (BASELINK_FUNCTIONS (arg)); in cxx_staticp()
|
| HD | ptree.c | 174 print_node (file, "functions", BASELINK_FUNCTIONS (node), indent + 4); in cxx_print_xnode()
|
| HD | tree.c | 861 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()
|
| HD | pt.c | 1407 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 …]
|
| HD | cxx-pretty-print.c | 186 pp_cxx_unqualified_id (pp, BASELINK_FUNCTIONS (t)); in pp_cxx_unqualified_id() 358 t = BASELINK_FUNCTIONS (t); in pp_cxx_primary_expression()
|
| HD | except.c | 783 cleanup = BASELINK_FUNCTIONS (cleanup); in build_throw()
|
| HD | decl2.c | 2999 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()
|
| HD | semantics.c | 1613 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()
|
| HD | cp-gimplify.c | 540 *expr_p = BASELINK_FUNCTIONS (*expr_p); in cp_gimplify_expr()
|
| HD | name-lookup.c | 2611 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()
|
| HD | ChangeLog-2002 | 1880 (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.
|
| HD | error.c | 899 dump_decl (BASELINK_FUNCTIONS (t), flags); in dump_decl() 1747 dump_expr (OVL_CURRENT (BASELINK_FUNCTIONS (t)), in dump_expr()
|
| HD | call.c | 2570 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()
|
| HD | cp-tree.def | 91 class. BASELINK_FUNCTIONS gives the FUNCTION_DECL,
|
| HD | typeck.c | 1994 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()
|
| HD | mangle.c | 2049 expr = BASELINK_FUNCTIONS (expr); in write_expression()
|
| HD | search.c | 1169 BASELINK_FUNCTIONS (baselink) = functions; in build_baselink()
|
| HD | init.c | 1368 tree t = BASELINK_FUNCTIONS (member); in build_offset_ref()
|
| HD | class.c | 4083 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) in type_requires_array_cookie() 6083 rhs = BASELINK_FUNCTIONS (rhs); in instantiate_type()
|
| HD | cp-tree.h | 334 #define BASELINK_FUNCTIONS(NODE) \ macro
|
| HD | parser.c | 9561 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()
|
| HD | ChangeLog-2003 | 6313 (BASELINK_FUNCTIONS): Likewise.
|