|
LLVM
4.0.0
|
#include <cstdint>#include <cstdlib>#include <cstring>#include <cstdio>Go to the source code of this file.
Functions | |
| bool | PrintOnce (int Line) |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
Variables | |
| int | AllLines [] |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 19 of file SimpleCmpTest.cpp.
References PrintOnce().
| bool PrintOnce | ( | int | Line | ) |
Definition at line 12 of file SimpleCmpTest.cpp.
References AllLines.
Referenced by LLVMFuzzerTestOneInput().
| int AllLines |
Definition at line 46 of file SimpleCmpTest.cpp.
Referenced by llvm::FileInfo::print(), and PrintOnce().
1.8.6