Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp228 const auto *itA = llvm::find_if(ia->symbols, hasUnwind); in equalsVariable() local
230 if (itA == ia->symbols.end()) in equalsVariable()
234 const Defined *da = *itA; in equalsVariable()
241 return std::find_if_not(std::next(itA), ia->symbols.end(), isZero) == in equalsVariable()