#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
|
| void | msg (const char *fmt,...) |
| |
| void | warn (const char *file, int line, const char *fmt,...) |
| |
| void | va_warn (const char *file, int line, const char *fmt, va_list args) |
| |
| void | warn_simple (const char *file, int line, const char *text) |
| |
| void | warn_undoc (const char *file, int line, const char *fmt,...) |
| |
| void | warn_doc_error (const char *file, int line, const char *fmt,...) |
| |
| void | warn_uncond (const char *fmt,...) |
| |
| void | err (const char *fmt,...) |
| |
| void | err_full (const char *file, int line, const char *fmt,...) |
| |
| void | initWarningFormat () |
| |
| void | printlex (int dbg, bool enter, const char *lexName, const char *fileName) |
| |
| void err |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 226 of file message.cpp.
static const char * error_str
| void err_full |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 234 of file message.cpp.
static const char * error_str
static void do_warn(const char *tag, const char *file, int line, const char *prefix, const char *fmt, va_list args)
void line(double t, double *p, double &x, double &y, double &z)
| void initWarningFormat |
( |
| ) |
|
Definition at line 38 of file message.cpp.
static const char * error_str
static const char * warning_str
#define Config_getString(val)
#define Config_getBool(val)
static QCString outputFormat
FILE * portable_fopen(const char *fileName, const char *mode)
| void msg |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 107 of file message.cpp.
117 vfprintf(
stdout, fmt, args);
#define Config_getBool(val)
static bool isFlagSet(DebugMask mask)
| void printlex |
( |
int |
dbg, |
|
|
bool |
enter, |
|
|
const char * |
lexName, |
|
|
const char * |
fileName |
|
) |
| |
Definition at line 242 of file message.cpp.
244 const char *enter_txt =
"entering";
245 const char *enter_txt_uc =
"Entering";
249 enter_txt =
"finished";
250 enter_txt_uc =
"Finished";
258 fprintf(
stderr,
"--%s lexical analyzer: %s\n",enter_txt,
qPrint(lexName));
static void print(DebugMask mask, int prio, const char *fmt,...)
const char * qPrint(const char *s)
| void va_warn |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
fmt, |
|
|
va_list |
args |
|
) |
| |
Definition at line 191 of file message.cpp.
static const char * warning_str
static void do_warn(const char *tag, const char *file, int line, const char *prefix, const char *fmt, va_list args)
void line(double t, double *p, double &x, double &y, double &z)
| void warn |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 183 of file message.cpp.
static const char * warning_str
static void do_warn(const char *tag, const char *file, int line, const char *prefix, const char *fmt, va_list args)
void line(double t, double *p, double &x, double &y, double &z)
| void warn_doc_error |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 210 of file message.cpp.
static const char * warning_str
static void do_warn(const char *tag, const char *file, int line, const char *prefix, const char *fmt, va_list args)
void line(double t, double *p, double &x, double &y, double &z)
| void warn_simple |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
text |
|
) |
| |
Definition at line 196 of file message.cpp.
static const char * warning_str
#define Config_getBool(val)
void line(double t, double *p, double &x, double &y, double &z)
static void format_warn(const char *file, int line, const char *text)
| void warn_uncond |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 218 of file message.cpp.
static const char * warning_str
| void warn_undoc |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 202 of file message.cpp.
static const char * warning_str
static void do_warn(const char *tag, const char *file, int line, const char *prefix, const char *fmt, va_list args)
void line(double t, double *p, double &x, double &y, double &z)