Searched refs:__DELETE (Results 1 – 1 of 1) sorted by relevance
52 #define __DELETE =delete macro54 #define __DELETE macro61 __attribute__((device)) TypeName() __DELETE; \62 __attribute__((device)) TypeName(const TypeName &) __DELETE; \63 __attribute__((device)) void operator=(const TypeName &) const __DELETE; \64 __attribute__((device)) TypeName *operator&() const __DELETE