Lines Matching defs:created
33 ### MyClass @ 0x2801910 created via default constructor
34 ### MyClass @ 0x27fa780 created 100 200
41 For testing, each of these also keeps track the created instances and allows you to check how many
85 created(inst);
90 created(inst);
95 created(inst);
99 void created(void *inst) {
107 "or a missing cstats.created()");
220 cst.created(inst);
245 print_constr_details(inst, "created via copy constructor", values...);
249 print_constr_details(inst, "created via move constructor", values...);
261 print_constr_details(inst, "created via default constructor", values...);
265 print_constr_details(inst, "created", values...);