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

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h42 return ImutContainerInfo<T>::isEqual(L,R);
45 return ImutContainerInfo<T>::isLess(L,R);
49 return ImutContainerInfo<S>::isEqual(L,R);
53 ImutContainerInfo<T>::Profile(ID, V.first);
54 ImutContainerInfo<S>::Profile(ID, V.second);
H A DImmutableSet.h874 /// ImutContainerInfo - Generic definition of comparison operations for
878 struct ImutContainerInfo : public ImutProfileInfo<T> { struct in namespace:llvm
900 /// ImutContainerInfo - Specialization for pointer values to treat pointers
904 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> { struct in namespace:llvm
930 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
1105 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
H A DImmutableIntervalMap.h55 return ImutContainerInfo<T>::isEqual(L,R);
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp58 class RangeTrait : public llvm::ImutContainerInfo<Range> {

Completed in 108 milliseconds