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

/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dproto-lossage-7.mm28 CanDoStuffTypePtr dice = nil;
31 count = [dice dostuff];
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dproto-lossage-7.m28 CanDoStuffTypePtr dice = nil;
31 count = [dice dostuff];
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c1383 struct mach_o_data_in_code_entry_external *dice;
1388 dice = (struct mach_o_data_in_code_entry_external *) p;
1390 offset = bfd_get_32 (abfd, dice->offset);
1391 length = bfd_get_16 (abfd, dice->length);
1392 kind = bfd_get_16 (abfd, dice->kind);
1397 p += sizeof (*dice);
1381 struct mach_o_data_in_code_entry_external *dice; local

Completed in 109 milliseconds