|
LLVM
4.0.0
|
#include <assert.h>#include <cstdint>#include <cstring>#include <cstddef>#include <iostream>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| static volatile int | Sink |
| const int | kArraySize = 1234567 |
| int | array [kArraySize] |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 15 of file LoadTest.cpp.
References array, kArraySize, and Sink.
| int array[kArraySize] |
Definition at line 13 of file LoadTest.cpp.
Referenced by LLVMFuzzerTestOneInput().
| const int kArraySize = 1234567 |
Definition at line 12 of file LoadTest.cpp.
Referenced by LLVMFuzzerTestOneInput().
|
static |
Definition at line 11 of file LoadTest.cpp.
Referenced by LLVMFuzzerTestOneInput().
1.8.6