|
LLVM
4.0.0
|
#include <cstdint>#include <cstdlib>#include <cstring>#include <cstdio>Go to the source code of this file.
Functions | |
| int | DSO1 (int a) |
| int | DSO2 (int a) |
| int | DSOTestExtra (int a) |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| static volatile int * | nil = 0 |
| int DSO1 | ( | int | a | ) |
Definition at line 6 of file DSO1.cpp.
Referenced by LLVMFuzzerTestOneInput().
| int DSO2 | ( | int | a | ) |
Definition at line 6 of file DSO2.cpp.
Referenced by LLVMFuzzerTestOneInput().
| int DSOTestExtra | ( | int | a | ) |
Definition at line 6 of file DSOTestExtra.cpp.
Referenced by LLVMFuzzerTestOneInput().
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 16 of file DSOTestMain.cpp.
References DSO1(), DSO2(), DSOTestExtra(), and nil.
|
static |
Definition at line 14 of file DSOTestMain.cpp.
Referenced by LLVMFuzzerTestOneInput().
1.8.6