PN_IS_TUPLE        29 core/ast.h     #define PN_TUPIF(T)   PN_IS_TUPLE(T) ? T : PN_TUP(T)
PN_IS_TUPLE        36 core/ast.h         if (PN_IS_TUPLE(endname)) endname = PN_TUPLE_AT(endname, 0); \
PN_IS_TUPLE        62 core/compile.c   if (PN_IS_TUPLE(sig)) {
PN_IS_TUPLE      1096 core/compile.c   n->sig = PN_IS_TUPLE(f->sig) ? potion_send(PN_clone, f->sig) : f->sig;
PN_IS_TUPLE        31 core/lick.c      if (PN_IS_TUPLE(licks)) return licks;
PN_IS_TUPLE        21 core/objmodel.c   if (PN_IS_TUPLE(sig) && PN_TUPLE_LEN(sig) > 0) {
PN_IS_TUPLE        83 core/objmodel.c   if (PN_IS_TUPLE(sig)) {
PN_IS_TUPLE       108 core/objmodel.c   if (PN_IS_TUPLE(sig)) {
PN_IS_TUPLE       133 core/objmodel.c   if (PN_IS_TUPLE(sig)) {
PN_IS_TUPLE       166 core/objmodel.c   if (PN_IS_TUPLE(sig)) {
PN_IS_TUPLE       259 core/objmodel.c   if (PN_IS_TUPLE(pvars)) {
PN_IS_TUPLE       260 core/objmodel.c     if (!PN_IS_TUPLE(ivars)) ivars = PN_TUP0();
PN_IS_TUPLE       263 core/objmodel.c   if (PN_IS_TUPLE(ivars))
PN_IS_TUPLE       181 core/potion.h  #define PN_CHECK_TUPLE(obj)   if (!PN_IS_TUPLE(obj)) return potion_type_error_want(P, ""#obj, (PN)obj, "Tuple")
PN_IS_TUPLE       479 core/syntax.y    if (!PN_IS_TUPLE(sig))
PN_IS_TUPLE        48 core/table.c     if (PN_IS_TUPLE(self)) {
PN_IS_TUPLE       162 core/vm.c        if (PN_IS_TUPLE(f->sig)) {
PN_IS_TUPLE       270 core/vm.c        if (PN_IS_TUPLE(f->sig)) {
PN_IS_TUPLE       465 core/vm.c          if (PN_IS_TUPLE(f->debugs) && op.b >= 0 && op.b < PN_TUPLE_LEN(f->debugs))
PN_IS_TUPLE       814 core/vm.c                    if (PN_IS_TUPLE(sig)) {
PN_IS_TUPLE       839 core/vm.c                    if (PN_IS_TUPLE(sig)) {
PN_IS_TUPLE      1516 lib/aio.c          if (!value || !PN_IS_TUPLE(value)) return potion_type_error_want(P, "value", value, "Tuple");
PN_IS_TUPLE      1521 lib/aio.c          if (!value || !PN_IS_TUPLE(value)) return potion_type_error_want(P, "value", value, "Tuple");
PN_IS_TUPLE      1526 lib/aio.c          if (!value || !PN_IS_TUPLE(value)) return potion_type_error_want(P, "value", value, "Tuple");
PN_IS_TUPLE        74 test/api/potion-test.c   CuAssert(T, "empty isn't a tuple", PN_IS_TUPLE(empty));
PN_IS_TUPLE        85 test/api/potion-test.c   CuAssert(T, "tuple isn't a tuple", PN_IS_TUPLE(tup));
PN_IS_TUPLE        94 test/api/potion-test.c   CuAssert(T, "signature isn't a tuple", PN_IS_TUPLE(sig));
PN_IS_TUPLE       116 test/api/potion-test.c   CuAssert(T, "signature isn't a tuple", PN_IS_TUPLE(sig));