Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c58 switch (DECL_OVERLOADED_OPERATOR_P (t)) {
309 if (DECL_OVERLOADED_OPERATOR_P (t)) {
H A Dmangle.c616 && ! DECL_OVERLOADED_OPERATOR_P (decl))
644 if (DECL_OVERLOADED_OPERATOR_P (decl))
1019 else if (DECL_OVERLOADED_OPERATOR_P (decl))
1027 write_string (oni[DECL_OVERLOADED_OPERATOR_P (decl)].mangled_name);
2408 && !DECL_OVERLOADED_OPERATOR_P (decl))
H A Dmethod.c782 if (DECL_OVERLOADED_OPERATOR_P (fndecl) == NOP_EXPR)
H A Dtree.c2436 if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR)
H A Dcp-tree.h2030 #define DECL_OVERLOADED_OPERATOR_P(NODE) \ macro
2046 (DECL_OVERLOADED_OPERATOR_P (NODE) == VEC_DELETE_EXPR)
H A Ddecl.c3697 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK)
3699 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl));
13105 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR)
14450 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR
H A Dtypeck.c6310 if ((DECL_OVERLOADED_OPERATOR_P (current_function_decl) == NEW_EXPR
6311 || DECL_OVERLOADED_OPERATOR_P (current_function_decl) == VEC_NEW_EXPR)
H A Dcall.c3059 && DECL_OVERLOADED_OPERATOR_P (cand->fn) == CALL_EXPR)
4671 else if (DECL_OVERLOADED_OPERATOR_P (fn) == NOP_EXPR
H A Dpt.c2282 if (DECL_OVERLOADED_OPERATOR_P (decl))
2284 DECL_OVERLOADED_OPERATOR_P (decl));
H A DChangeLog5815 (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
13189 * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
13341 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
13357 DECL_OVERLOADED_OPERATOR_P.
13363 (joust): Use DECL_OVERLOADED_OPERATOR_P.
13377 (start_function): Use DECL_OVERLOADED_OPERATOR_P.
13379 * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
13400 (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
13513 (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
H A DChangeLog.23976 (DECL_OVERLOADED_OPERATOR_P): New function.
3994 (tsubst_decl): Use DECL_OVERLOADED_OPERATOR_P.
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c55 switch (DECL_OVERLOADED_OPERATOR_P (t)) { in dump_op()
301 if (DECL_OVERLOADED_OPERATOR_P (t)) { in cp_dump_tree()
H A Dmangle.c670 && !DECL_OVERLOADED_OPERATOR_P (decl)) in write_mangled_name()
731 if (DECL_OVERLOADED_OPERATOR_P (decl)) in write_encoding()
1119 else if (DECL_OVERLOADED_OPERATOR_P (decl)) in write_unqualified_name()
1127 write_string (oni[DECL_OVERLOADED_OPERATOR_P (decl)].mangled_name); in write_unqualified_name()
H A Dmethod.c777 if (DECL_OVERLOADED_OPERATOR_P (fndecl) == NOP_EXPR) in synthesize_method()
H A Dtree.c2159 if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR) in special_function_p()
H A DChangeLog-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.
H A Ddecl.c1578 if (DECL_OVERLOADED_OPERATOR_P (olddecl) != ERROR_MARK) in duplicate_decls()
1580 (newdecl, DECL_OVERLOADED_OPERATOR_P (olddecl)); in duplicate_decls()
9109 else if (DECL_OVERLOADED_OPERATOR_P (decl) == NOP_EXPR) in grok_special_member_properties()
10573 && DECL_OVERLOADED_OPERATOR_P (decl1) == NOP_EXPR in start_preparsed_function()
H A Dtypeck.c6546 if ((DECL_OVERLOADED_OPERATOR_P (current_function_decl) == NEW_EXPR in check_return_expr()
6547 || DECL_OVERLOADED_OPERATOR_P (current_function_decl) == VEC_NEW_EXPR) in check_return_expr()
H A Dcall.c3059 && DECL_OVERLOADED_OPERATOR_P (cand->fn) == CALL_EXPR) in build_object_call()
4975 else if (DECL_OVERLOADED_OPERATOR_P (fn) == NOP_EXPR in build_over_call()
H A Dcp-tree.h1771 #define DECL_OVERLOADED_OPERATOR_P(NODE) \ macro
H A Dpt.c2606 if (DECL_OVERLOADED_OPERATOR_P (decl)) in build_template_decl()
2608 DECL_OVERLOADED_OPERATOR_P (decl)); in build_template_decl()
H A DChangeLog-19993976 (DECL_OVERLOADED_OPERATOR_P): New function.
3994 (tsubst_decl): Use DECL_OVERLOADED_OPERATOR_P.
H A DChangeLog-20024412 (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1076 @findex DECL_OVERLOADED_OPERATOR_P
1177 @item DECL_OVERLOADED_OPERATOR_P
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi1264 @findex DECL_OVERLOADED_OPERATOR_P
1372 @item DECL_OVERLOADED_OPERATOR_P

12