Searched refs:DECL_OVERLOADED_OPERATOR_P (Results 1 – 13 of 13) sorted by relevance
55 switch (DECL_OVERLOADED_OPERATOR_P (t)) { in dump_op()301 if (DECL_OVERLOADED_OPERATOR_P (t)) { in cp_dump_tree()
670 && !DECL_OVERLOADED_OPERATOR_P (decl)) in write_mangled_name()732 if (DECL_OVERLOADED_OPERATOR_P (decl)) in write_encoding()1123 else if (DECL_OVERLOADED_OPERATOR_P (decl)) in write_unqualified_name()1131 write_string (oni[DECL_OVERLOADED_OPERATOR_P (decl)].mangled_name); in write_unqualified_name()
779 if (DECL_OVERLOADED_OPERATOR_P (fndecl) == NOP_EXPR) in synthesize_method()
2176 if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR) in special_function_p()
3317 * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and3469 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an3485 DECL_OVERLOADED_OPERATOR_P.3491 (joust): Use DECL_OVERLOADED_OPERATOR_P.3505 (start_function): Use DECL_OVERLOADED_OPERATOR_P.3507 * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.3528 (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.3641 (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
1591 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK) in duplicate_decls()1593 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl)); in duplicate_decls()9645 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR) in grok_special_member_properties()11121 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR in start_preparsed_function()
3072 && DECL_OVERLOADED_OPERATOR_P (cand->fn) == CALL_EXPR) in build_object_call()5017 else if (DECL_OVERLOADED_OPERATOR_P (fn) == NOP_EXPR in build_over_call()
6859 if ((DECL_OVERLOADED_OPERATOR_P (current_function_decl) == NEW_EXPR in check_return_expr()6860 || DECL_OVERLOADED_OPERATOR_P (current_function_decl) == VEC_NEW_EXPR) in check_return_expr()
1780 #define DECL_OVERLOADED_OPERATOR_P(NODE) \ macro
2606 if (DECL_OVERLOADED_OPERATOR_P (decl)) in build_template_decl()2608 DECL_OVERLOADED_OPERATOR_P (decl)); in build_template_decl()
3976 (DECL_OVERLOADED_OPERATOR_P): New function.3994 (tsubst_decl): Use DECL_OVERLOADED_OPERATOR_P.
4412 (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
1264 @findex DECL_OVERLOADED_OPERATOR_P1372 @item DECL_OVERLOADED_OPERATOR_P