Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp992 auto *cellPtr = reinterpret_cast<std::atomic<GHashCell> *>(&table[idx]); in insert() local
993 GHashCell oldCell(cellPtr->load()); in insert()
1001 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()