Home
last modified time | relevance | path

Searched refs:kMaxValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h298 ConsumeIntegralInRange<uint32_t>(0, static_cast<uint32_t>(T::kMaxValue))); in ConsumeEnum()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/
H A DFuzzedDataProviderUnittest.cpp343 kMaxValue = Seven in TEST() enumerator