Searched refs:bodies_by_type (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h194 static const struct body_details bodies_by_type[] = { variable in typeref:struct:body_details
294 - bodies_by_type[sv_type].offset)
314 del_body(p + bodies_by_type[(type)].offset, \
343 new_body_from_arena(xpv, sv_type, bodies_by_type[sv_type]);
378 type_details = bodies_by_type + type;
465 * bodies_by_type. Except, at least for gcc, it seems not to do that.
471 * the bodies_by_type lookup table. */
H A Dsv.c771 For each sv-type, struct body_details bodies_by_type[] carries
791 bodies_by_type[SVt_NULL] slot is not used, as the table is not
826 assert (bodies_by_type[i].type == i);
915 = bodies_by_type + old_type;
1022 new_type_details = bodies_by_type + new_type;
1231 const struct body_details *old_type_details = bodies_by_type + SVt_PVHV;
6649 * metadata table `bodies_by_type` had the information for the sizes
6652 * reached, and get confused by the "lies" in `bodies_by_type`.
6655 * Aug 2010 (commit 829cd18aa7f45221), because `bodies_by_type` was
6948 sv_type_details = bodies_by_type
[all...]

Completed in 157 milliseconds