Searched defs:UNIQ (Results 1 – 9 of 9) sorted by relevance
19 #define UNIQ(name) JOIN(name, __LINE__) macro627 void UNIQ(use)() { new ImportAlloc(); } in UNIQ() function633 void UNIQ(use)() { new ImportAlloc[1]; } in UNIQ() function639 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } in UNIQ() function645 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } in UNIQ() function
5 #define UNIQ(name) JOIN(name, __LINE__) macro
6 #define UNIQ(name) JOIN(name, __LINE__) macro
25 #define UNIQ(name) JOIN(name, __LINE__) macro314 void UNIQ(use)() { ::operator new(42); } in UNIQ() function
22 #define UNIQ(name) JOIN(name, __LINE__) macro
25 #define UNIQ(name) JOIN(name, __LINE__) macro311 void UNIQ(use)() { ::operator new(42); } in UNIQ() function
54 #define UNIQ(x) CONCATENATE(x, __COUNTER__) macro