Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h265 uint16_t NumOccurrences; // The number of times specified variable
339 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
401 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp472 NumOccurrences = 0; in reset()
1852 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()