Searched refs:ThePointer (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/parallel-libs/acxxel/ |
D | acxxel.h | 1022 void *handle() const { return ThePointer.get(); } in handle() 1034 return static_cast<element_type *>(ThePointer.get()); 1036 operator const element_type *() const { return ThePointer.get(); } 1041 ThePlatform, static_cast<const element_type *>(ThePointer.get()), in asSpan() 1048 ThePlatform, static_cast<element_type *>(ThePointer.get()), TheSize, 0); in asSpan() 1057 : ThePlatform(ThePlatform), ThePointer(Pointer, Destructor), in DeviceMemory() 1061 std::unique_ptr<void, HandleDestructor> ThePointer; variable 1222 : ThePointer(std::move(Other.ThePointer)), in AsyncHostMemory() 1231 static_cast<remove_const_type *>(ThePointer.get())); in data() 1240 : ThePointer( in AsyncHostMemory() [all …]
|