HomeSort by relevance Sort by last modified time
    Searched full:__delete (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/Headers/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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
  /prebuilts/sdk/renderscript/clang-include/
cuda_builtin_vars.h 48 #define __DELETE =delete
50 #define __DELETE
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/selinux/policycoreutils/semanage/
seobject.py 631 def __delete(self, name): member in class:loginRecords
666 self.__delete(name)
681 self.__delete(semanage_seuser_get_name(u))
911 def __delete(self, name): member in class:seluserRecords
1182 def __delete(self, port, proto): member in class:portRecords
1429 def __delete(self, addr, mask, proto): member in class:nodeRecords
1626 def __delete(self, interface): member in class:interfaceRecords
1971 def __delete(self, target, ftype): member in class:fcontextRecords
2150 def __delete(self, name): member in class:booleanRecords
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
PutFilter.java 65 public final static String __DELETE="DELETE";
107 _operations.add(__DELETE);
150 else if (method.equals(__DELETE))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 858 # We don't call self.__delete() because it also
874 def __delete(self): member in class:Thread
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 858 # We don't call self.__delete() because it also
874 def __delete(self): member in class:Thread
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 858 # We don't call self.__delete() because it also
874 def __delete(self): member in class:Thread
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 858 # We don't call self.__delete() because it also
874 def __delete(self): member in class:Thread
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py     [all...]

Completed in 456 milliseconds