potion_type       196 core/internal.c   return potion_type(obj);
potion_type       133 core/potion.h  #define PN_TYPE(x)      potion_type((PN)(x))
potion_type        34 core/primitive.c   switch (potion_type(value)) {
potion_type        50 core/primitive.c   switch (potion_type(value)) {
potion_type       776 core/table.c     switch (potion_type(value)) {
potion_type       297 core/vm-x86.c    printf("RAX = 0x%lx (0x%x)\n", rax, potion_type(rax));
potion_type       298 core/vm-x86.c    printf("RCX = 0x%lx (0x%x)\n", rcx, potion_type(rcx));
potion_type       299 core/vm-x86.c    printf("RDX = 0x%lx (0x%x)\n", rdx, potion_type(rdx));
potion_type       236 test/api/potion-test.c 		potion_type((PN)scanptr));
potion_type       239 test/api/potion-test.c 		potion_type((PN)prev), AS_STR(PN_VTABLE(PN_TYPE((PN)prev))));