Home
last modified time | relevance | path

Searched defs:getSecond (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseSet.h40 DenseSetEmpty &getSecond() { return *this; } in getSecond() function
41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
H A DAPFloat.h636 APFloat &getSecond() { return Floats[1]; } in getSecond() function
637 const APFloat &getSecond() const { return Floats[1]; } in getSecond() function
H A DDenseMap.h46 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function
47 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function