| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dstruct.d | 301 if (structsize == 0) 311 structsize = 1; 321 structsize = 4; 325 structsize = 0; 329 structsize = 0; 338 structsize = (structsize + alignsize - 1) & ~(alignsize - 1); 340 structsize = (structsize + alignment.get() - 1) & ~(alignment.get() - 1); 344 //printf("-StructDeclaration::finalizeSize() %s, fields.dim = %d, structsize = %d\n", toChars(), fields.dim, structsize) [all...] |
| dclass.d | 564 structsize = target.cpp.derivedClassOffset(baseClass); 566 structsize = baseClass.structsize; 569 structsize = 0; // no hidden member for an Objective-C class 575 structsize = target.ptrsize; // allow room for __vptr 581 structsize = target.ptrsize; // allow room for __vptr 583 structsize += target.ptrsize; // allow room for __monitor 630 //printf(" %s size = %d\n", b.sym.toChars(), b.sym.structsize); 631 offset += b.sym.structsize; 638 structsize += membersPlace(this, structsize) [all...] |
| attrib.d | 786 /* Hackishly hijack ad's structsize and alignsize fields 789 uint savestructsize = ad.structsize; 791 ad.structsize = 0; 809 ad.structsize = savestructsize; 811 fieldState.offset = ad.structsize; 815 anonstructsize = ad.structsize; 817 ad.structsize = savestructsize; 836 &ad.structsize, &ad.alignsize,
|
| aggregate.d | 99 uint structsize; /// size of struct 154 Sizeok sizeok = Sizeok.none; /// set when structsize contains valid data 264 return ok ? structsize : SIZE_INVALID;
|
| aggregate.h | 76 unsigned structsize; // size of struct member in class:AggregateDeclaration 120 Sizeok sizeok; // set when structsize contains valid data
|
| declaration.d | 1184 fieldState.offset = ad.structsize; // https://issues.dlang.org/show_bug.cgi?id=13613 1192 fieldState.offset = ad.structsize; // https://issues.dlang.org/show_bug.cgi?id=13613 1236 &ad.structsize, &ad.alignsize, 1772 &ad.structsize, 1790 ad.structsize = fieldState.offset; 1815 ad.structsize = fieldState.offset; 1834 ad.structsize = fieldState.offset; 1887 ad.structsize = offset + size; 1891 //printf("at end: ad.structsize = %d\n", cast(int)ad.structsize); [all...] |
| traits.d | 1237 return new IntegerExp(e.loc, cd.structsize, Type.tsize_t);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| fbsd-tdep.c | 651 for the target object of type OBJECT. If STRUCTSIZE is non-zero, 656 fbsd_make_note_desc (enum target_object object, uint32_t structsize) 663 if (structsize == 0) 666 gdb::byte_vector desc (sizeof (structsize) + buf->size ()); 667 memcpy (desc.data (), &structsize, sizeof (structsize)); 668 std::copy (buf->begin (), buf->end (), desc.data () + sizeof (structsize)); 739 uint32_t structsize = gdbarch_ptr_bit (gdbarch) / 4; /* Elf_Auxinfo */ local 741 fbsd_make_note_desc (TARGET_OBJECT_AUXV, structsize); 1053 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KF_STRUCTSIZE) local 1183 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KVE_STRUCTSIZE); local 1230 ULONGEST structsize; local 2302 ULONGEST structsize = extract_unsigned_integer (descdata local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| fbsd-tdep.c | 647 for the target object of type OBJECT. If STRUCTSIZE is non-zero, 652 fbsd_make_note_desc (enum target_object object, uint32_t structsize) 659 if (structsize == 0) 662 gdb::byte_vector desc (sizeof (structsize) + buf->size ()); 663 memcpy (desc.data (), &structsize, sizeof (structsize)); 664 std::copy (buf->begin (), buf->end (), desc.data () + sizeof (structsize)); 735 uint32_t structsize = gdbarch_ptr_bit (gdbarch) / 4; /* Elf_Auxinfo */ local 737 fbsd_make_note_desc (TARGET_OBJECT_AUXV, structsize); 1048 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KF_STRUCTSIZE) local 1177 ULONGEST structsize = bfd_get_32 (cbfd, descdata + KVE_STRUCTSIZE); local 1223 ULONGEST structsize; local 2290 ULONGEST structsize = extract_unsigned_integer (descdata local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| types.cc | 589 STRUCTSIZE and ALIGNSIZE. Apply any type attributes ATTRS and compute 593 finish_aggregate_type (unsigned structsize, unsigned alignsize, tree type) 596 TYPE_SIZE (type) = bitsize_int (structsize * BITS_PER_UNIT); 597 TYPE_SIZE_UNIT (type) = size_int (structsize); 1091 unsigned structsize = t->sym->structsize; local 1095 TYPE_SIZE (t->ctype) = bitsize_int (structsize * BITS_PER_UNIT); 1096 TYPE_SIZE_UNIT (t->ctype) = size_int (structsize); 1104 finish_aggregate_type (structsize, alignsize, t->ctype); 1155 finish_aggregate_type (t->sym->structsize, t->sym->alignsize, basetype) [all...] |
| typeinfo.cc | 834 tree value = d_array_value (array_type_node, size_int (cd->structsize), 1056 size_int (sd->structsize), ptr)); 1224 size_t structsize = int_size_in_bytes (type); local 1239 insert_aggregate_field (type, field, structsize); 1240 structsize += decl->vtblInterfaces->length * interfacesize; 1257 structsize += id->vtbl.length * target.ptrsize; 1282 structsize += id->vtbl.length * target.ptrsize; 1289 finish_aggregate_type (structsize, TYPE_ALIGN_UNIT (type), type);
|
| d-target.cc | 421 return base_class->structsize;
|
| d-codegen.cc | 902 if (offset < sd->structsize) 946 size_int (sd->structsize)); 1059 size_int (sd->structsize));
|
| d-builtins.cc | 237 sdecl->structsize = int_size_in_bytes (type);
|
| expr.cc | 2223 tree length = size_int (sd->dsym->structsize);
|
| /src/external/mpl/bind/dist/tests/dns/ |
| rdata_test.c | 254 check_struct_conversions(dns_rdata_t *rdata, size_t structsize, 263 rdata_struct = isc_mem_allocate(mctx, structsize); 383 dns_rdatatype_t type, size_t structsize) { 494 check_struct_conversions(&rdata, structsize, text_ok->loop); 605 dns_rdatatype_t type, size_t structsize) { 639 check_struct_conversions(&rdata, structsize, wire_ok->loop); 673 dns_rdatatype_t type, size_t structsize) { 680 check_text_ok_single(&text_ok[i], rdclass, type, structsize); 693 dns_rdatatype_t type, size_t structsize) { 705 check_wire_ok_single(&wire_ok[i], rdclass, type, structsize); [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_request.c | 286 size_t structsize 297 rpkt.mbz_itemsize = MBZ_ITEMSIZE(structsize); 306 itemsize = structsize;
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| acinclude.m4.in | 2350 int version, size_t structsize);
|