Searched refs:nested (Results 1 - 25 of 96) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle2.C7 static int nested; local
8 nested = 24;
10 static int nested; local
11 nested = 42;
13 return (nested != 24);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr16676.c4 void nested () {} function
/haiku-buildtools/gcc/gcc/testsuite/objc/execute/
H A Dnested-1.m5 void nested (void)
H A Dnested-2.m5 inline int nested (void)
10 if (nested () != 1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dnest-1.c6 void nested (void) function
12 nested ();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest12.C2 // GROUPS passed nested-classes
4 class nested;
5 nested *nptr;
6 class nested { class in struct:enclose
14 nptr = new enclose::nested;
20 obj.nptr = new enclose::nested;
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dsploop-bad-4.l2 [^:]*:6: Error: nested software pipelined loop
3 [^:]*:10: Error: nested software pipelined loop
4 [^:]*:13: Error: nested software pipelined loop
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20061220-1.c10 void nested (void) function
15 nested ();
29 void nested (void) function
39 nested ();
48 void nested (void) function
63 nested ();
H A Dnestfunc-2.c12 int nested (int a, int b, int c, int d, int e, int f, int g) function
31 sum += foo (i, j > k ? j - k : k - j, nested);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.gb/
H A Dscope09.C6 class nested { class in class:enclose
13 class nested_derived : public nested {
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dtask-2.c7 int nested (int x) function
13 int n = nested (5);
26 int nested (int x) function
30 a = nested (4);
H A Dpr35130.c9 void nested (int x) function
18 nested (k);
28 void nested (void) function
43 nested ();
53 void nested (int x) function
60 nested (0);
91 void nested () function
113 nested ();
H A Dnestedfn-6.c9 void nested (void) { i = 0; } function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dnested-1.c13 int nested (struct s x) { return x.a + sizeof(x); } function
17 printf("%d\n", bar (nested, argc, &t));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dnested-func-8.c12 nested (int m) function
17 return nested (n);
H A Dpr34457-1.c19 int nested (struct s x) { return x.a + sizeof(x); } function
23 printf("%d\n", bar (nested, argc, &t));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dfriend3.C26 class nested;
29 template <typename T> class TPL<T>::nested class in class:TPL
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic67.C5 struct nested struct
22 int a0[is_same<nested<int, float>::type,
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dneon-nested-apcs.c20 nested (int a, int b, int c, int d, float f0, float f1, float f2, float f3) function
37 nested (1, 2, 3, 4, 1.0, 1.0, 3.5, 4.2);
/haiku-buildtools/isl/
H A Disl_space.c43 dim->nested[0] = NULL;
44 dim->nested[1] = NULL;
70 if (space->n_in != 0 || space->nested[0])
114 if (space->n_in != 0 || space->nested[0] ||
115 space->n_out != 0 || space->nested[1])
304 if (dim->nested[0] && !(dup->nested[0] = isl_space_copy(dim->nested[0])))
306 if (dim->nested[1] && !(dup->nested[
692 static __isl_keep isl_space *nested(__isl_keep isl_space *dim, function
1232 isl_space *nested; local
1954 isl_space *nested = isl_space_copy(model->nested[1]); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem04.C16 // (including nested scopes). A template-parameter shall not have the
33 // nested template class (v3, template type parameters)
41 template <template <typename T6> class T7> class nested {// { dg-error "" } .* class in class:Xfifteen
44 nested(): value( int(0)) {} function in class:Xfifteen::nested
105 template <class C14> class nested {// { dg-error "" } .* class in class:Xnineteen
108 nested(): value( T16(0)) {} function in class:Xnineteen::nested
H A Dtem03.C15 // (including nested scopes). A template-parameter shall not have the
40 // nested template class
51 template <class T6> class nested {// { dg-error "" } .* class in class:Xtwo
54 nested(): value( T6(0)) {} function in class:Xtwo::nested
177 // nested template class, non-type parameters
181 template <long l> class nested {// { dg-error "" } . class in class:Xtwelve
184 nested(): value(0) {} function in class:Xtwelve::nested
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dallinsn16.s1 # need to do some nested macro stuff to workaround
2 # missing 'for' loop and nested limits
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug456.go7 // Issue 3907: out of fixed registers in nested byte multiply.
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dfini.c230 void testname (bool nested, int indent, name first, name last);
231 void testnames (bool nested, int indent, int len, name first, name last);
631 testname (bool nested, int indent, name first, name last) argument
638 assert (!nested || indent >= 2);
652 if (nested)
696 if (nested)
705 testnames (bool nested, int indent, int len, name first, name last) argument
712 assert (!nested || indent >= 2);
726 if (nested)
770 if (nested)
[all...]

Completed in 221 milliseconds

1234