#include "libgomp.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>Include dependency graph for error.c:

Go to the source code of this file.
Functions | |
| static void | gomp_verror (const char *fmt, va_list list) |
| void | gomp_error (const char *fmt,...) |
| void | gomp_fatal (const char *fmt,...) |
| void gomp_error | ( | const char * | fmt, | |
| ... | ||||
| ) |
Definition at line 47 of file error.c.
References gomp_verror().
Referenced by __attribute__(), parse_affinity(), parse_boolean(), parse_schedule(), parse_spincount(), parse_stacksize(), parse_unsigned_long(), and parse_wait_policy().
Here is the call graph for this function:

Here is the caller graph for this function:

| void gomp_fatal | ( | const char * | fmt, | |
| ... | ||||
| ) |
Definition at line 57 of file error.c.
References gomp_verror().
Referenced by __attribute__(), gomp_malloc(), gomp_malloc_cleared(), and gomp_realloc().
Here is the call graph for this function:

Here is the caller graph for this function:

| static void gomp_verror | ( | const char * | fmt, | |
| va_list | list | |||
| ) | [static] |
Definition at line 39 of file error.c.
Referenced by gomp_error(), and gomp_fatal().
Here is the caller graph for this function:

1.4.7