Home
last modified time | relevance | path

Searched refs:DECL_CONV_FN_P (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddump.cc160 if (DECL_CONV_FN_P (t)) in cp_dump_tree()
H A Dmangle.cc811 && !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 Dclass.cc1095 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 Ddecl2.cc840 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 Dcall.cc1958 && 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 Derror.cc1756 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 Dcxx-pretty-print.cc1322 if (DECL_CONSTRUCTOR_P (t) || DECL_CONV_FN_P (t)) in declaration_specifiers()
H A Dpt.cc1190 && !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 Dcp-tree.h3194 #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 DChangeLog-2017942 * 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 Dtree.cc5658 if (DECL_CONV_FN_P (decl)) in special_function_p()
H A DChangeLog-20003771 (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 DChangeLog-1998978 * cp-tree.h (DECL_CONV_FN_P): New fn.
980 * class.c (add_method): Use DECL_CONV_FN_P.
H A Dsemantics.cc12214 if (DECL_CONV_FN_P (fco)) in apply_deduced_return_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddump.c160 if (DECL_CONV_FN_P (t)) in cp_dump_tree()
H A Dmangle.c802 && !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 Dclass.c1081 && (!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 Ddecl2.c708 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 Derror.c1663 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 Dcall.c1931 && 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 Dcxx-pretty-print.c1312 if (DECL_CONSTRUCTOR_P (t) || DECL_CONV_FN_P (t)) in declaration_specifiers()
H A Dpt.c1166 && !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 Dcp-tree.h3017 #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 Dtree.c5336 if (DECL_CONV_FN_P (decl)) in special_function_p()
H A Dsemantics.c10227 if (DECL_CONV_FN_P (fco)) in apply_deduced_return_type()

12