Home
last modified time | relevance | path

Searched refs:kComma (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc617 if (!expect("access control", Token::Type::kComma)) { in texture_sampler_types()
956 if (match(Token::Type::kComma)) { in variable_qualifier()
1116 if (!expect(use, Token::Type::kComma)) { in expect_type_decl_pointer()
1125 if (match(Token::Type::kComma)) { in expect_type_decl_pointer()
1184 if (match(Token::Type::kComma)) { in expect_type_decl_array()
1462 if (!match(Token::Type::kComma)) in expect_param_list()
1943 if (!match(Token::Type::kComma)) { in expect_case_selectors()
2316 if (!match(Token::Type::kComma)) { in expect_argument_expression_list()
2890 if (!match(Token::Type::kComma)) { in expect_const_expr()
2950 if (match(Token::Type::kComma)) { in decoration_bracketed_list()
[all …]
Dtoken.h72 kComma, enumerator
Dtoken.cc63 case Token::Type::kComma: in TypeToName()
Dlexer_test.cc566 TokenData{",", Token::Type::kComma},
Dlexer.cc822 type = Token::Type::kComma; in try_punctuation()