Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h28 struct ImutKeyValueInfo { struct
29 using value_type = const std::pair<T,S>;
30 using value_type_ref = const value_type&;
31 using key_type = const T;
32 using key_type_ref = const T&;
33 using data_type = const S;
34 using data_type_ref = const S&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()
62 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>> argument