Home
last modified time | relevance | path

Searched defs:UNIQ (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp19 #define UNIQ(name) JOIN(name, __LINE__) macro
627 void UNIQ(use)() { new ImportAlloc(); } in UNIQ() function
633 void UNIQ(use)() { new ImportAlloc[1]; } in UNIQ() function
639 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } in UNIQ() function
645 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } in UNIQ() function
Ddllimport.cpp25 #define UNIQ(name) JOIN(name, __LINE__) macro
311 void UNIQ(use)() { ::operator new(42); } in UNIQ() function
Ddllexport.cpp22 #define UNIQ(name) JOIN(name, __LINE__) macro
/external/kmod/shared/
Dmacro.h73 #define UNIQ __COUNTER__ macro