#include <limits.h>
#include <inttypes.h>
#include <errno.h>
#include <stddef.h>
Go to the source code of this file.
◆ __CPROVER_ERRNO_H_INCLUDED
#define __CPROVER_ERRNO_H_INCLUDED |
◆ __CPROVER_INTTYPES_H_INCLUDED
#define __CPROVER_INTTYPES_H_INCLUDED |
◆ __CPROVER_LIMITS_H_INCLUDED
#define __CPROVER_LIMITS_H_INCLUDED |
◆ __CPROVER_STDDEF_H_INCLUDED
#define __CPROVER_STDDEF_H_INCLUDED |
◆ __builtin_abs()
int __builtin_abs |
( |
int |
i | ) |
|
◆ __builtin_add_overflow()
_Bool __builtin_add_overflow |
( |
| ) |
|
◆ __builtin_alloca()
void* __builtin_alloca |
( |
__CPROVER_size_t |
alloca_size | ) |
|
◆ __builtin_labs()
long int __builtin_labs |
( |
long int |
i | ) |
|
◆ __builtin_llabs()
long long int __builtin_llabs |
( |
long long int |
i | ) |
|
◆ __builtin_mul_overflow()
_Bool __builtin_mul_overflow |
( |
| ) |
|
◆ __CPROVER_deallocate()
void __CPROVER_deallocate |
( |
void * |
ptr | ) |
|
◆ __CPROVER_imaxabs()
intmax_t __CPROVER_imaxabs |
( |
intmax_t |
| ) |
|
◆ __VERIFIER_nondet___CPROVER_bool()
__CPROVER_bool __VERIFIER_nondet___CPROVER_bool |
( |
void |
| ) |
|
◆ __VERIFIER_nondet_int()
int __VERIFIER_nondet_int |
( |
void |
| ) |
|
◆ __VERIFIER_nondet_long()
long __VERIFIER_nondet_long |
( |
void |
| ) |
|
◆ __VERIFIER_nondet_ptrdiff_t()
ptrdiff_t __VERIFIER_nondet_ptrdiff_t |
( |
void |
| ) |
|
◆ _Exit()
◆ abort()
◆ abs()
◆ alloca()
void* alloca |
( |
__CPROVER_size_t |
alloca_size | ) |
|
◆ atoi()
int atoi |
( |
const char * |
nptr | ) |
|
◆ atol()
long atol |
( |
const char * |
nptr | ) |
|
◆ calloc()
void* calloc |
( |
__CPROVER_size_t |
nmemb, |
|
|
__CPROVER_size_t |
size |
|
) |
| |
◆ exit()
◆ free()
◆ getenv()
char* getenv |
( |
const char * |
name | ) |
|
◆ imaxabs()
intmax_t imaxabs |
( |
intmax_t |
i | ) |
|
◆ isdigit()
◆ isspace()
◆ labs()
long int labs |
( |
long int |
i | ) |
|
◆ llabs()
long long int llabs |
( |
long long int |
i | ) |
|
◆ malloc()
void * malloc |
( |
__CPROVER_size_t |
malloc_size | ) |
|
|
inline |
◆ posix_memalign()
int posix_memalign |
( |
void ** |
ptr, |
|
|
__CPROVER_size_t |
alignment, |
|
|
__CPROVER_size_t |
size |
|
) |
| |
◆ rand()
◆ rand_r()
int rand_r |
( |
unsigned int * |
seed | ) |
|
◆ random()
◆ realloc()
void* realloc |
( |
void * |
ptr, |
|
|
__CPROVER_size_t |
malloc_size |
|
) |
| |
◆ strtol()
long strtol |
( |
const char * |
nptr, |
|
|
char ** |
endptr, |
|
|
int |
base |
|
) |
| |
◆ valloc()
void* valloc |
( |
__CPROVER_size_t |
malloc_size | ) |
|
◆ __CPROVER_alloca_object
const void* __CPROVER_alloca_object = 0 |
◆ __CPROVER_malloc_is_new_array
__CPROVER_bool __CPROVER_malloc_is_new_array = 0 |
◆ __CPROVER_new_object
const void* __CPROVER_new_object = 0 |