Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlex.cc188 gcc_checking_assert (op_ptr->ovl_op_code == ix in init_operators()
190 ovl_op_mapping[op_ptr->tree_code] = op_ptr->ovl_op_code; in init_operators()
198 if (as_ptr->ovl_op_code != ix) in init_operators()
200 ovl_op_info_t *dst_ptr = &ovl_op_info[true][as_ptr->ovl_op_code]; in init_operators()
201 gcc_assert (as_ptr->ovl_op_code > ix && !dst_ptr->tree_code); in init_operators()
209 IDENTIFIER_CP_INDEX (ident) = as_ptr->ovl_op_code; in init_operators()
214 == as_ptr->ovl_op_code)); in init_operators()
215 ovl_op_mapping[as_ptr->tree_code] = as_ptr->ovl_op_code; in init_operators()
Dcp-tree.h2892 unsigned ovl_op_code : 6; member
3220 (LANG_DECL_FN_CHECK (NODE)->ovl_op_code)
6094 enum ovl_op_code { enum
6116 enum ovl_op_code ovl_op_code : 8; member
Dmethod.cc3128 DECL_OVERLOADED_OPERATOR_CODE_RAW (fn) = op->ovl_op_code; in implicitly_declare_fn()
Ddecl.cc5065 = OVL_OP_INFO (false, operator_code)->ovl_op_code; in build_library_fn()
15242 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code; in grok_op_properties()
15394 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code; in grok_op_properties()
Dmodule.cc6783 WU (lang->u.fn.ovl_op_code); in lang_decl_vals()
6861 .ovl_op_code) == OVL_OP_ERROR_MARK) in lang_decl_vals()
6864 lang->u.fn.ovl_op_code = code; in lang_decl_vals()
DChangeLog-2017807 (enum ovl_op_code): New.
808 (struct ovl_op_info): Add ovl_op_code field.
Dclass.cc4866 DECL_OVERLOADED_OPERATOR_CODE_RAW (clone) = ovl_op->ovl_op_code; in copy_fndecl_with_name()