Searched refs:emit_error (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/proc-macro-error/test-crate/ |
H A D | lib.rs | 7 abort, abort_call_site, diagnostic, emit_call_site_warning, emit_error, emit_warning, 56 emit_error!( in emit() 60 emit_error!( in emit() 65 emit_error!(spans.next().unwrap(), "emit!(span, single_expr) test"); in emit() 247 emit_error!(ty, "whole type"); in to_tokens_span() 248 emit_error!(ty.span(), "explicit .span()"); in to_tokens_span()
|
/third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/demo-hack-impl/src/ |
H A D | lib.rs | 4 use proc_macro_error::{emit_error, proc_macro_error}; 13 emit_error!(expr, "BOOM"); in add_one()
|
/third_party/rust/crates/proc-macro-error/src/ |
H A D | macros.rs | 140 macro_rules! emit_error { macros 151 /// Shortcut for `emit_error!(Span::call_site(), ...)`. This macro 161 $crate::emit_error!($crate::__export::proc_macro2::Span::call_site(), $($tts)*)
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 948 emit_error(struct file *file, int code, const char *what) in emit_error() function 1014 emit_error(file, READ_ERROR_CODE, "output write error"); in file_end() 1088 /* Like emit_error but checks the global 'errors' flag */ in log_error() 1091 emit_error(file, code, what); in log_error() 1260 emit_error(file, UNEXPECTED_ERROR_CODE, "file read"); in read_byte() 3180 emit_error(file, LIBPNG_WARNING_CODE, message); in warning_handler()
|
Completed in 6 milliseconds