Home
last modified time | relevance | path

Searched defs:make_error (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dparser.cc43 std::string Parser::make_error(const Tokenizer& tokenizer, in make_error() function in amber::vkscript::Parser
Dcommand_parser.cc63 std::string CommandParser::make_error(const std::string& err) { in make_error() function in amber::vkscript::CommandParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h303 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h330 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) { in make_error() function
/third_party/rust/crates/nom/src/
Derror.rs134 pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> E { in make_error() function
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc281 std::string Parser::make_error(const std::string& err) { in make_error() function in amber::amberscript::Parser
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3736 fn make_error(&mut self, ret: c_int) -> Error { in make_error() method
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c4639 make_error(png_store* const ps, png_byte const colour_type, in make_error() function