Searched refs:ForceDelete (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | omptarget.cpp | 435 bool ForceDelete; member 439 DeallocTgtPtrInfo(void *HstPtr, int64_t Size, bool ForceDelete, in DeallocTgtPtrInfo() 441 : HstPtrBegin(HstPtr), DataSize(Size), ForceDelete(ForceDelete), in DeallocTgtPtrInfo() 502 bool ForceDelete = ArgTypes[I] & OMP_TGT_MAPTYPE_DELETE; in targetDataEnd() local 532 bool DelEntry = IsLast || ForceDelete; in targetDataEnd() 610 DeallocTgtPtrs.emplace_back(HstPtrBegin, DataSize, ForceDelete, in targetDataEnd() 632 Info.ForceDelete, Info.HasCloseModifier); in targetDataEnd()
|
D | device.cpp | 334 int DeviceTy::deallocTgtPtr(void *HstPtrBegin, int64_t Size, bool ForceDelete, in deallocTgtPtr() argument 345 if (ForceDelete) in deallocTgtPtr() 352 ", Size=%" PRId64 "\n", (ForceDelete ? " (forced)" : ""), in deallocTgtPtr()
|
D | device.h | 186 int deallocTgtPtr(void *TgtPtrBegin, int64_t Size, bool ForceDelete,
|