|
LLVM 23.0.0git
|
#include "llvm/ADT/DenseMapInfo.h"
Public Types | |
| using | Optional = std::optional<T> |
| using | Info = DenseMapInfo<T> |
Static Public Member Functions | |
| static constexpr Optional | getEmptyKey () |
| static constexpr Optional | getTombstoneKey () |
| static unsigned | getHashValue (const Optional &OptionalVal) |
| static bool | isEqual (const Optional &LHS, const Optional &RHS) |
Definition at line 238 of file DenseMapInfo.h.
| using llvm::DenseMapInfo< std::optional< T > >::Info = DenseMapInfo<T> |
Definition at line 240 of file DenseMapInfo.h.
| using llvm::DenseMapInfo< std::optional< T > >::Optional = std::optional<T> |
Definition at line 239 of file DenseMapInfo.h.
|
inlinestaticconstexpr |
Definition at line 242 of file DenseMapInfo.h.
|
inlinestatic |
Definition at line 248 of file DenseMapInfo.h.
References llvm::detail::combineHashValue().
|
inlinestaticconstexpr |
Definition at line 244 of file DenseMapInfo.h.
|
inlinestatic |
Definition at line 254 of file DenseMapInfo.h.