Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Domptarget.cpp435 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()
Ddevice.cpp334 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()
Ddevice.h186 int deallocTgtPtr(void *TgtPtrBegin, int64_t Size, bool ForceDelete,