|
Halide 20.0.0
Halide compiler and libraries
|
#include <Error.h>
Public Member Functions | |
| WarningReport (const char *file, const char *function, int line, const char *condition_string) | |
| ~WarningReport () | |
| When you're done using << on the object, and let it fall out of scope, this prints the computed warning message. More... | |
Public Member Functions inherited from Halide::Internal::ReportBase< WarningReport > | |
| ReportBase (const char *file, const char *function, int line, const char *condition_string, const char *prefix) | |
| HALIDE_ALWAYS_INLINE WarningReport & | ref () |
| HALIDE_ALWAYS_INLINE WarningReport & | operator<< (const S &x) |
Additional Inherited Members | |
Public Attributes inherited from Halide::Internal::ReportBase< WarningReport > | |
| std::ostringstream | msg |
Protected Member Functions inherited from Halide::Internal::ReportBase< WarningReport > | |
| std::string | finalize_message () |
|
inline |
|
inline |
When you're done using << on the object, and let it fall out of scope, this prints the computed warning message.
Definition at line 188 of file Error.h.
References Halide::Internal::issue_warning().