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.cpp26 bool im_alive; member
28 my_facet() : im_alive(true) {++facet_count;} in my_facet()
29 ~my_facet() {im_alive = false; --facet_count;} in ~my_facet()
51 assert(f.im_alive); in main()
53 assert(fp->im_alive); in main()