HomeSort by relevance Sort by last modified time
    Searched defs:constructors (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/compiler-rt/BlocksRuntime/tests/
copyconstructor.C 13 int constructors = 0; variable
36 ++constructors;
44 _version = ++constructors;
75 if (constructors == 0) {
76 printf("No copy constructors!!!\n");
79 if (constructors != destructors) {
80 printf("%d constructors but only %d destructors\n", constructors, destructors);
reference.C 17 int constructors = 0; variable
41 ++constructors;
49 _version = ++constructors;