Searched refs:inc (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/z8k/
H A Dincf.s2 inc r0,#17
H A Dinc.s3 inc r0,#16
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/z8k/
H A Dincf.s2 inc r0,#17
H A Dinc.s3 inc r0,#16
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-10.c6 inc (void) function
18 inc ();
23 inc ();
/haiku-buildtools/binutils/gas/testsuite/gas/h8300/
H A Dincdec.s4 inc r0l
H A Dincdech.s9 inc.b r0l
10 inc.w #1,r0
11 inc.w #2,r0
12 inc.l #1,er0
13 inc.l #2,er0
H A Dincdecs.s9 inc.b r0l
10 inc.w #1,r0
11 inc.w #2,r0
12 inc.l #1,er0
13 inc.l #2,er0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/h8300/
H A Dincdec.s4 inc r0l
H A Dincdech.s9 inc.b r0l
10 inc.w #1,r0
11 inc.w #2,r0
12 inc.l #1,er0
13 inc.l #2,er0
H A Dincdecs.s9 inc.b r0l
10 inc.w #1,r0
11 inc.w #2,r0
12 inc.l #1,er0
13 inc.l #2,er0
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dshared-lib-test-1-so.cc18 void inc(int index) { function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/inc/
H A Dpr20348.h5 # error inc/pr20348.h included twice before MIDDLE definition
8 # error inc/pr20348.h included after MIDDLE definition
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doverload11.C9 void inc () { i++; } function in class:foo_int
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dbitfield1.C13 T* inc(T* p) { return p+1; } function
19 *inc(x);
20 *inc(y);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20081109_0.C11 void inc () { x++; } function in class:A
18 x.inc();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr45182.c4 void PlainRange (TypHandle hdList, long lenList, long low, long inc) argument
9 inc) << 2) + 1))));
H A Dm68k-byte-addr.c5 #define DECLARE(I) orig##I, inc##I
7 #define INC(I) inc##I = orig##I + 1
9 #define WRITE2(I) x[I] = inc##I
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/packaged_task/members/
H A Dget_future2.cc31 int& inc(int& i) { return ++i; } function
37 std::packaged_task<int&(int&)> p1(inc);
/haiku-buildtools/gcc/libvtv/testsuite/other-tests/
H A Dtemp_deriv.cc13 virtual void inc() { counter += i; } function in struct:base
18 virtual void inc() { counter += (10*i); } function in struct:derived
22 // compiler does not devirtualize calls to derived::inc()
25 virtual void inc() { counter += (20*i); } function in struct:derived2
53 bp->inc();
54 dp->inc();
55 dbp->inc();
60 bp->inc(); // This one should succeed but it is calling the wrong member
63 dp->inc();
H A Dtemp_deriv2.cc14 virtual void inc() { counter += i; } function in struct:base
19 virtual void inc() { counter += (10*i); } function in struct:derived
23 // compiler does not devirtualize calls to derived::inc()
26 virtual void inc() { counter += (20*i); } function in struct:derived2
55 bp->inc();
56 dp->inc();
57 dbp->inc();
62 bp->inc(); // This one should succeed but it is calling the wrong member
65 dp->inc();
H A Dtemp_deriv3.cc15 virtual void inc() { counter += i; } function in struct:base
20 virtual void inc() { counter += (10*i); } function in struct:derived
24 // compiler does not devirtualize calls to derived::inc()
27 virtual void inc() { counter += (20*i); } function in struct:derived2
62 bp->inc();
63 dp->inc();
64 dbp->inc();
71 bp->inc(); // This one should not abort but it is calling the wrong member
75 dp->inc();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/bind/
H A Dref_neg.cc27 int inc(int& i) { return ++i; } function
32 std::bind(&inc, _1)(0); // { dg-error "no match" }
37 std::bind(&inc, std::ref(dummy))(); // { dg-error "no match" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dexcept6.C16 void inc(int &i) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dinclude3.c1 /* Unpatched, this file would include "inc/ foo.h" (note the space) */
7 #include COMP_INC(inc, foo.h)

Completed in 204 milliseconds

1234567891011>>