Home
last modified time | relevance | path

Searched refs:as_ptr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c194 ovl_op_info_t *as_ptr = &ovl_op_info[true][ix]; in init_operators() local
195 if (as_ptr->name) 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()
203 memcpy (dst_ptr, as_ptr, sizeof (*dst_ptr)); in init_operators()
204 memset (as_ptr, 0, sizeof (*as_ptr)); in init_operators()
205 as_ptr = dst_ptr; in init_operators()
208 tree ident = set_operator_ident (as_ptr); in init_operators()
210 IDENTIFIER_CP_INDEX (ident) = as_ptr->ovl_op_code; in init_operators()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc193 ovl_op_info_t *as_ptr = &ovl_op_info[true][ix]; in init_operators() local
194 if (as_ptr->name) 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()
202 memcpy (dst_ptr, as_ptr, sizeof (*dst_ptr)); in init_operators()
203 memset (as_ptr, 0, sizeof (*as_ptr)); in init_operators()
204 as_ptr = dst_ptr; in init_operators()
207 tree ident = set_operator_ident (as_ptr); in init_operators()
209 IDENTIFIER_CP_INDEX (ident) = as_ptr->ovl_op_code; in init_operators()
[all …]