Searched defs:destructors (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C14 int destructors = 0; variable
52 ++destructors;
79 if (constructors != destructors) {
80 printf("%d constructors but only %d destructors\n", constructors, destructors);
H A Dreference.C18 int destructors = 0; variable
57 ++destructors;
/external/clang/test/Analysis/
H A Dtemporaries.cpp107 // temporaries because we can't model their destructors yet.
113 namespace destructors { namespace

Completed in 103 milliseconds