Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c169 gcc_checking_assert (op_ptr->ovl_op_code < (1 << 6)); in init_operators()
189 gcc_checking_assert (op_ptr->ovl_op_code == ix in init_operators()
191 ovl_op_mapping[op_ptr->tree_code] = op_ptr->ovl_op_code; in init_operators()
199 if (as_ptr->ovl_op_code != ix) in init_operators()
201 ovl_op_info_t *dst_ptr = &ovl_op_info[true][as_ptr->ovl_op_code]; in init_operators()
202 gcc_assert (as_ptr->ovl_op_code > ix && !dst_ptr->tree_code); in init_operators()
210 IDENTIFIER_CP_INDEX (ident) = as_ptr->ovl_op_code; in init_operators()
215 == as_ptr->ovl_op_code)); in init_operators()
216 ovl_op_mapping[as_ptr->tree_code] = as_ptr->ovl_op_code; in init_operators()
H A Dcp-tree.h2709 unsigned ovl_op_code : 6; member
3043 (LANG_DECL_FN_CHECK (NODE)->ovl_op_code)
5863 enum ovl_op_code enum
5883 enum ovl_op_code ovl_op_code : 8; member
H A Dmethod.c2823 DECL_OVERLOADED_OPERATOR_CODE_RAW (fn) = op->ovl_op_code; in implicitly_declare_fn()
H A Ddecl.c4775 = OVL_OP_INFO (false, operator_code)->ovl_op_code; in build_library_fn()
14436 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code; in grok_op_properties()
14585 DECL_OVERLOADED_OPERATOR_CODE_RAW (decl) = ovl_op->ovl_op_code; in grok_op_properties()
H A Dclass.c4754 DECL_OVERLOADED_OPERATOR_CODE_RAW (clone) = ovl_op->ovl_op_code; in copy_fndecl_with_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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
H A Dmethod.cc3128 DECL_OVERLOADED_OPERATOR_CODE_RAW (fn) = op->ovl_op_code; in implicitly_declare_fn()
H A 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()
H A 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()
H A DChangeLog-2017807 (enum ovl_op_code): New.
808 (struct ovl_op_info): Add ovl_op_code field.
H A Dclass.cc4866 DECL_OVERLOADED_OPERATOR_CODE_RAW (clone) = ovl_op->ovl_op_code; in copy_fndecl_with_name()