|
Halide 21.0.0
Halide compiler and libraries
|
#include <Error.h>
Public Member Functions | |
| ErrorReport & | init (const char *file, const char *function, const int line, const char *condition_string) |
| void | issue () noexcept(false) |
| Public Member Functions inherited from Halide::Internal::ReportBase< ErrorReport< Exception > > | |
| HALIDE_ALWAYS_INLINE ErrorReport< Exception > & | operator<< (const S &x) |
| HALIDE_ALWAYS_INLINE | operator bool () const |
Additional Inherited Members | |
| Protected Member Functions inherited from Halide::Internal::ReportBase< ErrorReport< Exception > > | |
| std::string | finalize_message () |
| ErrorReport< Exception > & | init (const char *file, const char *function, const int line, const char *condition_string, const char *prefix) |
| Protected Attributes inherited from Halide::Internal::ReportBase< ErrorReport< Exception > > | |
| std::ostringstream | msg |
| bool | finalized |
|
inline |
Definition at line 165 of file Error.h.
References Halide::Internal::ReportBase< T >::init().
|
inline |
Definition at line 169 of file Error.h.
References Halide::Internal::ReportBase< ErrorReport< Exception > >::finalize_message(), and Halide::Internal::throw_error().