/openbsd/gnu/gcc/gcc/cp/ |
H A D | name-lookup.c | 653 if (decls_match (OVL_CURRENT (match), x)) in pushdecl_maybe_friend() 661 t = OVL_CURRENT (match); in pushdecl_maybe_friend() 1918 tree fn = OVL_CURRENT (tmp); in push_overloaded_decl() 2109 tree new_fn = OVL_CURRENT (tmp); in do_nonmember_using_decl() 2119 tree old_fn = OVL_CURRENT (tmp1); in do_nonmember_using_decl() 2938 fn = OVL_CURRENT (old); in set_decl_namespace() 3448 tree fn2 = OVL_CURRENT (s2); in merge_functions() 3453 tree fn1 = OVL_CURRENT (fns1); in merge_functions() 3617 if (hidden_name_p (OVL_CURRENT (o))) in remove_hidden_names() 4374 OVL_CURRENT (value))) in arg_assoc_namespace() [all …]
|
H A D | search.c | 1001 tree fn = OVL_CURRENT (t); in shared_member_p() 1348 fn = OVL_CURRENT (fn); in lookup_conversion_operator() 1427 if (!DECL_CONV_FN_P (OVL_CURRENT (fn))) in lookup_fnfields_1() 1447 tmp = DECL_NAME (OVL_CURRENT (tmp)); in lookup_fnfields_1() 1462 if (DECL_NAME (OVL_CURRENT (fn)) == name) in lookup_fnfields_1() 1957 tree fn = OVL_CURRENT (fns); in look_for_overrides_here() 2317 tree cur = OVL_CURRENT (conv); in lookup_conversions_r() 2330 tree tpl = OVL_CURRENT (tpls); in lookup_conversions_r() 2406 IDENTIFIER_MARKED (DECL_NAME (OVL_CURRENT (TREE_VALUE (conv)))) = 0; in lookup_conversions_r()
|
H A D | class.c | 966 m = OVL_CURRENT (m); in add_method() 1000 tree fn = OVL_CURRENT (fns); in add_method() 1176 old_value = OVL_CURRENT (old_value); in handle_using_decl() 1200 OVL_CURRENT (old_value)); in handle_using_decl() 1602 tree ctor = OVL_CURRENT (fn); in maybe_warn_about_overly_private_class() 1645 if (DECL_NAME (OVL_CURRENT (*m1)) < DECL_NAME (OVL_CURRENT (*m2))) in method_name_cmp() 2314 tree method = OVL_CURRENT (methods); in get_basefndecls() 2420 fndecl = OVL_CURRENT (fn); in warn_hidden() 4060 fn = OVL_CURRENT (fns); in type_requires_array_cookie() 5807 tree fn = OVL_CURRENT (fns); in resolve_address_of_overloaded_function() [all …]
|
H A D | call.c | 945 tree f = OVL_CURRENT (fns); in convert_class_to_reference() 2569 tree ctor = OVL_CURRENT (ctors); in build_user_type_conversion_1() 2608 tree fn = OVL_CURRENT (fns); in build_user_type_conversion_1() 2813 DECL_NAME (OVL_CURRENT (orig_fn)), args); in build_new_function_call() 2831 DECL_NAME (OVL_CURRENT (fn)), args); in build_new_function_call() 2834 DECL_NAME (OVL_CURRENT (fn)), args); in build_new_function_call() 2996 tree fn = OVL_CURRENT (fns); in build_object_call() 3026 tree fn = OVL_CURRENT (fns); in build_object_call() 3612 fn = OVL_CURRENT (fns); in add_candidates() 4106 fn = OVL_CURRENT (fn); in build_op_delete_call() [all …]
|
H A D | cxx-pretty-print.c | 150 t = OVL_CURRENT (t); in pp_cxx_unqualified_id() 266 t = OVL_CURRENT (t); in pp_cxx_qualified_id() 326 t = OVL_CURRENT (t); in pp_cxx_id_expression() 890 t = OVL_CURRENT (t); in pp_cxx_expression()
|
H A D | dump.c | 362 dump_child ("crnt", OVL_CURRENT (t)); in cp_dump_tree()
|
H A D | decl2.c | 599 fndecl = OVL_CURRENT (fndecls); in check_classfn() 636 return OVL_CURRENT (fndecls); in check_classfn() 648 fndecl = OVL_CURRENT (fndecls); in check_classfn() 656 if (!DECL_CONV_FN_P (OVL_CURRENT (fndecls))) in check_classfn() 3487 decl = OVL_CURRENT (decl); in mark_used()
|
H A D | method.c | 891 tree fn = OVL_CURRENT (fns); in locate_ctor() 940 tree fn = OVL_CURRENT (fns); in locate_copy()
|
H A D | error.c | 818 t = OVL_CURRENT (t); in dump_decl() 835 t = OVL_CURRENT (t); in dump_decl() 1730 dump_expr (OVL_CURRENT (BASELINK_FUNCTIONS (t)), in dump_expr()
|
H A D | except.c | 640 fn = OVL_CURRENT (fn); in build_throw()
|
H A D | pt.c | 876 tree fn = OVL_CURRENT (fns); in retrieve_specialization() 1344 error ("%s %+#D", str, OVL_CURRENT (f)); in print_candidates() 1425 tree fn = OVL_CURRENT (fns); in determine_specialization() 1981 tree fn = OVL_CURRENT (fns); in check_explicit_specialization() 2077 if (!DECL_CONV_FN_P (OVL_CURRENT (ovl))) in check_explicit_specialization() 2084 fns = ovl_cons (OVL_CURRENT (ovl), fns); in check_explicit_specialization() 2292 decl = OVL_CURRENT (decl); in check_template_shadow() 7881 mark_used (OVL_CURRENT (fns)); in tsubst_baselink() 10059 tree fn = OVL_CURRENT (arg); in resolve_overloaded_unification() 10084 TREE_TYPE (OVL_CURRENT (arg)), in resolve_overloaded_unification() [all …]
|
H A D | tree.c | 863 || DECL_FUNCTION_TEMPLATE_P (OVL_CURRENT (x)) in is_overloaded_fn() 889 return OVL_CURRENT (from); in get_first_fn()
|
H A D | init.c | 1373 t = OVL_CURRENT (t); in build_offset_ref() 1725 alloc_fn = OVL_CURRENT (alloc_fn); in build_new_1()
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | symbian.c | 459 tree function = OVL_CURRENT (overload); in sh_symbian_handle_dll_attribute() 570 for (member = OVL_CURRENT (member); member; member = OVL_NEXT (member)) in symbian_possibly_export_base_class() 668 for (member = OVL_CURRENT (member); member; member = OVL_NEXT (member)) in symbian_export_vtable_and_rtti_p() 784 for (member = OVL_CURRENT (member); in symbian_class_needs_attribute_p()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | search.c | 1265 tree fn = OVL_CURRENT (t); 1685 fn = OVL_CURRENT (fn); in lookup_conversion_operator() 1776 tmp = DECL_NAME (OVL_CURRENT (tmp)); in lookup_fnfields_1() 1792 tmp = OVL_CURRENT (methods[i]); in lookup_fnfields_1() 2133 tree fn = OVL_CURRENT (fns); 2654 if (IDENTIFIER_CLASS_VALUE (DECL_NAME (OVL_CURRENT (fns)))) 2729 setup_class_bindings (DECL_NAME (OVL_CURRENT (*methods)), 2850 if (!tmp || ! DECL_CONV_FN_P (OVL_CURRENT (tmp))) 2853 name = DECL_NAME (OVL_CURRENT (tmp)); 2869 DECL_CONV_FN_TYPE (OVL_CURRENT (fn)))) [all …]
|
H A D | decl2.c | 716 fndecl = OVL_CURRENT (fndecls); 755 fndecl = OVL_CURRENT (fndecls); 3777 tree fn2 = OVL_CURRENT (s2); 3782 tree fn1 = OVL_CURRENT (fns1); 4014 if (decls_match (decl, OVL_CURRENT (old))) 4150 tree f1 = OVL_CURRENT (k->functions); 4405 template = OVL_CURRENT (template); 4458 fn = OVL_CURRENT (fns); 4584 tree new_fn = OVL_CURRENT (tmp); 4594 tree old_fn = OVL_CURRENT (tmp1); [all …]
|
H A D | method.c | 189 && DECL_FUNCTION_MEMBER_P (OVL_CURRENT (value)))) 194 value = OVL_CURRENT (value); 898 tree fn = OVL_CURRENT (fns); 941 tree fn = OVL_CURRENT (fns);
|
H A D | call.c | 1051 tree f = OVL_CURRENT (fns); 2642 tree ctor = OVL_CURRENT (ctors); 2681 tree fn = OVL_CURRENT (fns); 2919 tree t = OVL_CURRENT (t1); 2958 fn = OVL_CURRENT (fn); 2995 tree fn = OVL_CURRENT (fns); 3025 tree fn = OVL_CURRENT (fns); 3621 tree fn = OVL_CURRENT (fns); 3652 tree fn = OVL_CURRENT (fns); 4003 fn = OVL_CURRENT (fn); [all …]
|
H A D | class.c | 838 m = OVL_CURRENT (m); 903 if (!DECL_CONV_FN_P (OVL_CURRENT (fn))) 941 tree fn = OVL_CURRENT (fns); 1219 old_value = OVL_CURRENT (old_value); 1241 OVL_CURRENT (old_value)); 1953 tree ctor = OVL_CURRENT (fn); 2006 if (DECL_NAME (OVL_CURRENT (*m1)) < DECL_NAME (OVL_CURRENT (*m2))) 2603 tree method = OVL_CURRENT (methods); 2696 fndecl = OVL_CURRENT (fns); 4393 fn = OVL_CURRENT (fns); [all …]
|
H A D | dump.c | 362 dump_child ("crnt", OVL_CURRENT (t));
|
H A D | error.c | 936 t = OVL_CURRENT (t); 953 t = OVL_CURRENT (t); 1929 dump_expr (OVL_CURRENT (BASELINK_FUNCTIONS (t)),
|
H A D | init.c | 1423 method_name = DECL_NAME (OVL_CURRENT (method_name)); 1570 name = DECL_NAME (OVL_CURRENT (name)); 1662 t = OVL_CURRENT (t);
|
H A D | tree.c | 949 || DECL_FUNCTION_TEMPLATE_P (OVL_CURRENT (x)) 975 return OVL_CURRENT (from);
|
H A D | pt.c | 1096 cp_error_at ("%s %+#D", str, OVL_CURRENT (f)); 1153 tree fn = OVL_CURRENT (fns); 1755 if (!ovl || !DECL_CONV_FN_P (OVL_CURRENT (ovl))) 1762 fns = ovl_cons (OVL_CURRENT (ovl), fns); 1991 decl = OVL_CURRENT (decl); 8516 tree fn = OVL_CURRENT (arg); 8537 TREE_TYPE (OVL_CURRENT (arg)),
|
H A D | decl.c | 1392 context = CP_DECL_CONTEXT (OVL_CURRENT (decl)); 4191 if (decls_match (OVL_CURRENT (match), x)) 4199 t = OVL_CURRENT (match); 4919 tree fn = OVL_CURRENT (tmp); 5847 name = DECL_NAME (OVL_CURRENT (name));
|