| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | expr.c | 123 return expand_expr (BASELINK_FUNCTIONS (exp), target, tmode, in cxx_expand_expr()
|
| D | cp-objcp-common.c | 194 return staticp (BASELINK_FUNCTIONS (arg)); in cxx_staticp()
|
| D | ptree.c | 173 print_node (file, "functions", BASELINK_FUNCTIONS (node), indent + 4); in cxx_print_xnode()
|
| D | 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()
|
| D | 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() 7860 fns = BASELINK_FUNCTIONS (baselink); in tsubst_baselink() 7879 fns = BASELINK_FUNCTIONS (baselink); in tsubst_baselink() 7885 BASELINK_FUNCTIONS (baselink) in tsubst_baselink() 7887 BASELINK_FUNCTIONS (baselink), in tsubst_baselink() 9322 BASELINK_FUNCTIONS (member) in tsubst_copy_and_build() [all …]
|
| D | cxx-pretty-print.c | 186 pp_cxx_unqualified_id (pp, BASELINK_FUNCTIONS (t)); in pp_cxx_unqualified_id() 354 t = BASELINK_FUNCTIONS (t); in pp_cxx_primary_expression()
|
| D | except.c | 783 cleanup = BASELINK_FUNCTIONS (cleanup); in build_throw()
|
| D | decl2.c | 2955 if (TREE_CODE (BASELINK_FUNCTIONS (t)) == FUNCTION_DECL) in cxx_callgraph_analyze_expr() 2956 cgraph_mark_needed_node (cgraph_node (BASELINK_FUNCTIONS (t))); in cxx_callgraph_analyze_expr() 3484 decl = BASELINK_FUNCTIONS (decl); in mark_used()
|
| D | semantics.c | 1584 fns = BASELINK_FUNCTIONS (expr); in finish_qualified_id_expr() 1829 representative_fn = BASELINK_FUNCTIONS (fn); in finish_call_expr() 2656 fns = BASELINK_FUNCTIONS (fns); in finish_id_expression()
|
| D | cp-gimplify.c | 501 *expr_p = BASELINK_FUNCTIONS (*expr_p); in cp_gimplify_expr()
|
| D | name-lookup.c | 2578 value_binding = BASELINK_FUNCTIONS (value_binding); in get_class_binding() 2850 decl = BASELINK_FUNCTIONS (decl); in do_class_using_decl() 4592 n = BASELINK_FUNCTIONS (n); in arg_assoc() 5147 t = BASELINK_FUNCTIONS (t); in cp_emit_debug_info_for_using()
|
| D | 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.
|
| D | error.c | 890 dump_decl (BASELINK_FUNCTIONS (t), flags); in dump_decl() 1730 dump_expr (OVL_CURRENT (BASELINK_FUNCTIONS (t)), in dump_expr()
|
| D | call.c | 2557 ctors = BASELINK_FUNCTIONS (ctors); in build_user_type_conversion_1() 2994 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) in build_object_call() 3744 add_candidates (BASELINK_FUNCTIONS (fns), arglist, in build_new_op() 4059 for (fn = BASELINK_P (fns) ? BASELINK_FUNCTIONS (fns) : fns; in build_op_delete_call() 5366 fns = BASELINK_FUNCTIONS (fns); in build_new_method_call()
|
| D | cp-tree.def | 91 class. BASELINK_FUNCTIONS gives the FUNCTION_DECL,
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | tree.c | 931 x = BASELINK_FUNCTIONS (x); 946 x = BASELINK_FUNCTIONS (x); 963 fns = BASELINK_FUNCTIONS (fns); 974 from = BASELINK_FUNCTIONS (from);
|
| D | call.c | 580 BASELINK_FUNCTIONS (fn) 582 BASELINK_FUNCTIONS (fn), 2628 ctors = BASELINK_FUNCTIONS (ctors); 2843 fns = BASELINK_FUNCTIONS (fns); in resolve_scoped_fn_name() 2846 BASELINK_FUNCTIONS (fn) = fns; in resolve_scoped_fn_name() 2993 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) 3650 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) 3977 for (fn = BASELINK_P (fns) ? BASELINK_FUNCTIONS (fns) : fns; 5002 fns = BASELINK_FUNCTIONS (fns); in build_new_method_call()
|
| D | except.c | 760 cleanup = BASELINK_FUNCTIONS (cleanup);
|
| D | init.c | 1467 BASELINK_FUNCTIONS (fns) = build_nt (TEMPLATE_ID_EXPR, 1468 BASELINK_FUNCTIONS (fns), 1634 t = BASELINK_FUNCTIONS (fnfields);
|
| D | decl2.c | 3600 BASELINK_FUNCTIONS (fn) = build_nt (TEMPLATE_ID_EXPR, in build_call_from_tree() 3601 BASELINK_FUNCTIONS (fn), in build_call_from_tree() 4382 n = BASELINK_FUNCTIONS (n); 4763 name = BASELINK_FUNCTIONS (name);
|
| D | search.c | 1438 BASELINK_FUNCTIONS (baselink) = functions; in build_baselink() 2642 value_binding = BASELINK_FUNCTIONS (value_binding);
|
| D | cp-tree.def | 93 class. BASELINK_FUNCTIONS gives the FUNCTION_DECL,
|
| D | error.c | 1016 dump_decl (BASELINK_FUNCTIONS (t), flags); 1929 dump_expr (OVL_CURRENT (BASELINK_FUNCTIONS (t)),
|
| D | class.c | 1213 fdecl = BASELINK_FUNCTIONS (fdecl); 4387 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) 6346 rhs = BASELINK_FUNCTIONS (rhs); 6394 return instantiate_type (lhstype, BASELINK_FUNCTIONS (rhs), 6430 return instantiate_type (lhstype, BASELINK_FUNCTIONS (rhs), flags);
|
| D | typeck.c | 2041 functions = BASELINK_FUNCTIONS (member); in build_class_member_access_expr() 2130 my_friendly_assert ((TREE_CODE (BASELINK_FUNCTIONS (name)) in finish_class_member_access_expr() 2238 BASELINK_FUNCTIONS (template) in finish_class_member_access_expr() 2240 BASELINK_FUNCTIONS (template), in finish_class_member_access_expr()
|