Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dconditional-temporaries.cpp6 static int dtorcalls; variable
10 ~A() { dtorcalls++; } in ~A()
48 return dtorcalls; in getDtorCalls()
54 return ctorcalls == dtorcalls; in success()