PN_IS_PTR         298 core/compile.c                   if (!PN_IS_PTR(PN_S(lhs,0)) && PN_S(lhs,0) == op.a) {
PN_IS_PTR         364 core/compile.c       if (!PN_IS_PTR(PN_S(t,0)) && PN_S(t,0) == (PN)op.a) {
PN_IS_PTR        1103 core/compile.c     if (PN_IS_PTR(val)) { \
PN_IS_PTR        1189 core/compile.c       PN cval = (PN_IS_PTR(val) ? PN_NIL : val); \
PN_IS_PTR         127 core/file.c      if (!PN_IS_PTR(obj)) {
PN_IS_PTR         170 core/gc.c          if (PN_IS_PTR(v))
PN_IS_PTR          59 core/gc.h        (PN_IS_PTR(p) && IN_BIRTH_REGION(p) && !IS_GC_PROTECTED(p))
PN_IS_PTR          70 core/gc.h        if (PN_IS_PTR(p)) { \
PN_IS_PTR          78 core/gc.h        if (PN_IS_PTR(p)) { \
PN_IS_PTR         253 core/internal.c   return PN_IS_PTR(obj)
PN_IS_PTR         177 core/potion.h  #define PN_IS_DECIMAL(v) (PN_IS_PTR(v) && PN_TYPE(v) == PN_TNUMBER)
PN_IS_PTR         181 core/potion.h  #define PN_IS_FFIPTR(p)  ((PN_IS_PTR(p) && !(p >= (_PN)P->mem && p <= (_PN)P->mem->birth_hi)) \
PN_IS_PTR         182 core/potion.h  			  || (!PN_IS_PTR(p) && p > (_PN)P->mem->birth_hi))
PN_IS_PTR         235 core/potion.h  #define PN_UNIQ(x)      (PN_IS_PTR(x) ? ((struct PNObject *)(x))->uniq : PN_NUMHASH(x))
PN_IS_PTR         544 core/potion.h    while (PN_IS_PTR(obj) && ((struct PNFwd *)obj)->fwd == POTION_FWD)
PN_IS_PTR         165 lib/aio.c                  PN_IS_PTR(self)? AS_STR(potion_send(PN_VTABLE(self), PN_name)) \
PN_IS_PTR         181 lib/aio.c                      PN_IS_PTR(stream)? AS_STR(potion_send(PN_VTABLE(stream), PN_name)) \
PN_IS_PTR         636 lib/aio.c                  PN_IS_PTR(data)? AS_STR(potion_send(PN_VTABLE(data), PN_name))
PN_IS_PTR          45 test/api/gc-test.c   CuAssert(T, "couldn't allocate 16 bytes from GC", PN_IS_PTR(ptr));
PN_IS_PTR          54 test/api/gc-test.c   CuAssert(T, "couldn't allocate 16 bytes from GC", PN_IS_PTR(ptr));
PN_IS_PTR          62 test/api/gc-test.c   CuAssert(T, "couldn't allocate 16 bytes from GC", PN_IS_PTR(ptr));
PN_IS_PTR          71 test/api/gc-test.c   CuAssert(T, "couldn't allocate 16 bytes from GC", PN_IS_PTR(ptr));
PN_IS_PTR          72 test/api/gc-test.c   CuAssert(T, "couldn't allocate 16 bytes from GC", PN_IS_PTR(ptr2));
PN_IS_PTR          73 test/api/gc-test.c   CuAssert(T, "couldn't allocate 16 bytes from GC", PN_IS_PTR(ptr3));
PN_IS_PTR          74 test/api/gc-test.c   CuAssert(T, "couldn't allocate 16 bytes from GC", PN_IS_PTR(ptr4));
PN_IS_PTR          24 test/api/p2-test.c   CuAssert(T, "undef is a ref", !PN_IS_PTR(PN_NIL));
PN_IS_PTR          37 test/api/p2-test.c   CuAssert(T, "zero is a ref", !PN_IS_PTR(zero));
PN_IS_PTR          46 test/api/p2-test.c   CuAssert(T, "positive is a ref", !PN_IS_PTR(pos));
PN_IS_PTR          55 test/api/p2-test.c   CuAssert(T, "negative is a ref", !PN_IS_PTR(neg));
PN_IS_PTR          67 test/api/p2-test.c   CuAssert(T, "string isn't a ref", PN_IS_PTR(PN_string));
PN_IS_PTR          75 test/api/p2-test.c   CuAssert(T, "empty isn't a ref", PN_IS_PTR(empty));
PN_IS_PTR          86 test/api/p2-test.c   CuAssert(T, "tuple isn't a ref", PN_IS_PTR(tup));
PN_IS_PTR          20 test/api/potion-test.c   CuAssert(T, "nil is a ref", !PN_IS_PTR(PN_NIL));
PN_IS_PTR          27 test/api/potion-test.c   CuAssert(T, "true is a ref", !PN_IS_PTR(PN_TRUE));
PN_IS_PTR          29 test/api/potion-test.c   CuAssert(T, "false is a ref", !PN_IS_PTR(PN_FALSE));
PN_IS_PTR          36 test/api/potion-test.c   CuAssert(T, "zero is a ref", !PN_IS_PTR(zero));
PN_IS_PTR          45 test/api/potion-test.c   CuAssert(T, "positive is a ref", !PN_IS_PTR(pos));
PN_IS_PTR          54 test/api/potion-test.c   CuAssert(T, "negative is a ref", !PN_IS_PTR(neg));
PN_IS_PTR          66 test/api/potion-test.c   CuAssert(T, "string isn't a ref", PN_IS_PTR(PN_string));
PN_IS_PTR          74 test/api/potion-test.c   CuAssert(T, "empty isn't a ref", PN_IS_PTR(empty));
PN_IS_PTR          85 test/api/potion-test.c   CuAssert(T, "tuple isn't a ref", PN_IS_PTR(tup));