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 165 int NumOccurrences; // The number of times specified
222 : NumOccurrences(0), Occurrences(Occurrences), HiddenFlag(Hidden),
257 inline int getNumOccurrences() const { return NumOccurrences; }
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 774 llvm_unreachable("Internal error, unexpected NumOccurrences flag in "
    [all...]

Completed in 38 milliseconds