Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libstdc++/libsupc++/
Deh_alloc.cc98 static bitmask_type emergency_used; variable
118 bitmask_type used = emergency_used; in __cxa_allocate_exception()
130 emergency_used |= (bitmask_type)1 << which; in __cxa_allocate_exception()
162 emergency_used &= ~((bitmask_type)1 << which); in __cxa_free_exception()