potion_fwd 63 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 70 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 78 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 86 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 95 core/ast.c vPN(Source) t = (struct PNSource *)potion_fwd(self); potion_fwd 121 core/ast.c vPN(Bytes) b = (struct PNBytes *)potion_fwd(out); potion_fwd 59 core/compile.c struct PNTuple * volatile t = ((struct PNTuple *)potion_fwd(sig)); potion_fwd 939 core/compile.c ({ struct PNTuple * volatile __tv = ((struct PNTuple *)potion_fwd(PN_S(t,0))); potion_fwd 72 core/gc.c v = potion_fwd(v); potion_fwd 427 core/gc.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd((PN)ptr); potion_fwd 479 core/gc.c GC_MINOR_UPDATE_TABLE(PN, (struct PNTable *)potion_fwd((PN)ptr), 1); potion_fwd 531 core/gc.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd((PN)ptr); potion_fwd 583 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 252 core/internal.c obj = potion_fwd(obj); potion_fwd 91 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 115 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 140 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 173 core/objmodel.c struct PNTuple * volatile t = (struct PNTuple *)potion_fwd(sig); potion_fwd 291 core/objmodel.c struct PNVtable *vt = (struct PNVtable *)potion_fwd(class); potion_fwd 264 core/potion.h #define PN_GET_TUPLE(t) ((struct PNTuple *)potion_fwd((PN)t)) ///<\memberof PNTuple potion_fwd 518 core/potion.h static inline PN potion_fwd(PN); potion_fwd 533 core/potion.h return ((struct PNObject *)potion_fwd(obj))->vt; potion_fwd 553 core/potion.h s = potion_fwd(s); potion_fwd 269 core/string.c self = potion_fwd(self); potion_fwd 303 core/string.c vPN(Bytes) s = (struct PNBytes *)potion_fwd(bytes); potion_fwd 332 core/string.c vPN(Bytes) s = (struct PNBytes *)potion_fwd(self); potion_fwd 333 core/string.c PN fstr = potion_fwd(str); potion_fwd 352 core/string.c PN str = potion_fwd(self); potion_fwd 360 core/string.c PN exist = potion_lookup_str(P, PN_STR_PTR(self = potion_fwd(self))); potion_fwd 375 core/string.c self = potion_fwd(self); potion_fwd 385 core/string.c self = potion_fwd(self); potion_fwd 400 core/string.c self = potion_fwd(self); potion_fwd 20 core/table.c vPN(Table) t = (struct PNTable *)potion_fwd(self); potion_fwd 67 core/table.c vPN(Table) t = (struct PNTable *)potion_fwd(self); potion_fwd 79 core/table.c vPN(Table) t = (struct PNTable *)potion_fwd(self); potion_fwd 96 core/table.c vPN(Table) t = (struct PNTable *)potion_fwd(self); potion_fwd 110 core/table.c vPN(Table) t = (struct PNTable *)potion_fwd(self); potion_fwd 122 core/table.c self = potion_fwd(self); potion_fwd 130 core/table.c vPN(Table) t = (struct PNTable *)potion_fwd(self); potion_fwd 296 core/vm-x86.c return potion_fwd(PN_PROTO(PN_CLOSURE(cl)->data[0])->values); potion_fwd 226 core/vm.c vPN(Tuple) tp = (vPN(Tuple)) potion_fwd(f->protos); potion_fwd 254 core/vm.c vPN(Tuple) t = (vPN(Tuple)) potion_fwd(f->sig); potion_fwd 189 lib/aio.c (aio_##T##_t*)PN_DATA(potion_fwd(ARG)); \ potion_fwd 190 lib/aio.c CHECK_AIO_TYPE(potion_fwd(ARG),T) potion_fwd 192 lib/aio.c (aio_stream_t*)PN_DATA(potion_fwd(ARG)); \ potion_fwd 193 lib/aio.c CHECK_AIO_STREAM(potion_fwd(ARG)) potion_fwd 270 lib/aio.c CHECK_AIO_TYPE(potion_fwd(self),udp); potion_fwd 284 lib/aio.c udp = (uv_udp_t*)PN_DATA(potion_fwd(self)); potion_fwd 285 lib/aio.c CHECK_AIO_TYPE(potion_fwd(self),udp); potion_fwd 757 lib/aio.c struct PNData* data = (struct PNData*)potion_fwd(self); potion_fwd 874 lib/aio.c aio_connect_t *request = (aio_connect_t*)PN_DATA(potion_fwd(req)); potion_fwd 896 lib/aio.c aio_connect_t *request = (aio_connect_t*)PN_DATA(potion_fwd(req)); potion_fwd 1021 lib/aio.c uv_buf_t *bufs = (uv_buf_t*)PN_DATA(potion_fwd(buf)); potion_fwd 1030 lib/aio.c aio_udp_send_t *request = (aio_udp_send_t*)PN_DATA(potion_fwd(req)); potion_fwd 1039 lib/aio.c uv_buf_t *bufs = (uv_buf_t*)PN_DATA(potion_fwd(buf)); potion_fwd 1238 lib/aio.c uv_buf_t *bufs = (uv_buf_t*)PN_DATA(potion_fwd(buf)); potion_fwd 1314 lib/aio.c uv_buf_t *bufs = (uv_buf_t*)PN_DATA(potion_fwd(buf)); potion_fwd 1471 lib/aio.c CHECK_AIO_TYPE(potion_fwd(self),process_options); potion_fwd 1485 lib/aio.c CHECK_AIO_TYPE(potion_fwd(self),process_options); potion_fwd 1523 lib/aio.c options = potion_fwd(options);