Home
last modified time | relevance | path

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

/external/libcxx/test/std/localization/locales/locale.global.templates/
Duse_facet.pass.cpp24 bool im_alive; member
26 my_facet() : im_alive(true) {++facet_count;} in my_facet()
27 ~my_facet() {im_alive = false; --facet_count;} in ~my_facet()
46 assert(f.im_alive); in main()
48 assert(fp->im_alive); in main()