Home
last modified time | relevance | path

Searched refs:_refCnt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d260 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version() member
261 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version() member
463 ++tdata._refCnt; in version()
482 if (--tdata._refCnt > 0) return; in version()
H A Dmacho.d259 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version() member
260 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version() member
470 ++tdata._refCnt; in version()
489 if (--tdata._refCnt > 0) return; in version()
H A Delf.d369 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version() member
370 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version() member
576 ++tdata._refCnt; in version()
595 if (--tdata._refCnt > 0) return; in version()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d364 static if (_pdso.sizeof == 8) uint _refCnt, _addCnt; in version() member
365 else static if (_pdso.sizeof == 4) ushort _refCnt, _addCnt; in version() member
577 ++tdata._refCnt; in version()
596 if (--tdata._refCnt > 0) return; in version()