Home
last modified time | relevance | path

Searched refs:_S_top (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dios.cc106 static _Atomic_word _S_top = 0; in xalloc() local
107 return __gnu_cxx::__exchange_and_add_dispatch(&_S_top, 1) + 4; in xalloc()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dios.cc104 static _Atomic_word _S_top = 0; in xalloc() local
105 return __gnu_cxx::__exchange_and_add_dispatch(&_S_top, 1) + 4; in xalloc()