Searched refs:is_warning (Results 1 - 4 of 4) sorted by relevance
/external/libevent/include/event2/ |
H A D | dns.h | 486 @param is_warning indicates if the log message is a 'warning' 489 typedef void (*evdns_debug_log_fn_type)(int is_warning, const char *msg);
|
/external/bison/src/ |
H A D | scan-code.l | 419 bool is_warning, unsigned indent) 430 if (is_warning) 477 if (is_warning)
|
H A D | scan-code.c | 2608 bool is_warning, unsigned indent) 2619 if (is_warning) 2666 if (is_warning) 2606 show_sub_messages(const char* cp, bool explicit_bracketing, int midrule_rhs_index, char dollar_or_at, bool is_warning, unsigned indent) argument
|
/external/valgrind/perf/ |
H A D | tinycc.c | 7032 void error1(TCCState *s1, int is_warning, const char *fmt, va_list ap) 7053 if (is_warning) 7063 if (!is_warning || s1->warn_error) 7030 error1(TCCState *s1, int is_warning, const char *fmt, va_list ap) argument
|
Completed in 1334 milliseconds