Searched refs:without_error (Results 1 – 2 of 2) sorted by relevance
846 T without_error(F&& func);
446 auto stat = without_error([&] { return statement(); }); in expect_global_decl()3422 T ParserImpl::without_error(F&& body) { in without_error() function in tint::reader::wgsl::ParserImpl