Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp363 bool &IsHostPtr, bool MustContain, bool ForceDelete) { in getTgtPtrBegin() argument
375 IsLast = HT.decShouldRemove(UseHoldRefCount, ForceDelete); in getTgtPtrBegin()
377 if (ForceDelete) { in getTgtPtrBegin()
395 if (ForceDelete) in getTgtPtrBegin()
H A Domptarget.cpp736 bool ForceDelete = ArgTypes[I] & OMP_TGT_MAPTYPE_DELETE; in targetDataEnd() local
743 !IsImplicit, ForceDelete); in targetDataEnd()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h382 bool ForceDelete = false);