Searched refs:ImutContainerInfo (Results 1 - 6 of 6) 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.h905 /// ImutContainerInfo - Generic definition of comparison operations for
909 struct ImutContainerInfo : public ImutProfileInfo<T> { struct in namespace:llvm
931 /// ImutContainerInfo - Specialization for pointer values to treat pointers
935 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> { struct in namespace:llvm
957 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
1107 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
/external/swiftshader/third_party/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.h869 /// ImutContainerInfo - Generic definition of comparison operations for
873 struct ImutContainerInfo : public ImutProfileInfo<T> { struct in namespace:llvm
895 /// ImutContainerInfo - Specialization for pointer values to treat pointers
899 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> { struct in namespace:llvm
925 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
1091 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 273 milliseconds