Lines Matching refs:AggregateDescription
906 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
924 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
926 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
927 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
969 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
971 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
986 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
992 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
996 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
1002 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
1007 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()
1016 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
1017 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
1083 if (Describe(SourceAggregate) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()