Searched refs:NumOccurrences (Results 1 – 2 of 2) sorted by relevance
264 int NumOccurrences = 0; // The number of times specified variable384 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()385 inline void reset() { NumOccurrences = 0; } in reset()
1453 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()1457 if (NumOccurrences > 1) in addOccurrence()1461 if (NumOccurrences > 1) in addOccurrence()