Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp1035 GHashCell oldCell(cellPtr->load()); in insert() local
1036 while (oldCell.isEmpty() || oldCell.getGHash(ctx) == ghash) { in insert()
1039 if (!oldCell.isEmpty() && oldCell < newCell) in insert()
1043 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()