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

/external/clang/test/CodeGen/
H A Dconditional.c23 const int* cip; local
25 cip = 0 ? vp : cip;
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp120 void test_with_ptrs(VolatileIntPtr vip, ConstIntPtr cip, ShortRef sr, argument
122 const int& cir1 = cip[sr];
123 const int& cir2 = sr[cip];
126 bool b1 = (vip == cip);
127 long p1 = vip - cip;
145 int const &icr2 = 17[cip];
H A Daddress-space-conversion.cpp27 const int *cip,
46 (void)const_cast<int_ptr>(cip);
25 test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, const int *cip, const int __attribute__((address_space(1))) *cip1) argument
/external/clang/test/Sema/
H A Dconditional-expr.c22 const int *cip; local
23 vp = (0 ? vp : cip); // expected-warning {{discards qualifiers}}
24 vp = (0 ? cip : vp); // expected-warning {{discards qualifiers}}
H A Dformat-strings-scanf.c152 void test_qualifiers(const int *cip, volatile int* vip, argument
155 scanf("%d", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'const int *'}}
156 scanf("%n", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'const int *'}}
H A Dformat-strings.c576 void test_qualifiers(volatile int *vip, const int *cip, argument
578 printf("%n", cip); // expected-warning{{format specifies type 'int *' but the argument has type 'const int *'}}
582 printf("%p", cip); // No warning.
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp71 void test_converts_to(ConvertsTo<int> ci, ConvertsTo<int *> cip) { argument
73 int *ip = cip;
/external/tcpdump/
H A DAndroid.mk31 print-cip.c\
/external/ppp/pppd/
H A Dipv6cp.c896 u_char *cip, *next; /* Pointer to current and next CIs */ local
917 cip = p = next; /* Remember begining of CI */
1036 if (ucp != cip)
1037 BCOPY(cip, ucp, cilen); /* Move it */
H A Dipxcp.c996 u_char *cip, *next; /* Pointer to current and next CIs */ local
1017 cip = p = next; /* Remember begining of CI */
1249 if (ucp != cip)
1250 BCOPY(cip, ucp, cilen); /* Move it */
H A Dipcp.c1327 u_char *cip, *next; /* Pointer to current and next CIs */ local
1350 cip = p = next; /* Remember begining of CI */
1569 if (ucp != cip)
1570 BCOPY(cip, ucp, cilen); /* Move it */
H A Dlcp.c1489 u_char *cip, *next; /* Pointer to current and next CIs */ local
1513 cip = p = next; /* Remember begining of CI */
1833 if (cip != rejp) /* Need to move rejected CI? */
1834 BCOPY(cip, rejp, cilen); /* Move it */

Completed in 232 milliseconds