PURE_P           1815 src/alloc.c      if (!PURE_P (s) && !pdumper_object_p (s) && s->u.s.data
PURE_P           2653 src/alloc.c    	|| PURE_P (data) || pdumper_object_p (data)
PURE_P           5510 src/alloc.c      if (PURE_P (p))
PURE_P           5903 src/alloc.c          || (! SYMBOLP (obj) && PURE_P (XPNTR (obj)))
PURE_P           7092 src/alloc.c          if (PURE_P (po))
PURE_P           7319 src/alloc.c    	    if (!PURE_P (XSTRING (ptr->u.s.name)))
PURE_P           7454 src/alloc.c      return survives_p || PURE_P (XPNTR (obj));
PURE_P           4753 src/fns.c        eassert (!PURE_P (h));
PURE_P            747 src/keymap.c     if (CONSP (def) && PURE_P (XCONS (def))
PURE_P            100 src/puresize.h   (PURE_P (ptr) ? pure_write_error (obj) : (void) 0)