Home | History | Annotate | Download | only in v6

Lines Matching refs:valptr

719             valptr = elt['_M_storage'].address
720 valptr = valptr.cast(elt.type.template_argument(0).pointer())
721 return ('[%d]' % count, valptr.dereference())