Searched refs:emit_error (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops.cc | 241 auto emit_error = [&, spec]() { in ParseShapeAttr() local 246 if (!spec.consume_front("shape<")) return emit_error(); in ParseShapeAttr() 258 return emit_error(); in ParseShapeAttr() 293 auto emit_error = [&, spec]() { in ParseFuncAttr() local 298 if (!spec.consume_front("func<")) return emit_error(); in ParseFuncAttr() 304 return emit_error(); in ParseFuncAttr() 307 if (!spec.consume_front(", ")) return emit_error(); in ParseFuncAttr() 313 return emit_error(); in ParseFuncAttr() 316 if (!spec.consume_front(">")) return emit_error(); in ParseFuncAttr()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-arm-msvc-compat-error.c | 3 void emit_error(unsigned int opcode) { in emit_error() function
|
/external/clang/test/CodeGen/ |
D | builtins-arm-msvc-compat-error.c | 3 void emit_error(unsigned int opcode) { in emit_error() function
|
/external/rust/crates/proc-macro-error/src/ |
D | macros.rs | 140 macro_rules! emit_error { macro 161 $crate::emit_error!($crate::__export::proc_macro2::Span::call_site(), $($tts)*)
|
/external/libpng/contrib/tools/ |
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() 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()
|
/external/rust/crates/proc-macro-error/ |
D | CHANGELOG.md | 133 * Support for multiple errors via `emit_error` and `emit_call_site_error`
|
D | README.md | 126 emit_error!(attr, "Invalid attribute: {}", msg);
|