PNTuple            59 core/compile.c     struct PNTuple * volatile t = ((struct PNTuple *)potion_fwd(sig));
PNTuple           939 core/compile.c     ({ struct PNTuple * volatile __tv = ((struct PNTuple *)potion_fwd(PN_S(t,0)));
PNTuple           336 core/gc.c            sz = sizeof(struct PNTuple) + (sizeof(PN) * ((struct PNTuple *)ptr)->alloc);
PNTuple           427 core/gc.c            struct PNTuple * volatile t = (struct PNTuple *)potion_fwd((PN)ptr);
PNTuple           531 core/gc.c            struct PNTuple * volatile t = (struct PNTuple *)potion_fwd((PN)ptr);
PNTuple            91 core/objmodel.c     struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig);
PNTuple           115 core/objmodel.c     struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig);
PNTuple           140 core/objmodel.c     struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig);
PNTuple           173 core/objmodel.c     struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig);
PNTuple            91 core/potion.h  struct PNTuple;
PNTuple           264 core/potion.h  #define PN_GET_TUPLE(t) ((struct PNTuple *)potion_fwd((PN)t)) ///<\memberof PNTuple
PNTuple           269 core/potion.h      struct PNTuple * volatile __t##I = PN_GET_TUPLE(T); \
PNTuple           277 core/potion.h      struct PNTuple * volatile __t##V = PN_GET_TUPLE(T); \
PNTuple           139 core/table.c     vPN(Tuple) t = PN_ALLOC_N(PN_TTUPLE, struct PNTuple, size * sizeof(PN)); \
PNTuple           165 core/table.c       PN_REALLOC(t, PN_TTUPLE, struct PNTuple, sizeof(PN) * (t->alloc + 3)); // overalloc by 2
PNTuple           311 core/table.c     PN_REALLOC(t, PN_TTUPLE, struct PNTuple, sizeof(PN) * (t->len - 1));
PNTuple           349 core/table.c       PN_REALLOC(t, PN_TTUPLE, struct PNTuple, sizeof(PN) * (t->alloc + 3)); // overalloc by 2
PNTuple           368 core/table.c     PN_REALLOC(t, PN_TTUPLE, struct PNTuple, sizeof(PN) * (t->len - 1));
PNTuple           420 core/table.c     struct PNTuple *t = PN_GET_TUPLE(self);
PNTuple           441 core/table.c     struct PNTuple *t = PN_GET_TUPLE(self);
PNTuple           457 core/table.c     struct PNTuple *t = PN_GET_TUPLE(self);
PNTuple           475 core/table.c     struct PNTuple *t = PN_GET_TUPLE(self);
PNTuple           502 core/table.c       struct PNTuple *t = PN_GET_TUPLE(self);
PNTuple           575 core/table.c     struct PNTuple *t = PN_GET_TUPLE(self);
PNTuple           305 core/vm-x86.c    X86_PRE(); ASM(0x05); ASMI(sizeof(struct PNTuple)
PNTuple           463 core/vm.c      	  sig  = (struct PNTuple *) potion_tuple_with_size(P, 5);
PNTuple           484 core/vm.c                regs = (struct PNTuple *) potion_tuple_with_size(P, PN_INT(f->stack));
PNTuple            75 front/p2.c           (int)sizeof(PN), (int)sizeof(struct PNObject), (int)sizeof(struct PNTuple),
PNTuple            54 front/potion.c       (int)sizeof(PN), (int)sizeof(struct PNObject), (int)sizeof(struct PNTuple),
PNTuple            55 front/potion.c       (int)(sizeof(PN) + sizeof(struct PNTuple)), (int)sizeof(struct PNTable));