Searched refs:ip (Results 1 - 25 of 343) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Danon4.C5 int *ip; variable
8 ip = &i;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt36.C4 typedef int * ip; typedef
5 return new ip;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dms_no-exargs-2.c12 foo (int i, int *ip, va_list va) argument
21 scanf ("%3$d%1$d", ip, ip, ip);
23 scanf ("%3$d%1$d", ip, ip, ip, i);
24 scanf ("%3$d%1$d", ip, i, ip); /* { dg-warning "before used" "unused $ scanf non-pointer operand" } */
H A Dno-exargs-2.c11 foo (int i, int *ip, va_list va) argument
20 scanf ("%3$d%1$d", ip, ip, ip);
22 scanf ("%3$d%1$d", ip, ip, ip, i);
23 scanf ("%3$d%1$d", ip, i, ip); /* { dg-warning "before used" "unused $ scanf non-pointer operand" } */
H A Dc99-scanf-2.c11 foo (int *ip, long long int *llp, wchar_t *ls) argument
22 scanf ("%1$d", ip); /* { dg-warning "C" "scanf $ format" } */
24 scanf ("%'d", ip); /* { dg-warning "C" "scanf ' flag" } */
25 scanf ("%Id", ip); /* { dg-warning "C" "scanf I flag" } */
H A Dc90-scanf-4.c12 foo (int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, argument
15 fscanf (stdin, "%d", ip);
16 fscanf (stdin, "%ld", ip); /* { dg-warning "format" "fscanf" } */
17 scanf ("%d", ip);
18 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
19 sscanf (s, "%d", ip);
20 sscanf (s, "%ld", ip); /* { dg-warning "format" "sscanf" } */
27 scanf (gettext ("%d"), ip);
28 scanf (gettext ("%ld"), ip);
29 scanf (dgettext ("", "%d"), ip);
[all...]
H A Dc99-scanf-3.c11 foo (int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, argument
14 fscanf (stdin, "%d", ip);
15 fscanf (stdin, "%ld", ip); /* { dg-warning "format" "fscanf" } */
16 scanf ("%d", ip);
17 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
18 sscanf (s, "%d", ip);
19 sscanf (s, "%ld", ip); /* { dg-warning "format" "sscanf" } */
26 scanf (gettext ("%d"), ip);
27 scanf (gettext ("%ld"), ip);
28 scanf (dgettext ("", "%d"), ip);
[all...]
H A Dms_c90-scanf-4.c13 foo (int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, argument
16 fscanf (stdin, "%d", ip);
17 fscanf (stdin, "%ld", ip); /* { dg-warning "format" "fscanf" } */
18 scanf ("%d", ip);
19 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
20 sscanf (s, "%d", ip);
21 sscanf (s, "%ld", ip); /* { dg-warning "format" "sscanf" } */
25 scanf (gettext ("%d"), ip);
26 scanf (gettext ("%ld"), ip);
27 scanf (dgettext ("", "%d"), ip);
[all...]
H A Dms_c99-scanf-3.c12 foo (int *ip, char *s, va_list v0, va_list v1, va_list v2, va_list v3, argument
15 fscanf (stdin, "%d", ip);
16 fscanf (stdin, "%ld", ip); /* { dg-warning "format" "fscanf" } */
17 scanf ("%d", ip);
18 scanf ("%ld", ip); /* { dg-warning "format" "scanf" } */
19 sscanf (s, "%d", ip);
20 sscanf (s, "%ld", ip); /* { dg-warning "format" "sscanf" } */
27 scanf (gettext ("%d"), ip);
28 scanf (gettext ("%ld"), ip);
29 scanf (dgettext ("", "%d"), ip);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg9.C4 int *ip; variable
9 cond ? i : ip; /* { dg-error "" } pointer/integer mismatch */
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload4.C8 int*** ip; local
9 f(&ip);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990107-1.c5 long long *ip = (long long *) &d; local
6 return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
H A D990203-1.c5 long long *ip = (long long *) &f; local
6 return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
H A Dic.c1 foo (int *ip, int a) argument
4 if (a < ip[a])
H A Dmcmp.c1 foo (ip, a, x)
3 int *ip;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dsparc-frame-1.c6 void do_run(void *ip) argument
12 goto *ip;
/haiku-buildtools/binutils/gold/testsuite/
H A Dcopy_test_protected.cc27 extern int ip; // protected visibility; may not be copied
34 assert(ip == 3);
H A Dcopy_test_2.cc25 int ip __attribute__((visibility("protected"))) = 3; variable
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/gomp/
H A Dcrayptr3.f905 pointer (ip, a)
8 ip = loc (b)
9 !$omp parallel default (none) shared (ip)
13 !$omp parallel default (none) private (ip, b)
15 ip = loc (b)
20 a = 1 ! { dg-error "'ip' not specified in enclosing parallel" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr57264.c8 int *ip = *pp; local
10 while (*ip)
12 int v = *ip++;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Dpr64121.c8 execute (int *ip, int x) argument
14 *xp++ = *ip;
15 goto *(&&base + *ip);
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dlong-plt-format.d13 .*: .* add ip, pc, #-268435456 ; 0xf0000000
14 .*: .* add ip, ip, #0, 12
15 .*: .* add ip, ip, #0, 20
16 .*: .* ldr pc, [ip, #[0-9]*]! ; 0x.*
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dselected_real_kind_1.f907 dimension ip(1), ir(1)
8 i = selected_real_kind(ip, i) ! { dg-error "must be a scalar" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920501-3.c2 execute(oip, ip)
3 unsigned short *oip, *ip;
15 *xp++ = ip - oip;
16 goto *(&&base + *ip++);
27 unsigned short ip[10]; local
30 ip[i] = 0;
31 execute(ip, ip);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr57518.c6 char ip[10]; variable
12 t = ip[2];
16 /* { dg-final { scan-rtl-dump-not "REG_EQUIV\[^\n\]*mem\[^\n\]*\"ip\".*subreg" "ira" } } */

Completed in 336 milliseconds

1234567891011>>