Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Ddata_sharing.cu88 const uintptr_t RequestedEndAddress = StartAddress + (uintptr_t)PushSize; in data_sharing_push_stack_common() local
93 if (EndAddress < RequestedEndAddress) { in data_sharing_push_stack_common()
126 StackP = (void *)RequestedEndAddress; in data_sharing_push_stack_common()