Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp231 const char *RefCountAction; in getTargetPointer() local
237 RefCountAction = " (incremented)"; in getTargetPointer()
241 RefCountAction = " (update suppressed)"; in getTargetPointer()
243 const char *DynRefCountAction = HasHoldModifier ? "" : RefCountAction; in getTargetPointer()
244 const char *HoldRefCountAction = HasHoldModifier ? RefCountAction : ""; in getTargetPointer()
383 const char *RefCountAction; in getTgtPtrBegin() local
385 RefCountAction = " (update suppressed)"; in getTgtPtrBegin()
396 RefCountAction = " (reset, delayed deletion)"; in getTgtPtrBegin()
398 RefCountAction = " (decremented, delayed deletion)"; in getTgtPtrBegin()
401 RefCountAction = " (decremented)"; in getTgtPtrBegin()
[all …]