GDB (xrefs)
|
#include <unordered_set>
Go to the source code of this file.
Classes | |
class | complaint_interceptor |
Macros | |
#define | complaint(FMT, ...) |
Functions | |
void | complaint_internal (const char *fmt,...) ATTRIBUTE_PRINTF(1 |
static bool | have_complaint () |
void | clear_complaints () |
Variables | |
void int | stop_whining |
#define complaint | ( | FMT, | |
... | |||
) |
Definition at line 47 of file complaints.h.
void clear_complaints | ( | ) |
Definition at line 74 of file complaints.c.
References counters.
Referenced by finish_new_objfile(), reread_symbols(), and syms_from_objfile_1().
void complaint_internal | ( | const char * | fmt, |
... | |||
) |
|
inlinestatic |
Definition at line 38 of file complaints.h.
References stop_whining.
Referenced by read_func_scope().
|
extern |
Definition at line 36 of file complaints.c.
Referenced by complaint_internal(), and have_complaint().