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

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]
 

Function Documentation

int LLVMFuzzerTestOneInput ( const uint8_t *  Data,
size_t  Size 
)

Definition at line 15 of file LoadTest.cpp.

References array, kArraySize, and Sink.

Variable Documentation

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

volatile int Sink
static

Definition at line 11 of file LoadTest.cpp.

Referenced by LLVMFuzzerTestOneInput().