Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h192 int NumOccurrences; // The number of times specified variable
248 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
287 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
/external/llvm/lib/Support/
DCommandLine.cpp1142 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
1146 if (NumOccurrences > 1) in addOccurrence()
1150 if (NumOccurrences > 1) in addOccurrence()