HomeSort by relevance Sort by last modified time
    Searched defs:destructors (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
copyconstructor.C 14 int destructors = 0; variable
52 ++destructors;
79 if (constructors != destructors) {
80 printf("%d constructors but only %d destructors\n", constructors, destructors);
reference.C 18 int destructors = 0; variable
57 ++destructors;
  /external/clang/test/Analysis/
temporaries.cpp 106 // temporaries because we can't model their destructors yet.
112 namespace destructors { namespace

Completed in 55 milliseconds