Searched defs:shift_expression (Results 1 – 2 of 2) sorted by relevance
848 static struct token *shift_expression(struct token *token, struct expression **tree) in shift_expression() function
2503 Maybe<const ast::Expression*> ParserImpl::shift_expression() { in shift_expression() function in tint::reader::wgsl::ParserImpl