Home
last modified time | relevance | path

Searched refs:OVL_FIRST (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dconstraint.cc270 tmpl = OVL_FIRST (tmpl); in get_concept_check_template()
401 tmpl = OVL_FIRST (tmpl); in resolve_concept_check()
516 decl = OVL_FIRST (decl); in get_concept_definition()
715 tmpl = OVL_FIRST (tmpl); in normalize_concept_check()
952 tmpl = OVL_FIRST (tmpl); in normalize_concept_definition()
1737 tmpl = OVL_FIRST (tmpl); in check_introduction_list()
1839 tmpl = OVL_FIRST (tmpl); in placeholder_extract_concept_and_args()
3577 tmpl = OVL_FIRST (tmpl); in get_constraint_error_location()
DChangeLog-20173463 (consider_binding_level): Use OVL_FIRST.
3670 (validate_nonmember_using_decl): Use OVL_FIRST.
3749 * call.c (add_list_candidates): Use OVL_FIRST.
3759 OVL_FIRST.
3863 * class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.
3866 (resort_type_method_vec, finish_struct_methods): Use OVL_FIRST.
3870 * constraint.cc (normalize_template_id_expression): Use OVL_FIRST,
3876 (lookup_conversion_operator): Use OVL_FIRST.
3877 (lookup_fnfiels_idx_nolazy): Use OVL_FIRST, OVL_NAME.
3879 (lookup_conversions_r): Use OVL_FIRST, OVL_NAME, ovl_iterator.
[all …]
Dcxx-pretty-print.cc137 t = OVL_FIRST (t); in pp_cxx_unqualified_id()
282 t = OVL_FIRST (t); in pp_cxx_qualified_id()
389 t = OVL_FIRST (t); in id_expression()
1116 t = OVL_FIRST (t); in expression()
Derror.cc1370 t = OVL_FIRST (t); in dump_decl()
2706 dump_expr (pp, OVL_FIRST (BASELINK_FUNCTIONS (t)), in dump_expr()
3217 t = OVL_FIRST (t); in location_of()
3859 tmpl = OVL_FIRST (tmpl); in print_concept_check_info()
Dlambda.cc1388 if (LAMBDA_FUNCTION_P (OVL_FIRST (fns))) in is_lambda_ignored_entity()
Dcall.cc4083 unsigned nart = num_artificial_parms_for (OVL_FIRST (fns)) - 1; in add_list_candidates()
4203 gcc_assert (!DECL_HAS_IN_CHARGE_PARM_P (OVL_FIRST (ctors)) in build_user_type_conversion_1()
4204 && !DECL_HAS_VTT_PARM_P (OVL_FIRST (ctors))); in build_user_type_conversion_1()
4784 gcc_assert (deduction_guide_p (OVL_FIRST (dguides))); in perform_dguide_overload_resolution()
6081 tree fn = OVL_FIRST (fns); in add_candidates()
10906 fn = OVL_FIRST (fns); in build_new_method_call()
Dcvt.cc1835 cand = OVL_FIRST (cand); in build_expr_type_conversion()
Dcp-tree.h797 #define OVL_FIRST(NODE) ovl_first (NODE) macro
799 #define OVL_NAME(NODE) DECL_NAME (OVL_FIRST (NODE))
8580 t = OVL_FIRST (t); in function_concept_p()
8596 t = OVL_FIRST (t); in concept_definition_p()
Dtree.cc2575 if (DECL_FUNCTION_TEMPLATE_P (OVL_FIRST (x)) in is_overloaded_fn()
2661 return OVL_FIRST (get_fns (from)); in get_first_fn()
Dmangle.cc2942 name = OVL_FIRST (name); in write_member_name()
Dname-lookup.cc7228 value = OVL_FIRST (value); in maybe_add_fuzzy_binding()
7270 d = OVL_FIRST (TREE_VALUE (d)); in consider_binding_level()
Dmethod.cc494 fn = OVL_FIRST (inh); in strip_inheriting_ctors()
Ddecl2.cc5831 fns = OVL_FIRST (fns); in mark_used()
Dinit.cc2428 t = OVL_FIRST (t); in build_offset_ref()
Dcoroutines.cc520 has_ret_val = OVL_FIRST (has_ret_val); in coro_promise_type_found_p()
Dclass.cc1369 old_value = OVL_FIRST (old_value); in handle_using_decl()
Dtypeck.cc6870 arg = OVL_FIRST (arg); in cp_build_addr_expr_1()
DChangeLog-20214596 LAMBDA_FUNCTION_P, use OVL_FIRST. Drop FUNCTION_DECL check.
Dpt.cc4476 decl = OVL_FIRST (decl); in check_template_shadow()
16692 tree fn = OVL_FIRST (fns); in tsubst_baselink()
Dparser.cc6857 tmpl = OVL_FIRST (fns); in cp_parser_nested_name_specifier_opt()