Searched refs:expect_shift_expr (Results 1 – 2 of 2) sorted by relevance
606 Expect<const ast::Expression*> expect_shift_expr(const ast::Expression* lhs);
2471 Expect<const ast::Expression*> ParserImpl::expect_shift_expr( in expect_shift_expr() function in tint::reader::wgsl::ParserImpl2510 return expect_shift_expr(lhs.value); in shift_expression()