HomeSort by relevance Sort by last modified time
    Searched refs:NumOccurrences (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
CommandLine.h 163 int NumOccurrences; // The number of times specified
220 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0),
255 inline int getNumOccurrences() const { return NumOccurrences; }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 772 llvm_unreachable("Internal error, unexpected NumOccurrences flag in "
867 NumOccurrences++; // Increment the number of times we have been seen
    [all...]

Completed in 54 milliseconds