Searched refs:UpdateRefCount (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | device.cpp | 199 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()
|
D | device.h | 180 bool &IsHostPtr, bool IsImplicit, bool UpdateRefCount, 184 bool UpdateRefCount, bool &IsHostPtr,
|