Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dassume-super-init-does-not-return-nil.m37 Cell *newCell = [[Cell alloc] init];
38 newCell->x = 5; // no-warning
39 [newCell release];
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp900 GHashCell newCell);
975 GHashCell newCell) { in insert() argument
976 assert(!newCell.isEmpty() && "cannot insert empty cell value"); in insert()
997 if (!oldCell.isEmpty() && oldCell < newCell) in insert()
1001 if (cellPtr->compare_exchange_weak(oldCell, newCell)) in insert()