Searched refs:constructor_expr (Results 1 – 2 of 2) sorted by relevance
1763 auto constructor_expr = logical_or_expression(); in variable_stmt() local1764 if (constructor_expr.errored) in variable_stmt()1766 if (!constructor_expr.matched) in variable_stmt()1769 constructor = constructor_expr.value; in variable_stmt()
93 auto* constructor_expr = params.create_rhs_ast_value(*this, 0); in TEST_P() local95 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() local144 auto* a = Var("a", nullptr, constructor_expr); in TEST_P()