Home
last modified time | relevance | path

Searched refs:ImportAlloc (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp616 struct ImportAlloc { struct
627 void UNIQ(use)() { new ImportAlloc(); } in UNIQ()
633 void UNIQ(use)() { new ImportAlloc[1]; } in UNIQ()
639 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } in UNIQ()
645 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } in UNIQ()
/external/clang/test/SemaCXX/
Ddllimport.cpp587 struct ImportAlloc { struct