Searched refs:sc (Results 1 - 25 of 229) sorted by relevance

12345678910

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr36901.h1 int sc = (&sc >= 0); variable
H A Dcompare6.c6 signed char sc; variable
11 if (sc == 10000) return; /* { dg-warning "always false" "signed" } */
H A D20040217-1.c11 signed char sc; member in union:__anon1899
14 u.sc = 8;
15 u.sc &= 25;
17 use (u.sc);
H A Dpr36901-1.c6 int s = sc;
H A Dpr36901-2.c6 int s = sc;
H A Dpr36901-3.c6 int s = sc;
H A Dpr36901-4.c6 int s = sc;
H A DWchar-subscripts-1.c9 signed char sc; variable
15 a[sc];
17 sc[a];
19 p[sc];
21 sc[p];
H A DWconversion-5.c5 signed char sc; variable
15 int b = sc & 0x7f;
17 int d = 0x7f & sc;
18 int e = uc & sc;
20 signed char g = (int) sc;
22 signed char i = (int) (unsigned short int) sc; /* { dg-warning "may alter its value" "" { target { int32plus } } } */
29 signed char a = (unsigned char) sc; /* { dg-warning "may change the sign" } */
31 signed char c = (int) (unsigned char) sc; /* { dg-warning "may change the sign" } */
H A Dvolatile2.c13 void foo(struct GTeth_softc *sc) argument
17 volatile struct GTeth_desc *p = &sc->txq_desc[0];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dswitch1.C3 signed char sc; variable
8 switch (sc)
H A DWconversion3.C5 signed char sc; variable
15 int b = sc & 0x7f;
17 int d = 0x7f & sc;
18 int e = uc & sc;
20 signed char g = (int) sc;
22 signed char i = (int) (unsigned short int) sc; // { dg-warning "may alter its value" }
29 signed char a = (unsigned char) sc; // { dg-warning "may change the sign" }
31 signed char c = (int) (unsigned char) sc; // { dg-warning "may change the sign" }
H A Dwarn_format_signedness.C6 void foo(unsigned u, int i, unsigned char uc, signed char sc) { argument
9 __builtin_printf("%c\n", sc);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-17.c9 typedef signed char sc; typedef
11 __vector sc vsc;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/fixed-point/
H A Dint-warning.c7 signed char sc; variable
12 sc = 500k; /* { dg-warning "overflow in implicit constant conversion" } */
13 sc = -500k; /* { dg-warning "overflow in implicit constant conversion" } */
14 sc = 500lk; /* { dg-warning "overflow in implicit constant conversion" } */
15 sc = -500lk; /* { dg-warning "overflow in implicit constant conversion" } */
16 sc = 500llk; /* { dg-warning "overflow in implicit constant conversion" } */
17 sc = -500llk; /* { dg-warning "overflow in implicit constant conversion" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr31797.c13 GTeth_txq_free (struct GTeth_softc *sc) argument
15 struct GTeth_desc *txd = &sc->txq_desc[0];
19 GTeth_txq_done (struct GTeth_softc *sc) argument
21 while (sc->txq_nactive > 0)
23 volatile struct GTeth_desc *txd = &sc->txq_desc[sc->txq_fi];
26 if (sc->txq_nactive == 1)
29 GTeth_txq_free (sc);
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A D24k-triple-stores-2-llsc.s1 # Check for range (sc)
4 sc $2,32($sp)
5 sc $3,8($sp)
6 sc $4,-8($sp)
7 sc $5,0($sp)
8 sc $6,32($sp)
H A D24k-triple-stores-2-llsc.d3 #name: 24K: Triple Store (Range Check, sc)
9 0: e3a20020 sc v0,32\(sp\)
10 4: e3a30008 sc v1,8\(sp\)
11 8: e3a4fff8 sc a0,-8\(sp\)
13 10: e3a50000 sc a1,0\(sp\)
14 14: e3a60020 sc a2,32\(sp\)
H A Dmicromips@24k-triple-stores-2-llsc.d3 #name: 24K: Triple Store (Range Check, sc)
11 *[0-9a-f]+: 605d b020 sc v0,32\(sp\)
12 *[0-9a-f]+: 607d b008 sc v1,8\(sp\)
13 *[0-9a-f]+: 609d bff8 sc a0,-8\(sp\)
14 *[0-9a-f]+: 60bd b000 sc a1,0\(sp\)
15 *[0-9a-f]+: 60dd b020 sc a2,32\(sp\)
H A Dmipsr6@24k-triple-stores-2-llsc.d4 #name: 24K: Triple Store (Range Check, sc)
10 0: 7fa21026 sc v0,32\(sp\)
11 4: 7fa30426 sc v1,8\(sp\)
13 c: 7fa4fc26 sc a0,-8\(sp\)
14 10: 7fa50026 sc a1,0\(sp\)
16 18: 7fa61026 sc a2,32\(sp\)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900220_02.C23 signed char sc = 0; local
27 overloaded (sc);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dwarn-signedness.c6 void foo(unsigned u, int i, unsigned char uc, signed char sc) { argument
9 __builtin_printf("%c\n", sc);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/fill/
H A D3.cc30 signed char sc = 1; local
32 std::fill_n(ca, 1, sc);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr65040.c6 signed char sc; variable
16 __builtin_printf ("%u\n", sc); /* { dg-warning "expects argument of type" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950809-1.c3 int *sp, fc, *sc, a[2]; member in struct:S
8 int *t = x->sc;
25 static int sc[3] = {2, 3, 4}; local
26 s.sc = sc;

Completed in 280 milliseconds

12345678910