Searched refs:private (Results 176 - 200 of 1278) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dscope5.C20 private:
H A Dtypeck4.C6 private:
H A Dunion2.C6 // Subject: private anonymous unions have public members? (gcc-2.3.1)
12 private:
13 int y; // { dg-error "" } private
15 int z; // { dg-error "" } private
H A Dvisibility18.C10 struct T2 { int j; }; // { dg-error "" } private
12 struct T3 : public T1, private T2 {
18 x.j = 2; // error: x.j is private// { dg-error "" } .*
H A Dvisibility22.C20 class B : private A {
H A Dvisibility4.C11 int b; // { dg-error "" } private
14 class C : private A { // NOTE WELL. private, not public
H A Dvisibility5.C6 private:
H A Dvisibility6.C11 void val() {} // { dg-error "" } private base class
14 class Derived : private Top {
H A Dvisibility8.C14 class t2 : private t1 {
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_conv.C12 private:
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet30.C11 class Z : private Y {
H A Dp2855.C6 private:
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.oliva/
H A Ddelete1.C15 private:
16 void operator delete(void *) {} // { dg-error "" } private
21 delete this; // { dg-error "" } delete is private
28 virtual ~baz() {} // { dg-error "" } delete is private in vdtor
31 struct bad : baz {} bad_; // { dg-message "" } delete is private in vdtor
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Daccess11.C7 private:
13 void A::g<int>(int t) { i = 1; } // { dg-error "" } private
19 a.g<int>(0); // { dg-error "" } private
H A Dalign.C8 private:
H A Dunion1.C5 private:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.26.2.c8 a = k; /* The global "a", not the private "a" in f */
15 #pragma omp parallel for private(a)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/
H A Dparallel-3.c9 #pragma omp parallel shared(d) private(i) num_threads (4 + i)
H A Dpr25989.c11 #pragma omp parallel for schedule(guided,1) private(j)
H A Dpr26412.c13 #pragma omp parallel for private(i) reduction(+:c)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dusing53.C10 class D : private B
16 private:
30 class DT : private BT<T>
36 private:
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dprivate_type_1.f904 ! A public subroutine must not have private-type, dummy arguments.
8 private
H A Dprivate_type_13.f9010 private
H A Dprivate_type_8.f902 ! A public subroutine can have private-type, dummy arguments
8 private
H A Dpublic_private_module_7.f9010 private

Completed in 117 milliseconds

1234567891011>>