Searched defs:value_type_ref (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h27 typedef const value_type& value_type_ref; typedef in struct:llvm::ImutKeyValueInfo
33 static inline key_type_ref KeyOfValue(value_type_ref V) {
37 static inline data_type_ref DataOfValue(value_type_ref V) {
52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
64 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableMap
168 void operator()(value_type_ref V) { C(V.first,V.second); }
176 void operator()(value_type_ref V) { C(V.first,V.second); }
216 typedef typename ImmutableMap<KeyT,ValT,ValInfo>::value_type_ref reference;
275 typedef typename ValInfo::value_type_ref value_type_re typedef in class:llvm::ImmutableMapRef
[all...]
H A DImmutableSet.h42 typedef typename ImutInfo::value_type_ref value_type_ref; typedef in class:llvm::ImutAVLTree
116 bool isElementEqual(value_type_ref V) const {
243 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v,
297 uint32_t computeDigest(ImutAVLTree* L, ImutAVLTree* R, value_type_ref V) {
367 typedef typename TreeTy::value_type_ref value_type_ref; typedef in class:llvm::ImutAVLFactory
400 TreeTy* add(TreeTy* T, value_type_ref V) {
429 value_type_ref getValue(TreeTy* T) const { return T->value; }
463 TreeTy* createNode(TreeTy* L, value_type_ref
815 typedef const T& value_type_ref; typedef in struct:llvm::ImutProfileInfo
826 typedef const T& value_type_ref; typedef in struct:llvm::ImutProfileInteger
853 typedef const bool& value_type_ref; typedef in struct:llvm::ImutProfileInfo
866 typedef value_type value_type_ref; typedef in struct:llvm::ImutProfileInfo
887 typedef typename ImutProfileInfo<T>::value_type_ref value_type_ref; typedef in struct:llvm::ImutContainerInfo
913 typedef typename ImutProfileInfo<T*>::value_type_ref value_type_ref; typedef in struct:llvm::ImutContainerInfo
941 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableSet
1117 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableSetRef
[all...]

Completed in 1360 milliseconds