Searched refs:make_array (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype32.C6 auto make_array(const T& il) ->
7 decltype(make_array(il)) // { dg-error "not declared|no matching|depth" } function
12 int z = make_array(1); // { dg-error "no matching" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/common_type/requirements/
H A Dsfinae_friendly_2.cc29 make_array(Args&&... args) // { dg-error "invalid use" } function
38 constexpr auto a1 = make_array(0);
39 constexpr auto a2 = make_array(0, 1.2);
40 constexpr auto a3 = make_array(5, true, 3.1415f, 'c');
46 auto b1 = make_array(i);
47 auto b2 = make_array(i, 1.2);
48 auto b3 = make_array(i, d);
49 auto b4 = make_array(0, d);
50 auto b5 = make_array(i, true, f, 'c');
65 make_array(); // { d
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dvar-templ44.C24 constexpr auto make_array()
29 auto d = make_array();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr44972.C108 make_array(const T& b1) function
122 : base(make_array(x)) {}
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc12852 make_array(Type*, const std::vector<unsigned long>*, Expression_list*);
13248 return this->make_array(type, NULL, this->vals_);
13368 return this->make_array(type, indexes, vals);
13375 Composite_literal_expression::make_array( function in class:Composite_literal_expression

Completed in 259 milliseconds