Home | History | Annotate | Download | only in gcc-4.8.3

Lines Matching refs:usecount

68             usecount = refcounts['_M_use_count']
70 if usecount == 0:
73 state = 'count %d, weak %d' % (usecount, weakcount - 1)