Home
last modified time | relevance | path

Searched refs:expect_shift_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h606 Expect<const ast::Expression*> expect_shift_expr(const ast::Expression* lhs);
Dparser_impl.cc2471 Expect<const ast::Expression*> ParserImpl::expect_shift_expr( in expect_shift_expr() function in tint::reader::wgsl::ParserImpl
2510 return expect_shift_expr(lhs.value); in shift_expression()