LLVM  4.0.0
Functions | Variables
SimpleCmpTest.cpp File Reference
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <cstdio>
Include dependency graph for SimpleCmpTest.cpp:

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 []
 

Function Documentation

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().

Variable Documentation

int AllLines

Definition at line 46 of file SimpleCmpTest.cpp.

Referenced by llvm::FileInfo::print(), and PrintOnce().