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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 170 int NumOccurrences; // The number of times specified
225 : NumOccurrences(0), Flags(DefaultFlags | NormalFormatting), Position(0),
261 inline int getNumOccurrences() const { return NumOccurrences; }
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 236 int NumOccurrences; // The number of times specified
304 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0),
343 inline int getNumOccurrences() const { return NumOccurrences; }
344 inline void reset() { NumOccurrences = 0; }
    [all...]

Completed in 946 milliseconds