Home
last modified time | relevance | path

Searched defs:count_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_type_decl_test.cc455 auto* count_expr = a->count->As<ast::IdentifierExpression>(); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc2081 if (auto* count_expr = arr->count) { in Array() local