Searched defs:ImutProfileInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableSet.h837 struct ImutProfileInfo { struct in namespace:llvm
858 template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {};
875 struct ImutProfileInfo<bool> { struct in namespace:llvm
888 struct ImutProfileInfo<T*> { struct in namespace:llvm
900 // inherit from the profile traits (ImutProfileInfo) to include operations
909 struct ImutContainerInfo : public ImutProfileInfo<T> {
910 typedef typename ImutProfileInfo<T>::value_type value_type;
911 typedef typename ImutProfileInfo<T>::value_type_ref value_type_ref;
935 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> {
936 typedef typename ImutProfileInfo<
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h813 struct ImutProfileInfo { struct in namespace:llvm
834 template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {};
852 struct ImutProfileInfo<T*> { struct in namespace:llvm
864 // inherit from the profile traits (ImutProfileInfo) to include operations
873 struct ImutContainerInfo : public ImutProfileInfo<T> {
874 typedef typename ImutProfileInfo<T>::value_type value_type;
875 typedef typename ImutProfileInfo<T>::value_type_ref value_type_ref;
899 struct ImutContainerInfo<T*> : public ImutProfileInfo<T*> {
900 typedef typename ImutProfileInfo<T*>::value_type value_type;
901 typedef typename ImutProfileInfo<
[all...]

Completed in 103 milliseconds