RuntimeError 20 python_bindings/python/Error.cpp void translate_runtime_error(h::RuntimeError const &e) { RuntimeError 45 python_bindings/python/Error.cpp p::register_exception_translator<h::RuntimeError>(&translate_runtime_error); RuntimeError 29 src/Error.cpp RuntimeError::RuntimeError(const std::string &msg) : Error(msg) { RuntimeError 41 src/Error.cpp RuntimeError _runtime_error(""); RuntimeError 120 src/Error.cpp RuntimeError err(msg.str()); RuntimeError 24 src/Error.h struct RuntimeError : public Error { RuntimeError 25 src/Error.h EXPORT RuntimeError(const std::string &msg); RuntimeError 138 test/correctness/exception.cpp } catch (const Halide::RuntimeError &e) { RuntimeError 155 test/correctness/exception.cpp } catch (const Halide::RuntimeError &e) {