Searched defs:structsize (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | rdata_test.c | 281 check_struct_conversions(dns_rdata_t * rdata,size_t structsize,unsigned int loop) check_struct_conversions() argument 382 check_text_ok_single(const text_ok_t * text_ok,dns_rdataclass_t rdclass,dns_rdatatype_t type,size_t structsize) check_text_ok_single() argument 604 check_wire_ok_single(const wire_ok_t * wire_ok,dns_rdataclass_t rdclass,dns_rdatatype_t type,size_t structsize) check_wire_ok_single() argument 672 check_text_ok(const text_ok_t * text_ok,dns_rdataclass_t rdclass,dns_rdatatype_t type,size_t structsize) check_text_ok() argument 692 check_wire_ok(const wire_ok_t * wire_ok,bool empty_ok,dns_rdataclass_t rdclass,dns_rdatatype_t type,size_t structsize) check_wire_ok() argument 795 check_rdata(const text_ok_t * text_ok,const wire_ok_t * wire_ok,const compare_ok_t * compare_ok,bool empty_ok,dns_rdataclass_t rdclass,dns_rdatatype_t type,size_t structsize) check_rdata() argument [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | types.cc | 467 finish_aggregate_type (unsigned structsize, unsigned alignsize, tree type) in finish_aggregate_type() 899 unsigned structsize = t->sym->structsize; in visit() local
|
H A D | typeinfo.cc | 1196 size_t structsize = int_size_in_bytes (type); in layout_classinfo_interfaces() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | types.cc | 593 finish_aggregate_type (unsigned structsize, unsigned alignsize, tree type) in finish_aggregate_type() 1091 unsigned structsize = t->sym->structsize; in visit() local
|
H A D | typeinfo.cc | 1224 size_t structsize = int_size_in_bytes (type); in layout_classinfo_interfaces() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | aggregate.d | 99 uint structsize; /// size of struct variable
|
H A D | aggregate.h | 76 unsigned structsize; // size of struct variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | aggregate.h | 93 unsigned structsize; // size of struct variable
|