CompileError 27 python_bindings/python/Error.cpp void translate_compile_error(h::CompileError const &e) { CompileError 46 python_bindings/python/Error.cpp p::register_exception_translator<h::CompileError>(&translate_compile_error); CompileError 26 src/Error.cpp CompileError::CompileError(const std::string &msg) : Error(msg) { CompileError 40 src/Error.cpp CompileError _compile_error(""); CompileError 123 src/Error.cpp CompileError err(msg.str()); CompileError 30 src/Error.h struct CompileError : public Error { CompileError 31 src/Error.h EXPORT CompileError(const std::string &msg); CompileError 38 test/correctness/exception.cpp } catch (const Halide::CompileError &e) { CompileError 52 test/correctness/exception.cpp } catch (const Halide::CompileError &e) { CompileError 64 test/correctness/exception.cpp } catch (const Halide::CompileError &e) { CompileError 77 test/correctness/exception.cpp } catch (const Halide::CompileError &e) { CompileError 91 test/correctness/exception.cpp } catch (const Halide::CompileError &e) {