Searched defs:getSecond (Results 1 – 3 of 3) sorted by relevance
40 DenseSetEmpty &getSecond() { return *this; } in getSecond() function41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
636 APFloat &getSecond() { return Floats[1]; } in getSecond() function637 const APFloat &getSecond() const { return Floats[1]; } in getSecond() function
46 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function47 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function