Go to the source code of this file.
|
| const char * | base (const char *p) |
| |
| int | callback_one (void *, uintptr_t, const char *, int, const char *) |
| |
| void | callback_three (void *, uintptr_t, const char *, uintptr_t, uintptr_t) |
| |
| int | callback_two (void *, uintptr_t) |
| |
| void | check (const char *name, int index, const struct info *all, int want_lineno, const char *want_function, const char *want_file, int *failed) |
| |
| void | error_callback_create (void *, const char *, int) |
| |
| void | error_callback_one (void *, const char *, int) |
| |
| void | error_callback_three (void *, const char *, int) |
| |
| void | error_callback_two (void *, const char *, int) |
| |
◆ bdata
◆ info
Definition at line 53 of file testlib.h.
| Data Fields |
|
char * |
filename |
|
|
char * |
function |
|
|
int |
lineno |
|
◆ sdata
◆ symdata
Definition at line 82 of file testlib.h.
| Data Fields |
|
int |
failed |
|
|
const char * |
name |
|
|
uintptr_t |
size |
|
|
uintptr_t |
val |
|
◆ __attribute__
◆ ATTRIBUTE_UNUSED
◆ GCC_VERSION
| #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) |
◆ base()
| const char * base |
( |
const char * |
p | ) |
|
|
extern |
◆ callback_one()
| int callback_one |
( |
void * |
, |
|
|
uintptr_t |
, |
|
|
const char * |
, |
|
|
int |
, |
|
|
const char * |
|
|
) |
| |
|
extern |
◆ callback_three()
| void callback_three |
( |
void * |
, |
|
|
uintptr_t |
, |
|
|
const char * |
, |
|
|
uintptr_t |
, |
|
|
uintptr_t |
|
|
) |
| |
|
extern |
◆ callback_two()
| int callback_two |
( |
void * |
vdata, |
|
|
uintptr_t |
pc |
|
) |
| |
|
extern |
◆ check()
| void check |
( |
const char * |
name, |
|
|
int |
index, |
|
|
const struct info * |
all, |
|
|
int |
want_lineno, |
|
|
const char * |
want_function, |
|
|
const char * |
want_file, |
|
|
int * |
failed |
|
) |
| |
|
extern |
◆ error_callback_create()
| void error_callback_create |
( |
void * |
, |
|
|
const char * |
, |
|
|
int |
|
|
) |
| |
|
extern |
◆ error_callback_one()
| void error_callback_one |
( |
void * |
vdata, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
|
extern |
◆ error_callback_three()
| void error_callback_three |
( |
void * |
vdata, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
|
extern |
◆ error_callback_two()
| void error_callback_two |
( |
void * |
vdata, |
|
|
const char * |
msg, |
|
|
int |
errnum |
|
) |
| |
|
extern |
◆ failures
◆ state