Searched refs:dim (Results 1 - 25 of 108) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dfriend24.C10 template <int dim> friend struct Y;
15 template <int dim> struct Y
21 template <int dim> void Y<dim>::f (Y)
25 template <int dim> void Y<dim>::g (Y<dim>)
H A Dinstantiate2.C7 template <int dim> void f (int=0) {}
H A Ddtor8.C7 template <int dim, int spacedim> struct Scalar {};
10 template <int dim, int spacedim>
13 FEValuesViews::Scalar<dim,spacedim> scalars[dim*spacedim];
17 typedef dealii::FEValuesViews::Scalar<dim,spacedim> ScalarView;
H A Denum5.C8 template <int dim>
10 enum { dimension = dim };
H A Daccess4.C7 template <int dim> class Base {
12 template <int dim> class D : public Base<dim> {
14 typedef typename Base<dim>::T T1;
H A Daccess5.C8 template <int dim> struct Inner {
16 template <int dim>
17 typename Outer::Inner<dim>::T Outer::Inner<dim>::foo () {
H A Dspec4.C8 template <int dim> void f(int=0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dfriend24.C10 template <int dim> friend struct Y;
15 template <int dim> struct Y
21 template <int dim> void Y<dim>::f (Y)
25 template <int dim> void Y<dim>::g (Y<dim>)
H A Dinstantiate2.C7 template <int dim> void f (int=0) {}
H A Denum5.C8 template <int dim>
10 enum { dimension = dim };
H A Daccess4.C7 template <int dim> class Base {
12 template <int dim> class D : public Base<dim> {
14 typedef typename Base<dim>::T T1;
H A Daccess5.C8 template <int dim> struct Inner {
16 template <int dim>
17 typename Outer::Inner<dim>::T Outer::Inner<dim>::foo () {
H A Dspec4.C8 template <int dim> void f(int=0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg5.C3 template <int dim>
6 Point (Point<dim> &);
7 Point<dim> & operator = (Point<dim> &);
12 template <int dim>
15 void foo (Point<dim> p = Point<dim>());
22 const int dim = 2; local
23 Point<dim> q = p;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg5.C3 template <int dim>
6 Point (Point<dim> &);
7 Point<dim> & operator = (Point<dim> &);
12 template <int dim>
15 void foo (Point<dim> p = Point<dim>());
22 const int dim = 2; local
23 Point<dim> q = p;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20091022-1_0.C4 template <int dim>
8 template <int dim>
9 void AutoDerivativeFunction<dim>::gradient_list (void)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/debug/
H A Dstatic1.C3 template <int dim>
6 static const int u = 2 * dim;
14 template <int dim> const int S<dim>::u;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/debug/
H A Dstatic1.C3 template <int dim>
6 static const int u = 2 * dim;
14 template <int dim> const int S<dim>::u;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dtypename11.C3 template <int dim> struct X {
7 template <int dim> struct Y : X<dim> {
8 typedef typename X<dim>::I I;
12 template <int dim>
13 Y<dim>::I::I () {} // { dg-error "dependent typedef" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/graphite/
H A Did-1.C3 template <int rank, int dim> class Tensor;
4 template <int dim>
5 class Tensor<1,dim>
9 Tensor (const Tensor<1,dim> &);
10 double values[(dim!=0) ? (dim) : 1];
12 template <int dim>
13 Tensor<1,dim>::Tensor (const Tensor<1,dim> &p)
15 for (unsigned int i=0; i<dim;
[all...]
H A Dpr43026.C6 template <int rank, int dim> class Tensor;
8 template <int dim> class Tensor<1,dim> {
10 Tensor (const Tensor<1,dim> &);
12 double values[(dim != 0) ? (dim) : 1];
15 template <int dim>
20 Tensor<1,dim>::Tensor (const Tensor<1,dim> &p)
22 for (unsigned int i = 0; i < dim;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dtemplate1.C14 template <int dim> inline void A<dim>::foo1 () throw () {}
15 template <int dim> inline void A<dim>::foo2 () {}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.oliva/
H A Dtemplate1.C10 static void bar(double (*)[dim]) {} // { dg-error "'dim' was not declared" } argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dtemplate1.C14 template <int dim> inline void A<dim>::foo1 () throw () {}
15 template <int dim> inline void A<dim>::foo2 () {}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.oliva/
H A Dtemplate1.C10 static void bar(double (*)[dim]) {} // { dg-error "" } dim not declared argument

Completed in 232 milliseconds

12345