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

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h374 const struct body_details *type_details; local
378 type_details = bodies_by_type + type;
401 assert(type_details->body_size);
404 assert(type_details->arena);
405 assert(type_details->arena_size);
409 assert(!(type_details->offset));
413 new_body = new_NOARENAZ(type_details);
463 * compiler to deduce the value of (type_details->arena), resolve
473 ASSUME(type_details->arena);
478 assert(type_details
[all...]

Completed in 111 milliseconds