/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | dump.cc | 160 if (DECL_CONV_FN_P (t)) in cp_dump_tree()
|
H A D | mangle.cc | 811 && !DECL_CONV_FN_P (decl) in mangle_return_type_p() 1465 else if (DECL_CONV_FN_P (decl)) in write_unqualified_name() 1568 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_CONV_FN_P (decl) in write_unqualified_name()
|
H A D | class.cc | 1095 if ((DECL_CONV_FN_P (fn) || TREE_CODE (fn) == TEMPLATE_DECL) in add_method() 1240 if (!COMPLETE_TYPE_P (type) && !DECL_CONV_FN_P (method) in add_method() 1682 && !DECL_CONV_FN_P (decl) in check_abi_tags() 2381 || (DECL_CONV_FN_P (fndecl) in same_signature_p() 2382 && DECL_CONV_FN_P (base_fndecl) in same_signature_p() 2967 || DECL_CONV_FN_P (decl)) in check_for_override()
|
H A D | decl2.cc | 840 if (DECL_CONV_FN_P (function)) in check_classfn() 847 else if (DECL_CONV_FN_P (function)) in check_classfn() 5871 && DECL_CONV_FN_P (decl) in mark_used()
|
H A D | call.cc | 1958 && DECL_CONV_FN_P (t->cand->fn)) in reference_binding() 6082 if (DECL_CONV_FN_P (fn)) in add_candidates() 11973 if (DECL_CONV_FN_P (uc->fn)) in joust_maybe_elide_copy() 12351 && !DECL_CONV_FN_P (cand1->fn) in joust() 12353 && !DECL_CONV_FN_P (cand2->fn)) in joust()
|
H A D | error.cc | 1756 show_return = (!DECL_CONV_FN_P (t) && !DECL_CONSTRUCTOR_P (t) in dump_function_decl() 1976 else if (DECL_CONV_FN_P (t)) in dump_function_name()
|
H A D | cxx-pretty-print.cc | 1322 if (DECL_CONSTRUCTOR_P (t) || DECL_CONV_FN_P (t)) in declaration_specifiers()
|
H A D | pt.cc | 1190 && !DECL_CONV_FN_P (tmpl) in optimize_specialization_lookup_p() 14309 if (member && DECL_CONV_FN_P (r)) in tsubst_function_decl() 22389 && !DECL_CONV_FN_P (decl)) in fn_type_unification() 25111 if (DECL_CONV_FN_P (decl1) != DECL_CONV_FN_P (decl2)) in more_specialized_fn() 25115 if (DECL_CONV_FN_P (decl1)) in more_specialized_fn() 25447 (check_rettype || DECL_CONV_FN_P (fn) in get_bindings()
|
H A D | cp-tree.h | 3194 #define DECL_CONV_FN_P(NODE) IDENTIFIER_CONV_OP_P (DECL_NAME (NODE)) macro 3198 TREE_TYPE ((gcc_checking_assert (DECL_CONV_FN_P (FN)), DECL_NAME (FN)))
|
H A D | ChangeLog-2017 | 942 * decl2.c (mark_used): Use DECL_CONV_FN_P. 1693 (DECL_CONV_FN_P): Don't check NULL DECL_NAME. 2815 (DECL_CONV_FN_P, DECL_OVERLOADED_OPERATOR_P): Adjust.
|
H A D | tree.cc | 5658 if (DECL_CONV_FN_P (decl)) in special_function_p()
|
H A D | ChangeLog-2000 | 3771 (DECL_CONV_FN_P): Simplify. 3776 (grok_op_properties): Use DECL_CONV_FN_P instead of 3783 * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
|
H A D | ChangeLog-1998 | 978 * cp-tree.h (DECL_CONV_FN_P): New fn. 980 * class.c (add_method): Use DECL_CONV_FN_P.
|
H A D | semantics.cc | 12214 if (DECL_CONV_FN_P (fco)) in apply_deduced_return_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | dump.c | 160 if (DECL_CONV_FN_P (t)) in cp_dump_tree()
|
H A D | mangle.c | 802 && !DECL_CONV_FN_P (decl) in mangle_return_type_p() 1379 else if (DECL_CONV_FN_P (decl)) in write_unqualified_name() 1483 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_CONV_FN_P (decl) in write_unqualified_name()
|
H A D | class.c | 1081 && (!DECL_CONV_FN_P (fn) in add_method() 1196 if (!COMPLETE_TYPE_P (type) && !DECL_CONV_FN_P (method) in add_method() 1590 && !DECL_CONV_FN_P (decl) in check_abi_tags() 2276 || (DECL_CONV_FN_P (fndecl) in same_signature_p() 2277 && DECL_CONV_FN_P (base_fndecl) in same_signature_p() 2866 || DECL_CONV_FN_P (decl)) in check_for_override()
|
H A D | decl2.c | 708 if (DECL_CONV_FN_P (function)) in check_classfn() 715 else if (DECL_CONV_FN_P (function)) in check_classfn() 5526 && DECL_CONV_FN_P (decl) in mark_used()
|
H A D | error.c | 1663 show_return = (!DECL_CONV_FN_P (t) && !DECL_CONSTRUCTOR_P (t) in dump_function_decl() 1879 else if (DECL_CONV_FN_P (t)) in dump_function_name()
|
H A D | call.c | 1931 && DECL_CONV_FN_P (t->cand->fn)) in reference_binding() 5779 if (DECL_CONV_FN_P (fn)) in add_candidates() 11230 if (DECL_CONV_FN_P (uc->fn)) in joust_maybe_elide_copy() 11597 && !DECL_CONV_FN_P (cand1->fn) in joust() 11599 && !DECL_CONV_FN_P (cand2->fn)) in joust()
|
H A D | cxx-pretty-print.c | 1312 if (DECL_CONSTRUCTOR_P (t) || DECL_CONV_FN_P (t)) in declaration_specifiers()
|
H A D | pt.c | 1166 && !DECL_CONV_FN_P (tmpl) in optimize_specialization_lookup_p() 13902 if (member && DECL_CONV_FN_P (r)) in tsubst_function_decl() 14278 || DECL_CONV_FN_P (ofn)); in enclosing_instantiation_of() 24192 if (DECL_CONV_FN_P (decl1) != DECL_CONV_FN_P (decl2)) in more_specialized_fn() 24196 if (DECL_CONV_FN_P (decl1)) in more_specialized_fn() 24537 (check_rettype || DECL_CONV_FN_P (fn) in get_bindings()
|
H A D | cp-tree.h | 3017 #define DECL_CONV_FN_P(NODE) IDENTIFIER_CONV_OP_P (DECL_NAME (NODE)) macro 3021 TREE_TYPE ((gcc_checking_assert (DECL_CONV_FN_P (FN)), DECL_NAME (FN)))
|
H A D | tree.c | 5336 if (DECL_CONV_FN_P (decl)) in special_function_p()
|
H A D | semantics.c | 10227 if (DECL_CONV_FN_P (fco)) in apply_deduced_return_type()
|