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

  /external/llvm/include/llvm/ADT/
ImmutableSet.h 819 struct ImutProfileInfo {
840 template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {};
858 struct ImutProfileInfo<T*> {
870 // inherit from the profile traits (ImutProfileInfo) to include operations
879 struct ImutContainerInfo : public ImutProfileInfo<T> {
880 typedef typename ImutProfileInfo<T>::value_type value_type;
881 typedef typename ImutProfileInfo<T>::value_type_ref value_type_ref;
905 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> {
906 typedef typename ImutProfileInfo<T*>::value_type value_type;
907 typedef typename ImutProfileInfo<T*>::value_type_ref value_type_ref
    [all...]
ImmutableIntervalMap.h 82 ImutProfileInfo<T>::Profile(ID, V.second);

Completed in 34 milliseconds