Searched refs:C2 (Results 1 - 25 of 129) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58201_0.C3 C::C2::C2(){ } function in class:C::C2
4 C::C2::~C2() { }
H A Dpr58201.h18 class C2 : public B class in class:C
21 C2();
22 virtual ~C2();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20090311_1.C5 class C2 : public C1 { class in inherits:C1
6 C2(void *q);
9 void C2::A() {
11 C2::C2(void *q) function in class:C2
H A D20090311_0.C5 class C2 : public C1 { class in inherits:C1
7 C2(void *q);
11 C2 h(0);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dpr52071.C7 struct C2 { struct
8 C2();
9 C2(C1);
16 C2 vc;
18 vc = C2(C1(x = y));
20 vc = (C2(C1(x = y)));
22 vc = (C2(C1((0, x = y))));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWunused-4.C15 struct C2 { struct
17 C2(int bi) {} // { dg-warning "unused parameter" "" } function in struct:C2
20 struct D : C2
22 D (int) : C2 (1) {}
H A Deffc3.C37 struct C2 { // { dg-warning "" "" } struct
39 C2();
40 C2(const C2&);
41 ~C2();
H A Dforward-inner.C6 class C1::C2; // { dg-error "does not name a type" } member in class:C1
7 class C1::C2::C3; // { dg-error "has not been declared" }
11 class C2;
12 class C2::C3; // { dg-error "does not name a type" }
13 class C2 { class in class:C1
19 class C2;
20 class C2::C3; // { dg-warning "declaration 'class C1::C2::C3' does not declare anything" }
24 class C1::C2; // { dg-warning "declaration 'class C1::C2' doe member in class:C1
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Deh1.C3 class C2 { class
5 ~C2();
6 C2 a() const;
10 C3(const C2 &c);
15 C3 *foo(bool b, const C2 &c);
16 C2 d() const;
18 C3 *C4::foo(bool b, const C2 &c)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcurrent-inst1.C4 struct C2 struct
14 struct C2<T>::F2 : C2<T>
16 using C2<T>::operator();
19 C2<int>::F2<42> f;
H A Derror4.C3 template<class U> struct C2 struct in struct:C1
8 void foo(typename C1<T>::C2<U>::Type *) { } // { dg-error "template" "error " }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvtable2.C8 struct C2 : public virtual C1 struct in inherits:C1
10 virtual ~C2();
13 struct C3 : public virtual C2
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dthunk1.C8 struct C2 : public virtual C1 struct in inherits:C1
10 virtual ~C2();
13 struct C3 : public virtual C2
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dcrash1.C16 struct C2 : virtual B2 {}; struct in inherits:B2
18 struct D1 : virtual C1, virtual C2 {};
19 struct D2 : virtual C2, virtual B1 {};
/haiku-buildtools/gcc/libatomic/
H A Dglfree.c30 if (!C2(HAVE_INT,N)) break; \
33 if (C2(MAYBE_HAVE_ATOMIC_CAS_,N)) return true; \
40 if (!C2(HAVE_INT,N)) break; \
41 if (!C2(HAVE_ATOMIC_LDST_,N)) break; \
42 if (!C2(MAYBE_HAVE_ATOMIC_CAS_,N)) break; \
H A Dlibatomic_i.h41 #define C2(X,Y) C2_(X,Y) macro
78 typedef C2(U_,MAX_SIZE) U_MAX;
121 #define PTR(N,X) ((C2(U_,N) *)X)
138 #define ASMNAME(X) __asm__(S(C2(__USER_LABEL_PREFIX__,X)))
160 #define DECLARE_ALL_SIZED(N) DECLARE_ALL_SIZED_(N,C2(U_,N))
162 DECLARE_1(T, C2(load_,N), (T *mptr, int)); \
163 DECLARE_1(void, C2(store_,N), (T *mptr, T val, int)); \
164 DECLARE_1(T, C2(exchange_,N), (T *mptr, T, int)); \
165 DECLARE_1(bool, C2(compare_exchange_,N), (T *mptr, T *, T, int, int)); \
166 DECLARE_1(bool, C2(test_and_set
[all...]
H A Dgstore.c33 if (C2(HAVE_ATOMIC_LDST_,N)) \
45 if (!C2(HAVE_INT,N)) break; \
57 if (!C2(HAVE_INT,N)) break; \
58 if (!C2(MAYBE_HAVE_ATOMIC_CAS_,N)) break; \
66 u.C2(i,N) = *PTR(N,a); \
69 } while (!(C2(HAVE_ATOMIC_CAS_,N) \
71 &u.C2(i,N), v.C2(i,N), true, \
74 &u.C2(i,N), v.C2(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/init/
H A Ddtor1.h12 struct C2 : public B { struct in inherits:B
13 C2 (int);
25 : public C1, C2, virtual public D, virtual public E
H A Ddtor1_y.C12 C2::C2 (int i) : B (i) {} function in class:C2
18 A::A () : D (0), E (1), C1 (2), C2 (3), x1(4), x2(5) {}
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dgeneric_actual_arg.f9012 MODULE PROCEDURE C1, C2
18 SUBROUTINE C2(r) subroutine in module:TEST
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt135.C9 class C2 class
15 class C2 C2_object;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dpr29043.C23 class C2 class
26 C2() {} // { dg-error "uninitialized reference member|deleted" } function in class:C2
H A Darray39.C28 struct C2 struct
37 C2 c2[1]{};
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dvbase8-10.C15 class C2 class in inherits:C1,C0
21 , public C2
28 , public C2
33 , virtual public C2
37 , public C2
46 , virtual public C2
67 C2 c2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/abi/
H A Dvbase8-4.h6 class C2 class in inherits:C0,C1
13 , public C2
16 : public C2
22 : virtual public C2
37 , public C2
41 : public C2
53 , public C2

Completed in 85 milliseconds

123456