Home
last modified time | relevance | path

Searched refs:operator_code (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c3561 operator_code, in push_cp_library_fn()
9731 enum tree_code operator_code; in grok_op_properties() local
9748 operator_code = TYPE_EXPR; in grok_op_properties()
9775 switch (operator_code) in grok_op_properties()
9804 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR in grok_op_properties()
9805 || operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR) in grok_op_properties()
9822 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR) in grok_op_properties()
9824 else if (operator_code == DELETE_EXPR || operator_code == VEC_DELETE_EXPR) in grok_op_properties()
9936 switch (operator_code) in grok_op_properties()
9939 operator_code = MULT_EXPR; in grok_op_properties()
[all …]
H A Dcp-tree.h1576 ENUM_BITFIELD (tree_code) operator_code : 8;
1771 (DECL_LANG_SPECIFIC (NODE)->u.f.operator_code = (CODE))
1782 ? DECL_LANG_SPECIFIC (NODE)->u.f.operator_code : ERROR_MARK)
H A DChangeLog-20003467 (struct lang_decl): Add operator_code.
3469 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
3492 * decl.c (duplicate_decls): Copy operator_code.
3506 (lang_mark_tree): Don't try to mark the operator_code.
H A DChangeLog-20041614 turning operator_code and fixed_offset into bitfields.
/freebsd-12.1/contrib/gcclibs/libiberty/
H A DChangeLog2550 * cp-demangle.c (operator_code): Likewise.
3504 (operator_code, operators): Constify.
/freebsd-12.1/contrib/binutils/libiberty/
H A DChangeLog2748 * cp-demangle.c (operator_code): Likewise.
3702 (operator_code, operators): Constify.