Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDdump.c318 if (DECL_CONV_FN_P (t)) in cp_dump_tree()
HDmangle.c765 && !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()
HDsearch.c1349 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()
HDclass.c917 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()
HDerror.c1044 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()
HDpt.c810 && !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()
HDdecl2.c641 is_conv_op = DECL_CONV_FN_P (fndecl); in check_classfn()
656 if (!DECL_CONV_FN_P (OVL_CURRENT (fndecls))) in check_classfn()
HDcxx-pretty-print.c1045 if (DECL_CONSTRUCTOR_P (t) || DECL_CONV_FN_P (t)) in pp_cxx_decl_specifier_seq()
HDtree.c2186 if (DECL_CONV_FN_P (decl)) in special_function_p()
HDcp-tree.h1755 #define DECL_CONV_FN_P(NODE) \ macro
1761 (DECL_CONV_FN_P (FN) ? TREE_TYPE (DECL_NAME (FN)) : NULL_TREE)
HDChangeLog-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
HDChangeLog-1998978 * cp-tree.h (DECL_CONV_FN_P): New fn.
980 * class.c (add_method): Use DECL_CONV_FN_P.
HDdecl.c9747 if (DECL_CONV_FN_P (decl)) in grok_op_properties()
HDChangeLog-2003393 * cp-tree.h (DECL_CONV_FN_P): Check that DECL_NAME is non-NULL.
HDChangeLog-19993975 * cp-tree.h (DECL_CONV_FN_P): Document.
/NextBSD/contrib/gcc/doc/
HDc-tree.texi1265 @findex DECL_CONV_FN_P
1375 @item DECL_CONV_FN_P