Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h242 int NumOccurrences; // The number of times specified variable
316 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
356 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
357 inline void reset() { NumOccurrences = 0; } in reset()
/external/llvm/include/llvm/Support/
DCommandLine.h236 int NumOccurrences; // The number of times specified variable
304 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
343 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
344 inline void reset() { NumOccurrences = 0; } in reset()
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp874 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
878 if (NumOccurrences > 1) in addOccurrence()
882 if (NumOccurrences > 1) in addOccurrence()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h170 int NumOccurrences; // The number of times specified variable
225 : NumOccurrences(0), Flags(DefaultFlags | NormalFormatting), Position(0), in Option()
261 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
/external/llvm/lib/Support/
DCommandLine.cpp1347 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
1351 if (NumOccurrences > 1) in addOccurrence()
1355 if (NumOccurrences > 1) in addOccurrence()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1370 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
1374 if (NumOccurrences > 1) in addOccurrence()
1378 if (NumOccurrences > 1) in addOccurrence()