Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Domptarget.h186 std::deque<void *> BufferLocations; variable
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Domptarget.cpp36 BufferLocations.push_back(nullptr); in getVoidPtrLocation()
37 return BufferLocations.back(); in getVoidPtrLocation()