Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dconditional-temporaries.cpp5 static int ctorcalls; variable
9 A() : i(0) { ctorcalls++; } in A()
42 return ctorcalls; in getCtorCalls()
54 return ctorcalls == dtorcalls; in success()