Home
last modified time | relevance | path

Searched refs:refcount_infinity (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20183275 add refcount_infinity static data member, adjust comments.
3276 * pt.c (tinst_level::refcount_infinity): Define.
3278 is already refcount_infinity, adjust comment.
3280 is refcount_infinity, adjust comment.
H A Dcp-tree.h6482 static const unsigned short refcount_infinity = (unsigned short) ~0; member
H A Dpt.cc9646 const unsigned short tinst_level::refcount_infinity; member in tinst_level
9652 if (obj && obj->refcount != tinst_level::refcount_infinity) in inc_refcount_use()
9673 && obj->refcount != tinst_level::refcount_infinity in dec_refcount_use()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h6239 static const unsigned short refcount_infinity = (unsigned short) ~0; member
H A Dpt.c9419 const unsigned short tinst_level::refcount_infinity;
9425 if (obj && obj->refcount != tinst_level::refcount_infinity) in inc_refcount_use()
9446 && obj->refcount != tinst_level::refcount_infinity in dec_refcount_use()