Home
last modified time | relevance | path

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

/external/llvm-project/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
Dmingw-template-dllexport.cpp5 #define UNIQ(name) JOIN(name, __LINE__) macro
Dwindows-itanium-dllexport.cpp6 #define UNIQ(name) JOIN(name, __LINE__) macro
Ddllimport.cpp25 #define UNIQ(name) JOIN(name, __LINE__) macro
314 void UNIQ(use)() { ::operator new(42); } in UNIQ() function
Ddllexport.cpp22 #define UNIQ(name) JOIN(name, __LINE__) macro
/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.h54 #define UNIQ(x) CONCATENATE(x, __COUNTER__) macro