Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDenseMap.h955 bool hasRHSValue = (!KeyInfoT::isEqual(RHSB->getFirst(), EmptyKey) && in swap() local
957 if (hasLHSValue && hasRHSValue) { in swap()
967 } else if (hasRHSValue) { in swap()