Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc1763 auto constructor_expr = logical_or_expression(); in variable_stmt() local
1764 if (constructor_expr.errored) in variable_stmt()
1766 if (!constructor_expr.matched) in variable_stmt()
1769 constructor = constructor_expr.value; in variable_stmt()
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc93 auto* constructor_expr = params.create_rhs_ast_value(*this, 0); in TEST_P() local
95 auto* a = Var("a", nullptr, ast::StorageClass::kNone, constructor_expr); in TEST_P()
142 auto* constructor_expr = Mul(arith_lhs_expr, arith_rhs_expr); in TEST_P() local
144 auto* a = Var("a", nullptr, constructor_expr); in TEST_P()