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

/external/llvm/include/llvm/ADT/
H A DImmutableSet.h881 /// ImutContainerInfo - Generic definition of comparison operations for
885 struct ImutContainerInfo : public ImutProfileInfo<T> { struct in namespace:llvm
907 /// ImutContainerInfo - Specialization for pointer values to treat pointers
911 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> { struct in namespace:llvm
937 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
1113 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >

Completed in 1533 milliseconds