Home | History | Annotate | Download | only in ADT

Lines Matching defs:Profile

305     ImutInfo::Profile(ID,V);
830 // Trait classes for Profile information.
833 /// Generic profile template. The default behavior is to invoke the
834 /// profile method of an object. Specializations for primitive integers
841 static void Profile(FoldingSetNodeID &ID, value_type_ref X) {
842 FoldingSetTrait<T>::Profile(X,ID);
846 /// Profile traits for integers.
852 static void Profile(FoldingSetNodeID &ID, value_type_ref X) {
873 /// Profile traits for booleans.
879 static void Profile(FoldingSetNodeID &ID, value_type_ref X) {
885 /// Generic profile trait for pointer types. We treat pointers as
892 static void Profile(FoldingSetNodeID &ID, value_type_ref X) {
900 // inherit from the profile traits (ImutProfileInfo) to include operations
1093 static void Profile(FoldingSetNodeID &ID, const ImmutableSet &S) {
1097 void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); }
1203 static void Profile(FoldingSetNodeID &ID, const ImmutableSetRef &S) {
1207 void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); }