Home
last modified time | relevance | path

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

123

/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc229 tmpl = OVL_FIRST (tmpl); in get_concept_check_template()
375 tmpl = OVL_FIRST (tmpl); in resolve_concept_check()
492 decl = OVL_FIRST (decl); in get_concept_definition()
685 tmpl = OVL_FIRST (tmpl); in normalize_concept_check()
867 tmpl = OVL_FIRST (tmpl); in normalize_concept_definition()
1694 tmpl = OVL_FIRST (tmpl); in check_introduction_list()
1796 tmpl = OVL_FIRST (tmpl); in placeholder_extract_concept_and_args()
3176 tmpl = OVL_FIRST (tmpl); in get_constraint_error_location()
H A Dcxx-pretty-print.c137 t = OVL_FIRST (t); in pp_cxx_unqualified_id()
281 t = OVL_FIRST (t); in pp_cxx_qualified_id()
388 t = OVL_FIRST (t); in id_expression()
1106 t = OVL_FIRST (t); in expression()
H A Derror.c1277 t = OVL_FIRST (t); in dump_decl()
2621 dump_expr (pp, OVL_FIRST (BASELINK_FUNCTIONS (t)), in dump_expr()
3124 t = OVL_FIRST (t); in location_of()
3758 tmpl = OVL_FIRST (tmpl); in print_concept_check_info()
H A Dlambda.c1372 val = OVL_FIRST (val); in is_lambda_ignored_entity()
H A Dcvt.c1816 cand = OVL_FIRST (cand); in build_expr_type_conversion()
H A Dcp-tree.h764 #define OVL_FIRST(NODE) ovl_first (NODE) macro
766 #define OVL_NAME(NODE) DECL_NAME (OVL_FIRST (NODE))
8099 t = OVL_FIRST (t); in function_concept_p()
8115 t = OVL_FIRST (t); in concept_definition_p()
H A Dcall.c3935 unsigned nart = num_artificial_parms_for (OVL_FIRST (fns)) - 1; in add_list_candidates()
4044 gcc_assert (!DECL_HAS_IN_CHARGE_PARM_P (OVL_FIRST (ctors)) in build_user_type_conversion_1()
4045 && !DECL_HAS_VTT_PARM_P (OVL_FIRST (ctors))); in build_user_type_conversion_1()
5778 tree fn = OVL_FIRST (fns); in add_candidates()
10171 fn = OVL_FIRST (fns); in build_new_method_call_1()
H A Dtree.c2463 if (DECL_FUNCTION_TEMPLATE_P (OVL_FIRST (x)) in is_overloaded_fn()
2537 return OVL_FIRST (get_fns (from)); in get_first_fn()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A DChangeLog-20173463 (consider_binding_level): Use OVL_FIRST.
3749 * call.c (add_list_candidates): Use OVL_FIRST.
3759 OVL_FIRST.
3876 (lookup_conversion_operator): Use OVL_FIRST.
4001 * cp-tree.h (OVL_FIRST, OVL_NAME): New.
4006 * decl2.c (mark_used): Use OVL_FIRST.
4008 (dump_expr, location_of): Use OVL_FIRST.
4010 * init.c (build_offset_ref): Use OVL_FIRST.
4018 (tsubst_baselink): Use OVL_FIRST.
4020 * tree.c (get_first_fn): Use OVL_FIRST.
[all …]
H A 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()
H A Dcxx-pretty-print.c137 t = OVL_FIRST (t); in pp_cxx_unqualified_id()
281 t = OVL_FIRST (t); in pp_cxx_qualified_id()
388 t = OVL_FIRST (t); in id_expression()
1106 t = OVL_FIRST (t); in expression()
H A Derror.c1277 t = OVL_FIRST (t); in dump_decl()
2621 dump_expr (pp, OVL_FIRST (BASELINK_FUNCTIONS (t)), in dump_expr()
3124 t = OVL_FIRST (t); in location_of()
3758 tmpl = OVL_FIRST (tmpl); in print_concept_check_info()
H A 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()
H A Dlambda.c1372 val = OVL_FIRST (val); in is_lambda_ignored_entity()
H A Dlambda.cc1388 if (LAMBDA_FUNCTION_P (OVL_FIRST (fns))) in is_lambda_ignored_entity()
H A 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()
10911 fn = OVL_FIRST (fns); in build_new_method_call()
H A Dcvt.c1816 cand = OVL_FIRST (cand); in build_expr_type_conversion()
H A Dcvt.cc1835 cand = OVL_FIRST (cand); in build_expr_type_conversion()
H A Dcp-tree.h797 #define OVL_FIRST(NODE) ovl_first (NODE) macro
799 #define OVL_NAME(NODE) DECL_NAME (OVL_FIRST (NODE))
8578 t = OVL_FIRST (t); in function_concept_p()
8594 t = OVL_FIRST (t); in concept_definition_p()
H A Dcall.c3935 unsigned nart = num_artificial_parms_for (OVL_FIRST (fns)) - 1; in add_list_candidates()
4044 gcc_assert (!DECL_HAS_IN_CHARGE_PARM_P (OVL_FIRST (ctors)) in build_user_type_conversion_1()
4045 && !DECL_HAS_VTT_PARM_P (OVL_FIRST (ctors))); in build_user_type_conversion_1()
5778 tree fn = OVL_FIRST (fns); in add_candidates()
10171 fn = OVL_FIRST (fns); in build_new_method_call_1()
H A Dtree.c2463 if (DECL_FUNCTION_TEMPLATE_P (OVL_FIRST (x)) in is_overloaded_fn()
2537 return OVL_FIRST (get_fns (from)); in get_first_fn()
H A Dtree.cc2574 if (DECL_FUNCTION_TEMPLATE_P (OVL_FIRST (x)) in is_overloaded_fn()
2660 return OVL_FIRST (get_fns (from)); in get_first_fn()
H A Dmangle.c2853 name = OVL_FIRST (name); in write_member_name()
H A Dmethod.c494 fn = OVL_FIRST (inh); in strip_inheriting_ctors()

123