Searched refs:Block_size (Results 1 - 5 of 5) sorted by last modified time

/external/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h123 BLOCK_EXPORT unsigned long int Block_size(void *block_basic);
166 int Block_size; /* XXX should be packed into Block_flags */ member in struct:Block_basic
H A Druntime.c513 unsigned long int Block_size(void *arg) { function
/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefsanity.c51 int Block_size; // XXX should be packed into Block_flags member in struct:Block_basic2
H A Dhasdescriptor.c21 //printf("size of inner is %ld\n", Block_size(inner));
22 //printf("size of outer is %ld\n", Block_size(outer));
23 if (Block_size(inner) != Block_size(outer)) {
H A Dstructmember.c31 unsigned nominalsize = Block_size(b) - Block_size(a);
36 if ((Block_size(b) - Block_size(a)) != nominalsize) {
37 printf("sizeof a is %ld, sizeof b is %ld, expected %d\n", Block_size(a), Block_size(b), nominalsize);

Completed in 273 milliseconds