Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp472 NumOccurrences = 0; in reset()
1689 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
1693 if (NumOccurrences > 1) in addOccurrence()
1697 if (NumOccurrences > 1) in addOccurrence()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h266 uint16_t NumOccurrences; // The number of times specified variable
342 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
404 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()