Home
last modified time | relevance | path

Searched refs:DECL_ASSIGNMENT_OPERATOR_P (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddump.c93 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
99 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
105 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
111 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
117 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
123 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
129 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
135 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
141 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
147 if (DECL_ASSIGNMENT_OPERATOR_P (t)) in dump_op()
[all …]
H A Dmethod.c1078 DECL_ASSIGNMENT_OPERATOR_P (fn) = 1; in implicitly_declare_fn()
H A Dmangle.c1126 if (DECL_ASSIGNMENT_OPERATOR_P (decl)) in write_unqualified_name()
H A Dcp-tree.h1785 #define DECL_ASSIGNMENT_OPERATOR_P(NODE) \ macro
H A Ddecl.c9761 DECL_ASSIGNMENT_OPERATOR_P (decl) = 1; \ in grok_op_properties()
10053 && !DECL_ASSIGNMENT_OPERATOR_P (decl) in grok_op_properties()
H A Dpt.c2605 DECL_ASSIGNMENT_OPERATOR_P (tmpl) = DECL_ASSIGNMENT_OPERATOR_P (decl); in build_template_decl()
H A DChangeLog-20003318 DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
3472 (DECL_ASSIGNMENT_OPERATOR_P): New macro.