Home
last modified time | relevance | path

Searched refs:grok_op_properties (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1993514 * cp-decl.c (grok_op_properties): Set TYPE_HAS_ASSIGN_REF
529 * cp-decl.c (grok_op_properties): Allow operator?: with pedwarn
544 * cp-decl.c (grokfndecl): Move call to grok_op_properties back
546 (grok_op_properties): Don't assert !methodp for op new and op delete.
H A Doperators.def56 There is code (such as in grok_op_properties) that depends on the
H A DChangeLog-19941828 * decl.c (grok_op_properties): Const objects can be passed by value.
1843 * decl.c (grok_op_properties): Split out checking for whether this
1883 * decl.c (grok_op_properties): Add disabled code to set
2033 * decl.c (grok_op_properties): Warn about defining a type conversion
2822 (grok_op_properties): Don't pass values for fn and argtypes.
2862 * decl.c (grok_op_properties): Operators cannot be static members.
2988 * decl.c (grok_op_properties): operator void is illegal.
3383 * decl.c (grok_op_properties): If op new/delete get here with
3421 * decl.c (grok_op_properties): Be consistent in modifying
3452 (grok_op_properties): Note presence of vec new/delete, and play with
[all …]
H A DChangeLog-20051904 * cp-tree.h (grok_op_properties): Remove friendp parameter.
1906 (grok_op_properties): Determine the class of which the function is
1908 * pt.c (tsubst_decl): Adjust call to grok_op_properties.
1987 * decl.c (ambi_op_p, grok_op_properties): Likewise.
2748 * cp-tree.h (grok_op_properties): Change return type to void.
2749 * decl.c (grok_op_properties): Return early - don't check the
H A DChangeLog-2000559 * decl.c (grok_op_properties): Always use coerce_new_type and
1409 (grok_op_properties): Likewise.
2699 * decl.c (grok_op_properties): Fix typo.
3504 (grok_op_properties): Likewise.
3776 (grok_op_properties): Use DECL_CONV_FN_P instead of
4198 * decl.c (grok_op_properties): Add an extra check of argtypes.
5254 grok_op_properties, xref_tag, xref_basetypes,
5447 (grok_op_properties): Likewise.
5577 * decl.c (grok_op_properties): Merge conversion to void warning
5720 (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
[all …]
H A DChangeLog-2006976 * cp-tree.h (grok_op_properties): Return bool instead of void.
979 (grok_op_properties): Return error status (true on success).
2098 * decl.c (grok_op_properties): Skip operators with invalid args
2846 * decl.c (grok_op_properties): Check for ellipsis in arguments of
3037 (duplicate_decls, grok_op_properties): Likewise.
H A DChangeLog-2001196 (grok_op_properties): Lose VIRTUALP parameter.
200 grok_op_properties.
206 (grok_op_properties): Likewise.
213 (tsubst_decl): Adjust grok_op_properties call.
2442 * decl.c (grok_op_properties): Adjust accordingly.
H A DChangeLog-2017800 (grok_op_properties): Likewise.
814 (grok_op_properties): Use IDENTIFIER_OVL_OP_INFO and
873 * decl.c (grok_op_properties): Use ovl_op_flags.
907 (grok_op_properties): Directly set operator code.
976 (grok_op_properties): Move warnings to end. Reorder other checks
2755 * decl.c (grok_op_properties): Adjust identifier checking.
2827 (grok_op_properties): Use IDENTIFIER_ANY_ASSIGN_OP to halve search
H A DChangeLog-20181487 * decl.c (grok_op_properties): Change a warning from -Wconversion to
1499 * decl.c (grok_op_properties): Remove diagnostic parts mentioning
2542 * decl.c (grok_op_properties): Adjust calls.
2562 * decl.c (grok_op_properties): Consistently use the location
2956 move_signature_fn_p, grok_op_properties, finish_function): Likewise.
H A DChangeLog-20031989 * cp-tree.h (grok_op_properties): Change prototype.
1990 * decl.c (grok_op_properties): Add complain parameter.
2173 (grok_op_properties): Do not set TYPE_OVERLOADS_*.
3280 (grok_op_properties): Use non_reference.
3818 * decl.c (grok_op_properties): Warn possible confusing conversion
H A DChangeLog-20041565 grok_ctor_properties, grok_op_properties,
2442 grok_op_properties, tag_name, xref_tag, start_preparsed_function,
2531 grokdeclarator, copy_fn_p, grok_op_properties, xref_tag,
3763 * decl.c (grok_op_properties): Reject [de-]allocation functions
5577 (grok_op_properties): Do not look for allocation functions with
H A DChangeLog-19994177 (grok_op_properties): Likewise.
5745 grok_op_properties, tag_name): Const-ify a char*.
5893 (grok_op_properties): Likewise.
6760 (grok_op_properties): Likewise.
6787 * decl.c (grok_op_properties): Use same_type_p.
H A DChangeLog-19972442 * decl.c (grok_op_properties): More warnings.
2484 * decl.c (grok_op_properties): Add warning for op= returning void.
H A DChangeLog-1996300 * decl.c (grok_op_properties): Don't force the type of a conversion
3060 * decl.c (grok_op_properties): Don't check for operator++(int) in
3125 * decl.c (grok_op_properties): No longer static.
H A DChangeLog-20082445 grok_op_properties, xref_tag, check_function_type): Adjust.
3123 (grok_op_properties): For NEW_EXPR and VEC_NEW_EXPR set
H A DChangeLog-2009246 * decl.c (grokparms, grok_op_properties): Put the diagnostics in full
900 * decl.c (grok_op_properties): Allow it.
H A DChangeLog-20193056 * decl.c (grok_op_properties):
3112 (grok_op_properties): Likewise.
3914 (grok_op_properties): Quote keywords, operators, and types
H A DChangeLog-1998864 (grok_op_properties): Likewise.
1139 (grok_op_properties): Likewise.
6680 (grok_op_properties, xref_tag, xref_basetypes): Likewise.
H A DChangeLog2141 * decl.cc (grok_op_properties): Allow variadic operator[] for
H A DChangeLog-20122227 (grok_op_properties): Likewise.
H A Ddecl.cc10403 && !grok_op_properties (decl, /*complain=*/true)) in grokfndecl()
15215 grok_op_properties (tree decl, bool complain) in grok_op_properties() function
H A Dcp-tree.h6848 extern bool grok_op_properties (tree, bool);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Doperators.def56 There is code (such as in grok_op_properties) that depends on the
H A Ddecl.c9774 && !grok_op_properties (decl, /*complain=*/true)) in grokfndecl()
14409 grok_op_properties (tree decl, bool complain) in grok_op_properties() function
H A Dcp-tree.h6578 extern bool grok_op_properties (tree, bool);

12