|
LLVM
4.0.0
|
#include <cstdint>#include <cstdlib>#include <cstring>#include <cstdio>Go to the source code of this file.
Functions | |
| static uint32_t | simple_hash (const uint8_t *Data, size_t Size) |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 28 of file SimpleHashTest.cpp.
References fuzzer::Hash(), and simple_hash().
Definition at line 15 of file SimpleHashTest.cpp.
References fuzzer::Hash(), and i.
Referenced by LLVMFuzzerTestOneInput().
1.8.6