LLVM  4.0.0
Functions | Variables
SignedIntOverflowTest.cpp File Reference
#include <assert.h>
#include <cstdint>
#include <cstdlib>
#include <cstddef>
#include <iostream>
#include <climits>
Include dependency graph for SignedIntOverflowTest.cpp:

Go to the source code of this file.

Functions

int LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size)
 

Variables

static volatile int Sink
 
static int Large = INT_MAX
 

Function Documentation

int LLVMFuzzerTestOneInput ( const uint8_t *  Data,
size_t  Size 
)

Definition at line 15 of file SignedIntOverflowTest.cpp.

References assert(), Large, and Sink.

Variable Documentation

int Large = INT_MAX
static

Definition at line 13 of file SignedIntOverflowTest.cpp.

Referenced by LLVMFuzzerTestOneInput().

volatile int Sink
static

Definition at line 12 of file SignedIntOverflowTest.cpp.

Referenced by LLVMFuzzerTestOneInput().