Searched defs:getSecond (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h625 APFloat &getSecond() { return Floats[1]; } function in class:llvm::detail::final
626 const APFloat &getSecond() const { return Floats[1]; } function in class:llvm::detail::final
H A DDenseMap.h45 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } function in struct:llvm::detail::DenseMapPair
46 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } function in struct:llvm::detail::DenseMapPair
[all...]
H A DDenseSet.h40 DenseSetEmpty &getSecond() { return *this; } function in class:llvm::detail::DenseSetPair
41 const DenseSetEmpty &getSecond() const { return *this; } function in class:llvm::detail::DenseSetPair

Completed in 215 milliseconds