Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dcuda_builtin_vars.h52 #define __DELETE =delete macro
54 #define __DELETE macro
61 __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