Lines Matching refs:CreatedValuesCount
914 int CreatedValuesCount = 0; in initializeFieldsWithValues() local
915 initializeFieldsWithValues(Loc, Type, Visited, 0, CreatedValuesCount); in initializeFieldsWithValues()
916 if (CreatedValuesCount > MaxCompositeValueSize) { in initializeFieldsWithValues()
967 int CreatedValuesCount = 0; in createValue() local
969 CreatedValuesCount); in createValue()
970 if (CreatedValuesCount > MaxCompositeValueSize) { in createValue()
979 int &CreatedValuesCount) { in createValueUnlessSelfReferential() argument
985 if ((Depth > 1 && CreatedValuesCount > MaxCompositeValueSize) || in createValueUnlessSelfReferential()
990 CreatedValuesCount++; in createValueUnlessSelfReferential()
998 CreatedValuesCount++; in createValueUnlessSelfReferential()
1003 CreatedValuesCount++; in createValueUnlessSelfReferential()
1006 createLocAndMaybeValue(PointeeType, Visited, Depth, CreatedValuesCount); in createValueUnlessSelfReferential()
1017 int Depth, int &CreatedValuesCount) { in createLocAndMaybeValue() argument
1027 initializeFieldsWithValues(Loc, Ty, Visited, Depth, CreatedValuesCount); in createLocAndMaybeValue()
1034 CreatedValuesCount)) in createLocAndMaybeValue()
1044 int &CreatedValuesCount) { in initializeFieldsWithValues() argument
1049 Visited, Depth + 1, CreatedValuesCount); in initializeFieldsWithValues()
1056 FieldType, Visited, Depth + 1, CreatedValuesCount)) in initializeFieldsWithValues()
1069 CreatedValuesCount)); in initializeFieldsWithValues()