Lines Matching full:uniq
19 #define UNIQ(name) JOIN(name, __LINE__)
20 #define USE(func) void UNIQ(use)() { func(); }
21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); }
23 #define USESPECIALS(cls) void UNIQ(use)() { useSpecials<cls>(); }
625 void UNIQ(use)() { new ImportAlloc(); }
631 void UNIQ(use)() { new ImportAlloc[1]; }
637 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; }
643 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; }