Searched refs:DECL_CONV_FN_P (Results 1 – 16 of 16) sorted by relevance
318 if (DECL_CONV_FN_P (t)) in cp_dump_tree()
765 && !DECL_CONV_FN_P (decl) in write_encoding()1106 else if (DECL_CONV_FN_P (decl)) in write_unqualified_name()1900 && !DECL_CONV_FN_P (decl)) in write_bare_function_type()
1349 if (!DECL_CONV_FN_P (fn)) in lookup_conversion_operator()1427 if (!DECL_CONV_FN_P (OVL_CURRENT (fn))) in lookup_fnfields_1()2319 if (!DECL_CONV_FN_P (cur)) in lookup_conversions_r()
917 conv_p = DECL_CONV_FN_P (method); in add_method()974 if (conv_p && !DECL_CONV_FN_P (m)) in add_method()982 && !DECL_CONV_FN_P (m) in add_method()1048 && (!DECL_CONV_FN_P (fn) in add_method()1706 if (!DECL_CONV_FN_P (OVL_CURRENT (fn))) in resort_type_method_vec()1751 if (!DECL_CONV_FN_P (OVL_CURRENT (fn_fields))) in finish_struct_methods()1801 || (DECL_CONV_FN_P (fndecl) in same_signature_p()1802 && DECL_CONV_FN_P (base_fndecl) in same_signature_p()2362 || DECL_CONV_FN_P (decl)) in check_for_override()
1044 show_return = !DECL_CONV_FN_P (t) && !DECL_CONSTRUCTOR_P (t) in dump_function_decl()1184 else if (DECL_CONV_FN_P (t)) in dump_function_name()
810 && !DECL_CONV_FN_P (tmpl) in optimize_specialization_lookup_p()2053 if (!DECL_CONV_FN_P (decl)) in check_explicit_specialization()2077 if (!DECL_CONV_FN_P (OVL_CURRENT (ovl))) in check_explicit_specialization()3292 if (DECL_CONV_FN_P (tmpl)) in push_template_decl_real()6691 if (member && DECL_CONV_FN_P (r)) in tsubst_decl()11125 if (DECL_CONV_FN_P (decl1) != DECL_CONV_FN_P (decl2)) in more_specialized_fn()11129 if (DECL_CONV_FN_P (decl1)) in more_specialized_fn()11330 (check_rettype || DECL_CONV_FN_P (fn) in get_bindings()
641 is_conv_op = DECL_CONV_FN_P (fndecl); in check_classfn()656 if (!DECL_CONV_FN_P (OVL_CURRENT (fndecls))) in check_classfn()
1045 if (DECL_CONSTRUCTOR_P (t) || DECL_CONV_FN_P (t)) in pp_cxx_decl_specifier_seq()
2186 if (DECL_CONV_FN_P (decl)) in special_function_p()
1755 #define DECL_CONV_FN_P(NODE) \ macro1761 (DECL_CONV_FN_P (FN) ? TREE_TYPE (DECL_NAME (FN)) : NULL_TREE)
3771 (DECL_CONV_FN_P): Simplify.3776 (grok_op_properties): Use DECL_CONV_FN_P instead of3783 * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
978 * cp-tree.h (DECL_CONV_FN_P): New fn.980 * class.c (add_method): Use DECL_CONV_FN_P.
9747 if (DECL_CONV_FN_P (decl)) in grok_op_properties()
393 * cp-tree.h (DECL_CONV_FN_P): Check that DECL_NAME is non-NULL.
3975 * cp-tree.h (DECL_CONV_FN_P): Document.
1265 @findex DECL_CONV_FN_P1375 @item DECL_CONV_FN_P