Home
last modified time | relevance | path

Searched refs:NumOccurrences (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h264 int NumOccurrences = 0; // The number of times specified variable
384 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
385 inline void reset() { NumOccurrences = 0; } in reset()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1453 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
1457 if (NumOccurrences > 1) in addOccurrence()
1461 if (NumOccurrences > 1) in addOccurrence()