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

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DCommandLine.cpp958 llvm_unreachable("Internal error, unexpected NumOccurrences flag in "
1047 NumOccurrences++; // Increment the number of times we have been seen
1051 if (NumOccurrences > 1)
1055 if (NumOccurrences > 1)
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DCommandLine.h180 int NumOccurrences; // The number of times specified member in class:llvm::cl::Option
240 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0),
275 inline int getNumOccurrences() const { return NumOccurrences; }

Completed in 103 milliseconds