Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h274 uint16_t NumOccurrences; // The number of times specified variable
344 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
406 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp443 NumOccurrences = 0; in reset()
1852 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()