Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_dense_map_info.h56 ValueT &getSecond() { return second; } in getSecond() function
57 const ValueT &getSecond() const { return second; } in getSecond() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDenseSet.h40 DenseSetEmpty &getSecond() { return *this; } in getSecond() function
41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
DDenseMap.h47 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function
48 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function
DAPFloat.h656 APFloat &getSecond() { return Floats[1]; } in getSecond() function
657 const APFloat &getSecond() const { return Floats[1]; } in getSecond() function