Home
last modified time | relevance | path

Searched defs:AsyncHostMemorySpan (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/
Dacxxel.h139 template <typename T> class AsyncHostMemorySpan; variable
1323 AsyncHostMemorySpan() : TheSpan() {} in AsyncHostMemorySpan() function
1327 AsyncHostMemorySpan(AsyncHostMemory<OtherElementType> &Memory) in AsyncHostMemorySpan() function
1332 AsyncHostMemorySpan(OwnedAsyncHostMemory<OtherElementType> &Owned) in AsyncHostMemorySpan() function
1337 AsyncHostMemorySpan(AsyncHostMemorySpan<OtherElementType> &ASpan) in AsyncHostMemorySpan() function
1342 AsyncHostMemorySpan(AsyncHostMemorySpan<OtherElementType> &&Span) in AsyncHostMemorySpan() function
1374 explicit AsyncHostMemorySpan(Span<ElementType> ArraySpan) in AsyncHostMemorySpan() function