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. | |
![]() | |
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 | |
![]() | |
std::ostringstream | msg |
![]() | |
std::string | finalize_message () |
|
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().