Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dcuda_builtin_vars.h48 #define __DELETE =delete macro
50 #define __DELETE macro
57 __attribute__((device)) TypeName() __DELETE; \
58 __attribute__((device)) TypeName(const TypeName &) __DELETE; \
59 __attribute__((device)) void operator=(const TypeName &) const __DELETE; \
60 __attribute__((device)) TypeName *operator&() const __DELETE
/external/jetty/src/java/org/eclipse/jetty/servlets/
DPutFilter.java65 public final static String __DELETE="DELETE"; field in PutFilter
107 _operations.add(__DELETE); in init()
150 else if (method.equals(__DELETE)) in doFilter()