Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Ddevice.cpp199 bool UpdateRefCount, bool HasCloseModifier, in getOrAllocTgtPtr() argument
216 if (UpdateRefCount) in getOrAllocTgtPtr()
225 Size, (UpdateRefCount ? " updated" : ""), in getOrAllocTgtPtr()
251 (UpdateRefCount ? " updated" : "")); in getOrAllocTgtPtr()
284 bool UpdateRefCount, bool &IsHostPtr, in getTgtPtrBegin() argument
297 if (!IsLast && UpdateRefCount) in getTgtPtrBegin()
303 Size, (UpdateRefCount ? " updated" : ""), in getTgtPtrBegin()
311 DPxPTR((uintptr_t)HstPtrBegin), Size, (UpdateRefCount ? " updated" : "")); in getTgtPtrBegin()
Ddevice.h180 bool &IsHostPtr, bool IsImplicit, bool UpdateRefCount,
184 bool UpdateRefCount, bool &IsHostPtr,