klee
gen-bout.cpp File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>
#include "klee/ADT/KTest.h"
Include dependency graph for gen-bout.cpp:

Go to the source code of this file.

Macros

#define MAX   64
 

Functions

static void push_obj (KTest *b, const char *name, unsigned total_bytes, unsigned char *bytes)
 
static void push_range (KTest *b, const char *name, unsigned value)
 
void print_usage_and_exit (char *program_name)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ MAX

#define MAX   64

Definition at line 26 of file gen-bout.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ print_usage_and_exit()

void print_usage_and_exit ( char *  program_name)

Definition at line 50 of file gen-bout.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ push_obj()

static void push_obj ( KTest b,
const char *  name,
unsigned  total_bytes,
unsigned char *  bytes 
)
static

Definition at line 27 of file gen-bout.cpp.

References KTestObject::bytes, MAX, KTestObject::name, KTestObject::numBytes, KTest::numObjects, and KTest::objects.

Referenced by main().

Here is the caller graph for this function:

◆ push_range()

static void push_range ( KTest b,
const char *  name,
unsigned  value 
)
static

Definition at line 39 of file gen-bout.cpp.

References KTestObject::bytes, MAX, KTestObject::name, KTestObject::numBytes, KTest::numObjects, and KTest::objects.

Referenced by main().

Here is the caller graph for this function: