Searched refs:ctor_done (Results 1 – 2 of 2) sorted by relevance
32 int ctor_done; variable42 new_done = ctor_done = func_done = dtor_done = delete_done = count = 0; in init()54 ctor_done = ++count; in A()94 CHECK(ctor_done==2); in test1()99 CHECK(ctor_done==1); in test1()119 CHECK(ctor_done==0); in test2()124 CHECK(ctor_done==1); in test2()144 CHECK(ctor_done==2); in test3()150 CHECK(ctor_done==1); in test3()