Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h199 bool isDynRefCountInf() const { return States->DynRefCount == INFRefCount; } in isDynRefCountInf() function
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp120 } else if (HDTT.isDynRefCountInf()) { in disassociatePtr()