| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 499 conversion **convs; member 2177 size_t num_convs, conversion **convs, in add_candidate() argument 2188 cand->convs = convs; in add_candidate() 2198 if (convs && cand->reversed ()) in add_candidate() 2201 std::swap (convs[0], convs[1]); in add_candidate() 2323 conversion **convs, in add_function_candidate() argument 2355 if (!convs) in add_function_candidate() 2356 convs = alloc_conversions (len); in add_function_candidate() 2450 if (convs[i]) in add_function_candidate() 2489 convs[i] = t; in add_function_candidate() [all …]
|
| H A D | search.cc | 2443 tree parent_convs, tree other_convs, tree *convs) in lookup_conversions_r() argument 2452 *convs = NULL_TREE; in lookup_conversions_r() 2512 *convs = split_conversions (my_convs, parent_convs, in lookup_conversions_r() 2530 tree convs; in lookup_conversions() local 2536 lookup_conversions_r (TYPE_BINFO (type), 0, 0, NULL_TREE, NULL_TREE, &convs); in lookup_conversions() 2541 for (; convs; convs = TREE_CHAIN (convs)) in lookup_conversions() 2545 for (probe = TREE_VALUE (convs); probe; probe = next) in lookup_conversions()
|
| H A D | name-lookup.cc | 1719 tree convs = NULL_TREE; in extract_conversion_operator() local 1725 convs = lookup_add (*iter, convs); in extract_conversion_operator() 1731 if (!convs) in extract_conversion_operator() 1732 convs = tpls; in extract_conversion_operator() 1734 return convs; in extract_conversion_operator()
|
| H A D | ChangeLog-1996 | 944 * call.c (build_over_call): Diagnose bad convs for `this'. 949 * call.c (convert_like): Handle bad convs. 950 (build_over_call): Handle bad convs better. 986 (compare_ics): Handle bad convs. 1227 (standard_conversion): Fix pmf convs.
|
| H A D | ChangeLog-2018 | 2312 * pt.c (fn_type_unification): Add convs parameter. 2316 * call.c (add_function_candidate): Make convs a parameter. 2318 (add_template_candidate_real): Allocate convs here.
|
| H A D | pt.cc | 21976 struct conversion **convs, bool explain_p) in check_non_deducible_conversions() argument 22008 conversion **conv_p = convs ? &convs[ia+offset] : NULL; in check_non_deducible_conversions() 22064 struct conversion **convs, in fn_type_unification() argument 22326 convs, explain_p)) in fn_type_unification()
|
| H A D | ChangeLog-1998 | 4653 convs, fns. 4656 (build_object_call): Iterate using OVL_NEXT for fns, convs.
|
| H A D | ChangeLog-2016 | 617 (joust): A local constructor beats inherited with the same convs.
|
| H A D | ChangeLog-2021 | 1503 parameter to add_candidate. Pass 'convs' to add_candidate.
|
| H A D | ChangeLog-2004 | 6074 (z_candidate): Change type of convs and second_conv.
|
| H A D | ChangeLog-2019 | 1717 PR c++/88128 - DR 330: Qual convs and pointers to arrays of pointers.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 502 conversion **convs; member 2131 size_t num_convs, conversion **convs, in add_candidate() argument 2142 cand->convs = convs; in add_candidate() 2152 if (convs && cand->reversed ()) in add_candidate() 2155 std::swap (convs[0], convs[1]); in add_candidate() 2220 conversion **convs, in add_function_candidate() argument 2256 if (!convs) in add_function_candidate() 2257 convs = alloc_conversions (len); in add_function_candidate() 2353 if (convs[i]) in add_function_candidate() 2426 convs[i] = t; in add_function_candidate() [all …]
|
| H A D | search.c | 2409 tree parent_convs, tree other_convs, tree *convs) in lookup_conversions_r() argument 2418 *convs = NULL_TREE; in lookup_conversions_r() 2478 *convs = split_conversions (my_convs, parent_convs, in lookup_conversions_r() 2496 tree convs; in lookup_conversions() local 2502 lookup_conversions_r (TYPE_BINFO (type), 0, 0, NULL_TREE, NULL_TREE, &convs); in lookup_conversions() 2507 for (; convs; convs = TREE_CHAIN (convs)) in lookup_conversions() 2511 for (probe = TREE_VALUE (convs); probe; probe = next) in lookup_conversions()
|
| H A D | name-lookup.c | 1108 tree convs = NULL_TREE; in extract_conversion_operator() local 1114 convs = lookup_add (*iter, convs); in extract_conversion_operator() 1120 if (!convs) in extract_conversion_operator() 1121 convs = tpls; in extract_conversion_operator() 1123 return convs; in extract_conversion_operator()
|
| H A D | pt.c | 21160 struct conversion **convs, bool explain_p) in check_non_deducible_conversions() argument 21192 conversion **conv_p = convs ? &convs[ia+offset] : NULL; in check_non_deducible_conversions() 21248 struct conversion **convs, in fn_type_unification() argument 21498 convs, explain_p)) in fn_type_unification()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
| H A D | mmix.c | 2646 const struct cc_conv *const convs; in mmix_output_condition() member 2708 for (j = 0; cc_convs[i].convs[j].cc != UNKNOWN; j++) in mmix_output_condition() 2709 if (cc == cc_convs[i].convs[j].cc) in mmix_output_condition() 2712 = (reversed ? cc_convs[i].convs[j].reversed in mmix_output_condition() 2713 : cc_convs[i].convs[j].normal); in mmix_output_condition()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| H A D | mmix.cc | 2699 const struct cc_conv *const convs; in mmix_output_condition() member 2761 for (j = 0; cc_convs[i].convs[j].cc != UNKNOWN; j++) in mmix_output_condition() 2762 if (cc == cc_convs[i].convs[j].cc) in mmix_output_condition() 2765 = (reversed ? cc_convs[i].convs[j].reversed in mmix_output_condition() 2766 : cc_convs[i].convs[j].normal); in mmix_output_condition()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2019 | 1525 PR c++/88128 - DR 330: Qual convs and pointers to arrays of pointers.
|