Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp1044 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
1048 if (NumOccurrences > 1) in addOccurrence()
1052 if (NumOccurrences > 1) in addOccurrence()
/external/llvm/include/llvm/Support/
DCommandLine.h180 int NumOccurrences; // The number of times specified variable
240 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
275 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()