Searched refs:operator_code (Results 1 – 6 of 6) sorted by relevance
3561 operator_code, in push_cp_library_fn()9731 enum tree_code operator_code; in grok_op_properties() local9748 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 …]
1576 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)
3467 (struct lang_decl): Add operator_code.3469 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an3492 * decl.c (duplicate_decls): Copy operator_code.3506 (lang_mark_tree): Don't try to mark the operator_code.
1614 turning operator_code and fixed_offset into bitfields.
2550 * cp-demangle.c (operator_code): Likewise.3504 (operator_code, operators): Constify.
2748 * cp-demangle.c (operator_code): Likewise.3702 (operator_code, operators): Constify.