potion_fwd 65 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 72 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 80 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 88 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 96 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 105 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 131 core/ast.c vPN(Bytes) b = (struct PNBytes *)potion_fwd(out); potion_fwd 64 core/compile.c struct PNTuple * volatile t = ((struct PNTuple *)potion_fwd(sig)); potion_fwd 947 core/compile.c ({ struct PNTuple * volatile __tv = ((struct PNTuple *)potion_fwd(PN_S(t,0))); potion_fwd 68 core/gc.c v = potion_fwd(v); potion_fwd 443 core/gc.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd((PN)ptr); potion_fwd 497 core/gc.c GC_MINOR_UPDATE_TABLE(PN, (struct PNTable *)potion_fwd((PN)ptr), 1); potion_fwd 549 core/gc.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd((PN)ptr); potion_fwd 614 core/gc.c GC_MAJOR_UPDATE_TABLE(PN, (struct PNTable *)potion_fwd((PN)ptr), 1); potion_fwd 71 core/gc.h PN _pnv = potion_fwd((_PN)p); \ potion_fwd 79 core/gc.h PN _pnv = potion_fwd((_PN)p); \ potion_fwd 261 core/internal.c obj = potion_fwd(obj); potion_fwd 86 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 110 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 135 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 168 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 286 core/objmodel.c struct PNVtable *vt = (struct PNVtable *)potion_fwd(class); potion_fwd 267 core/potion.h #define PN_GET_TUPLE(t) ((struct PNTuple *)potion_fwd((PN)t)) ///<\memberof PNTuple potion_fwd 520 core/potion.h static inline PN potion_fwd(PN); potion_fwd 535 core/potion.h return ((struct PNObject *)potion_fwd(obj))->vt; potion_fwd 571 core/potion.h s = potion_fwd(s); potion_fwd 298 core/string.c char *str = PN_STR_PTR(potion_fwd(self)); potion_fwd 316 core/string.c const char *str = PN_STR_PTR(potion_fwd(self)); potion_fwd 354 core/string.c vPN(Bytes) b = (struct PNBytes *)potion_fwd(self); potion_fwd 364 core/string.c vPN(Bytes) s = (struct PNBytes *)potion_fwd(bytes); potion_fwd 393 core/string.c vPN(Bytes) s = (struct PNBytes *)potion_fwd(self); potion_fwd 394 core/string.c PN fstr = potion_fwd(str); potion_fwd 413 core/string.c PN str = potion_fwd(self); potion_fwd 421 core/string.c PN exist = potion_lookup_str(P, PN_STR_PTR(self = potion_fwd(self))); potion_fwd 436 core/string.c self = potion_fwd(self); potion_fwd 448 core/string.c self = potion_fwd(self); potion_fwd 463 core/string.c self = potion_fwd(self); potion_fwd 24 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 71 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 83 core/table.c vPN(Table) t = (struct PNTable *)potion_fwd(self); potion_fwd 100 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 114 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 127 core/table.c self = potion_fwd(self); potion_fwd 135 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 142 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 170 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 201 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 220 core/table.c vPN(Table) t = (vPN(Table))potion_fwd(self); potion_fwd 482 core/vm-x86.c return potion_fwd(PN_PROTO(PN_CLOSURE(cl)->data[0])->values); potion_fwd 583 core/vm-x86.c X86_PRE(); ASM(0xB8); ASMN(potion_fwd); // mov &potion_fwd, %rax potion_fwd 236 core/vm.c vPN(Tuple) tp = (vPN(Tuple)) potion_fwd(f->protos); potion_fwd 272 core/vm.c vPN(Tuple) t = (vPN(Tuple)) potion_fwd(f->sig); potion_fwd 421 core/vm.c return PN_BOOL(a == potion_fwd(b)); potion_fwd 432 core/vm.c return PN_BOOL(a != potion_fwd(b)); potion_fwd 725 core/vm.c vPN(Tuple) tpl = (vPN(Tuple))potion_fwd(reg[op.a]); potion_fwd 193 lib/aio.c (aio_##T##_t*)PN_DATA(potion_fwd(ARG)); \ potion_fwd 196 lib/aio.c (aio_stream_t*)PN_DATA(potion_fwd(ARG)); \ potion_fwd 295 lib/aio.c udp = (uv_udp_t*)PN_DATA(potion_fwd(self)); potion_fwd 777 lib/aio.c struct PNData* data = (struct PNData*)potion_fwd(self); potion_fwd 894 lib/aio.c aio_connect_t *request = (aio_connect_t*)PN_DATA(potion_fwd(req)); potion_fwd 916 lib/aio.c aio_connect_t *request = (aio_connect_t*)PN_DATA(potion_fwd(req)); potion_fwd 1053 lib/aio.c aio_udp_send_t *request = (aio_udp_send_t*)PN_DATA(potion_fwd(req)); potion_fwd 1547 lib/aio.c options = potion_fwd(options);