Searched refs:ElementInserted (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp518 auto ElementInserted = IDChildren.emplace(ID, std::move(NewChild)); local
519 Result = ElementInserted.first->second.get();
520 return ElementInserted.second;

Completed in 102 milliseconds