Home
last modified time | relevance | path

Searched refs:DECL_OVERLOADED_OPERATOR_P (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/gcc/cp/
HDdump.c55 switch (DECL_OVERLOADED_OPERATOR_P (t)) { in dump_op()
301 if (DECL_OVERLOADED_OPERATOR_P (t)) { in cp_dump_tree()
HDmangle.c670 && !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()
HDmethod.c779 if (DECL_OVERLOADED_OPERATOR_P (fndecl) == NOP_EXPR) in synthesize_method()
HDtree.c2176 if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR) in special_function_p()
HDChangeLog-20003317 * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
3469 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
3485 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.
HDdecl.c1591 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()
HDcall.c3072 && 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()
HDtypeck.c6859 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()
HDcp-tree.h1780 #define DECL_OVERLOADED_OPERATOR_P(NODE) \ macro
HDpt.c2606 if (DECL_OVERLOADED_OPERATOR_P (decl)) in build_template_decl()
2608 DECL_OVERLOADED_OPERATOR_P (decl)); in build_template_decl()
HDChangeLog-19993976 (DECL_OVERLOADED_OPERATOR_P): New function.
3994 (tsubst_decl): Use DECL_OVERLOADED_OPERATOR_P.
HDChangeLog-20024412 (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
/trueos/contrib/gcc/doc/
HDc-tree.texi1264 @findex DECL_OVERLOADED_OPERATOR_P
1372 @item DECL_OVERLOADED_OPERATOR_P