HomeSort by relevance Sort by last modified time
    Searched refs:ImutContainerInfo (Results 1 - 3 of 3) 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 881 /// ImutContainerInfo - Generic definition of comparison operations for
885 struct ImutContainerInfo : public ImutProfileInfo<T> {
907 /// ImutContainerInfo - Specialization for pointer values to treat pointers
911 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> {
937 template <typename ValT, typename ValInfo = ImutContainerInfo<ValT> >
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 58 class RangeTrait : public llvm::ImutContainerInfo<Range> {

Completed in 355 milliseconds