HomeSort by relevance Sort by last modified time
    Searched refs:ImutContainerInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableMap.h 42 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);
ImmutableSet.h 875 /// ImutContainerInfo - Generic definition of comparison operations for
879 struct ImutContainerInfo : public ImutProfileInfo<T> {
901 /// ImutContainerInfo - Specialization for pointer values to treat pointers
905 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> {
931 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
    [all...]
ImmutableIntervalMap.h 55 return ImutContainerInfo<T>::isEqual(L,R);
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 60 class RangeTrait : public llvm::ImutContainerInfo<Range> {

Completed in 197 milliseconds