|
LLVM
4.0.0
|
#include <cstdint>#include <cstddef>#include <thread>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| static volatile int * | Sink |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 11 of file ThreadedLeakTest.cpp.
|
static |
Definition at line 9 of file ThreadedLeakTest.cpp.
Referenced by LLVMFuzzerTestOneInput().
1.8.6