Searched refs:cip (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/overload/
H A Doperator4.C11 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip) { argument
12 bool b1 = (vip == cip);
13 long p1 = vip - cip;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr46216.c5 embryo_program_run(Embryo_Cell *cip) argument
14 op = *cip++;
18 offs = *(Embryo_Cell *)cip++;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp16146.C87 classImplementation* cip = dynamic_cast <classImplementation*> (fbp); local
88 cip->addRef();
89 myFoundation* mfp = cip;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/guality/
H A Drestrict.c6 const int *cip __attribute__((used)); variable
37 /* { dg-final { gdb-test 30 "type:cip" "const int *" } } */
H A Dconst-volatile.c15 int * const cip __attribute__((used)); variable
77 /* { dg-final { gdb-test 50 "type:cip" "int * const" } } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-1.c16 const int *cip, const int *cn, const char *cs, const void **ppc,
104 scanf ("%d", cip); /* { dg-warning "constant" "%d writing into const" } */
12 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, signed char *ss, unsigned char *us, void **pp, int *n, llong *llp, ullong *ullp, wchar_t *ls, const int *cip, const int *cn, const char *cs, const void **ppc, void *const *pcp, short int *hn, long int *ln, void *p, char **sp, volatile void *ppv) argument
H A Dms_c90-scanf-1.c17 const int *cip, const int *cn, const char *cs, const void **ppc,
104 scanf ("%d", cip); /* { dg-warning "constant" "%d writing into const" } */
13 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, signed char *ss, unsigned char *us, void **pp, int *n, llong *llp, ullong *ullp, wchar_t *ls, const int *cip, const int *cn, const char *cs, const void **ppc, void *const *pcp, short int *hn, long int *ln, void *p, char **sp, volatile void *ppv) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dprotoize.c1761 f_list_chain_item *cip
1764 cip->formals_list
1769 cip->chain_next = def_dec_p->f_list_chain;
1770 def_dec_p->f_list_chain = cip;
1746 f_list_chain_item *cip local

Completed in 111 milliseconds