Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map_info.h56 ValueT &getSecond() { return second; } in getSecond() function
57 const ValueT &getSecond() const { return second; } in getSecond() function
/llvm-project/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.h1541 APFloat &DoubleAPFloat::getSecond() { return Floats[1]; } getSecond() function
1542 const APFloat &DoubleAPFloat::getSecond() const { return Floats[1]; } getSecond() function
H A 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
[all...]
/llvm-project/clang/test/AST/Interp/
H A Darrays.cpp