Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DDenseMap.h757 bool hasRHSValue = (!KeyInfoT::isEqual(RHSB->first, EmptyKey) && in swap() local
759 if (hasLHSValue && hasRHSValue) { in swap()
769 } else if (hasRHSValue) { in swap()