Searched refs:A3 (Results 1 - 25 of 50) sorted by relevance

12

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.3.1.f903 PROGRAM A3 program
6 END PROGRAM A3
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-data2.C4 struct A3 struct
7 typedef A3<value_type,v> type;
16 struct A3<_Tp*, v> struct
19 typedef A3<value_type,v> type;
28 struct A3<unsigned short, 0> struct
31 typedef A3<value_type, 0> type;
39 template struct A3<int, 415>;
42 extern template struct A3<int, 510>;
45 A3<int, 1111> a31;
46 A3<cha
[all...]
H A Dalias-decl-16.C23 using A3 =
26 A3<int> a3; // { dg-error "'A3' does not name a type" }
H A Dnsdmi-template5.C28 template<int> struct A3;
30 template<> struct A3<0> struct
H A Dvariadic84.C8 template<typename...> struct A3;
9 template<template<int, int...> class T> struct A3<T<0, 1> > {}; struct
22 A3<B2<0, 1> > a3;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dmin_max_optional_1.f9014 INTEGER FUNCTION M1(A1,A2,A3,A4)
16 INTEGER, OPTIONAL :: A3,A4 local in function:M1
17 M1=MAX(A1,A2,A3,A4)
H A Delemental_optional_args_1.f9013 SUBROUTINE T1(A1,A2,A3)
15 INTEGER, OPTIONAL :: A3(2) local in subroutine:T1
25 write(6,*) MAX(A1,A2,A3) ! { dg-warning "array and OPTIONAL" }
26 write(6,*) MAX(A1,A3,A2)
27 write(6,*) MAX(A1,A4,A3)
29 write(6,*) foo(A1,A2,A3) ! { dg-warning "array and OPTIONAL" }
30 write(6,*) foo(A1,A3,A2)
31 write(6,*) foo(A1,A4,A3)
33 write(6,*) efoo(A1,A2,A3) ! { dg-warning "array and OPTIONAL" }
34 write(6,*) efoo(A1,A3,A
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dconst3.C16 const wchar_t A3[] = {L'\3', L'\3', L'\3', L'\3', L'\3', local
18 const int N3 = sizeof(A3) / sizeof(wchar_t);
21 if (equal(i3, i3 + N3, A3))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tc1/
H A Ddr80.C17 struct A3 struct
19 int A3; member in struct:A3
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dtypedef5.C6 template<typedef x[],int> struct A3; // { dg-error "no type|typedef declaration|expected" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20030309-1.c7 struct A3 { int x; int y[3]; }; struct
31 x = ((struct A3 *) t)->x;
H A Dc11-typedef-1.c31 typedef int A3[3]; typedef
32 typedef A3 IA; /* { dg-error "with different type" } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr63580.C8 template <class A0, class A1, class A2, class A3>
9 void make_tuple (A0 &, A1, A2, A3);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/fill/
H A D4.cc56 const wchar_t A3[] = {L'\3', L'\3', L'\3', L'\3', L'\3', local
58 const int N3 = sizeof(A3) / sizeof(wchar_t);
62 VERIFY( equal(i3, i3 + N3, A3) );
66 VERIFY( equal(v3.begin(), v3.end(), A3) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/fill_n/
H A D1.cc56 const wchar_t A3[] = {L'\3', L'\3', L'\3', L'\3', L'\3', local
58 const int N3 = sizeof(A3) / sizeof(wchar_t);
62 VERIFY( equal(i3, i3 + N3, A3) );
66 VERIFY( equal(v3.begin(), v3.end(), A3) );
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb46.C12 class A3 : public virtual A1, private A2 {friend class B;}; class in inherits:A1,A2
23 A1* a=new A3;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4585.go37 A1, A2, A3 int32
44 A1, A2, A3 int32
106 a.A1, a.A2, a.A3, a.B, a.C = 1, 2, 3, 4, 5
107 b.A1, b.A2, b.A3, b.B, b.C = 1, 2, 3, 4, 5
128 a.A1, a.A2, a.A3, a.B, a.C = 1, 2, 3, 4, 5
129 b.A1, b.A2, b.A3, b.B, b.C = 1, 2, 3, 4, 5
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dpr43719.C14 struct A3 // { dg-error "uninitialized" "" { target c++11 } } struct
130 A3 a3; // { dg-error "uninitialized reference member|deleted" }
175 A3 a[ 1 ]; // { dg-error "uninitialized reference member|deleted" }
H A Dpr25811.C16 struct A3 // { dg-message "implicitly deleted" "" { target c++11 } } struct
145 new A3; // { dg-error "deleted|uninitialized reference member" }
190 new A3[1]; // { dg-error "deleted|uninitialized reference member" }
/haiku-buildtools/gcc/libcc1/
H A Drpc.hh255 template<typename R, typename A1, typename A2, typename A3>
258 A3 arg3)
279 template<typename R, typename A1, typename A2, typename A3,
280 R (*func) (connection *, A1, A2, A3)>
286 argument_wrapper<A3> arg3;
303 template<typename R, typename A1, typename A2, typename A3, typename A4>
306 A3 arg3, A4 arg4)
329 template<typename R, typename A1, typename A2, typename A3, typename A4,
330 R (*func) (connection *, A1, A2, A3, A4)>
336 argument_wrapper<A3> arg
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/
H A D1.cc27 const bool A3[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
113 const unsigned N3 = sizeof(A3) / sizeof(bool);
140 VERIFY( std::equal(v.begin(), v.end(), A3) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/
H A D1.cc27 const bool A3[] = {0, 0}; variable
65 const unsigned N3 = sizeof(A3) / sizeof(bool);
94 VERIFY( std::equal(v.begin(), v.end(), A3) );
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dbool2.C21 class A3 { class
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/cons/
H A D1.cc40 const bool A3[] = {1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1}; variable
113 const unsigned N3 = sizeof(A3) / sizeof(bool);
138 const vec_type v3_ref(A3, A3 + N3);
H A D2.cc40 const bool A3[] = {1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1}; variable
113 const unsigned N3 = sizeof(A3) / sizeof(bool);
140 const vec_type v3_ref(A3, A3 + N3);

Completed in 305 milliseconds

12