Home
last modified time | relevance | path

Searched defs:add_error (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/diagnostic/
Ddiagnostic.h153 void add_error(System system, std::string err_msg) { in add_error() function
165 void add_error(System system, std::string err_msg, const Source& source) { in add_error() function
180 void add_error(System system, in add_error() function
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc268 ParserImpl::Failure::Errored ParserImpl::add_error(const Source& source, in add_error() function in tint::reader::wgsl::ParserImpl
280 ParserImpl::Failure::Errored ParserImpl::add_error(const Token& t, in add_error() function in tint::reader::wgsl::ParserImpl
286 ParserImpl::Failure::Errored ParserImpl::add_error(const Source& source, in add_error() function in tint::reader::wgsl::ParserImpl
/third_party/python/Modules/
Dpyexpat.c1721 add_error(PyObject *errors_module, PyObject *codes_dict, in add_error() function