Searched defs:malformed_ir (Results 1 – 1 of 1) sorted by relevance
66 explicit malformed_ir() : std::runtime_error("MALFORMED IR") {} in malformed_ir() function67 explicit malformed_ir(const std::string& err) in malformed_ir() function69 explicit malformed_ir(const ExprPtr& expr) in malformed_ir() function71 explicit malformed_ir(const std::string& err, const ExprPtr& expr) in malformed_ir() function74 explicit malformed_ir(const StmtPtr& stmt) in malformed_ir() function76 explicit malformed_ir(const std::string& err, const StmtPtr& stmt) in malformed_ir() function