/external/clang/test/CXX/expr/expr.unary/expr.new/ |
D | p20.cpp | 10 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 25 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 42 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 61 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local 76 void operator delete(void*, T x, T) { in operator delete() argument 78 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local 106 int *ip = I; // expected-error{{cannot initialize}} in operator delete() local 117 void operator delete(void*, T x, T, T) { in operator delete() argument 119 int *ip = &x; // expected-error{{cannot initialize}} in operator delete() local
|
/external/libpng/contrib/tools/ |
D | checksum-icc.c | 19 read_one_file(FILE *ip, const char *name) in read_one_file() 56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() argument 57 # define u32(x) (u16(x) * 65536 + u16(x+2)) in read_one_file() argument 76 FILE *ip = fopen(argv[i], "rb"); in main() local
|
/external/clang/test/SemaCXX/ |
D | condition.cpp | 4 int x; in test() local 6 if (int x=0) ++x; in test() local 9 while (arr x={0}) ; // expected-error {{an array type is not allowed here}} in test() local 14 …while (struct S x=s) ; // expected-error {{value of type 'struct S' is not contextually convertibl… in test() local 19 while (struct NewS *x=0) ; in test() local 24 if (int x=0) { // expected-note 2 {{previous definition is here}} in test() local 25 int x; // expected-error {{redefinition of 'x'}} in test() local 28 int x; // expected-error {{redefinition of 'x'}} in test() local 29 …while (int x=0) int x; // expected-error {{redefinition of 'x'}} expected-note {{previous definiti… in test() local 30 …while (int x=0) { int x; } // expected-error {{redefinition of 'x'}} expected-note {{previous defi… in test() local [all …]
|
D | scope-check.cpp | 45 int f(void **ip) { in f() 60 int f(void **ip) { in f() 77 int f(void **ip) { in f() 95 int f(void **ip) { in f() 115 unsigned f(unsigned s0, unsigned s1, void **ip) { in f() 155 int x = 56; // expected-note {{jump bypasses variable initialization}} in test1() local 176 unsigned test2(unsigned x, unsigned y) { in test2() 224 void f(void **ip) { in f() 237 void f(void **ip) { in f() 253 void f(void **ip) { in f() [all …]
|
/external/clang/test/SemaTemplate/ |
D | nested-name-spec-template.cpp | 19 Promote<short>::type *ret_intptr(int* ip) { return ip; } in ret_intptr() 20 Promote<int>::type *ret_intptr2(int* ip) { return ip; } in ret_intptr2() 23 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } in ret_intptr3() 24 …M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } // expected-warning{{'template… in ret_intptr4() 28 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5() 29 ::N::M::Promote<int>::type *ret_intptr6(int* ip) { return ip; } in ret_intptr6() 59 T x; member
|
D | member-access-expr.cpp | 3 void call_f0(T x) { in call_f0() 20 void call_f0_through_typedef(T x) { in call_f0_through_typedef() 30 void call_f0_through_typedef2(T x) { in call_f0_through_typedef2() 70 void destruct_intptr(int *ip) { in destruct_intptr() 75 void test_destruct(X2 *x2p, int *ip) { in test_destruct()
|
D | instantiate-init.cpp | 13 void test_f0(int *ip, float *fp, double *dp) { in test_f0() 24 void test_f1(X0 *x0, int *ip, float *fp, double *dp) { in test_f1() 50 X x = X(0, 0); in f0() local 66 static const int x; member 71 template <typename T> const int S<T>::x = sizeof(arr) / sizeof(arr[0]); member in PR10001::S<T> 74 int x = S<int>::f(); variable 85 T x; member
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
D | p11.cpp | 7 int *ip = f<int>(1); // calls #1 in g() local 21 int* ip = f2<int>(1); in g2() local 44 void test(X x) { in test()
|
/external/clang/test/Sema/ |
D | overloadable.c | 13 int *ip = f(iv); in test_f() local 29 struct X { int x; float y; }; member 30 struct Y { int x; float y; }; member 34 void test_struct(struct X x, struct Y y) { in test_struct() 35 int *ip = accept_struct(x); in test_struct() local
|
D | transparent-union.c | 3 int *ip; member 11 void g(int *ip, float *fp, char *cp) { in g() 49 typedef struct { int x, y; } __attribute__((aligned(8))) aligned_struct8; member 51 typedef struct { int x, y; } __attribute__((aligned(4))) aligned_struct4; member
|
D | function-redecl.c | 17 INT g1(x, y) in g1() argument 26 INT g2(x) // expected-error{{conflicting types for 'g2'}} in g2() argument 46 static void g3(int x) { } // expected-error{{static declaration of 'g3' follows non-static declarat… in g3() 86 void outer_test2(int x) { in outer_test2() 87 int* ip = outer6(x); // expected-warning{{use of out-of-scope declaration of 'outer6'}} in outer_test2() local 101 int isroot(x, y) in isroot() argument 120 a x; variable 129 void f3(enum e0 x) {} in f3()
|
/external/clang/test/Modules/ |
D | macros.c | 86 TOP_RIGHT_REDEF *ip = &i; in test1() local 115 LEFT_RIGHT_IDENTICAL *ip = &i; in test2() local 126 int x = FN_ADD(1,2); in test3() local
|
D | module-private.cpp | 22 int *ip = 0; in test_broken() local 86 …__module_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cann… in local_var_private() member 88 …__module_private__ struct OtherLocal { int x; }; // expected-error{{local struct cannot be declare… in local_var_private() member
|
/external/iptables/extensions/ |
D | libxt_policy.c | 258 #define PRINT_INVERT(x) \ argument 323 static void policy4_print(const void *ip, const struct xt_entry_match *match, in policy4_print() 338 static void policy6_print(const void *ip, const struct xt_entry_match *match, in policy6_print() 353 static void policy4_save(const void *ip, const struct xt_entry_match *match) in policy4_save() 366 static void policy6_save(const void *ip, const struct xt_entry_match *match) in policy6_save()
|
/external/libunwind/src/arm/ |
D | Gex_tables.c | 33 #define ARM_EXBUF_START(x) (((x) >> 4) & 0x0f) argument 34 #define ARM_EXBUF_COUNT(x) ((x) & 0x0f) argument 35 #define ARM_EXBUF_END(x) (ARM_EXBUF_START(x) + ARM_EXBUF_COUNT(x)) argument 50 unw_word_t ip; /* instruction-pointer we're looking for */ member 385 tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip, in tdep_search_unwind_table() 503 arm_find_proc_info (unw_addr_space_t as, unw_word_t ip, in arm_find_proc_info()
|
/external/clang/test/PCH/ |
D | chain-conversion-lookup.cpp | 19 X x; in main() local 20 int *ip = x.operator int*(); in main() local
|
/external/clang/test/Misc/ |
D | message-length.c | 21 void a_very_long_line(int *ip, float *FloatPointer) { in a_very_long_line() 33 struct A { int x; }; member
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
D | p4.cpp | 16 T x = 0; in operator T***() local 27 int * const * const * const ip = a3; in test_deduce_with_qual() local 34 T x = 0; in operator T Class::*() local
|
/external/clang/test/CXX/over/over.over/ |
D | p2-resolve-single-template-id.cpp | 11 int *ip = f<int>(1); // calls #1 in g() local 20 int*ip = (f2<int>)(1); // ok in g2() local 90 { ptrdiff_t x = reinterpret_cast<ptrdiff_t>(oneT<int>); } in main() local 95 { ptrdiff_t x = reinterpret_cast<ptrdiff_t>(twoT<int>); } in main() local 109 { ptrdiff_t x = (ptrdiff_t) &twoT<int>; in main() local 112 { ptrdiff_t x = (ptrdiff_t) twoT<int>; in main() local 116 { ptrdiff_t x = (ptrdiff_t) &twoT<int,int>; in main() local
|
/external/ltrace/sysdeps/linux-gnu/alpha/ |
D | trace.c | 54 char *ip = get_instruction_pointer(proc) - 4; in syscall_p() local 55 long x = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0); in syscall_p() local
|
/external/tcpdump/ |
D | print-sunrpc.c | 89 register const struct ip *ip; in sunrpcrequest_print() local 93 u_int32_t x; in sunrpcrequest_print() local
|
/external/webrtc/src/modules/audio_processing/utility/ |
D | fft4g.c | 305 void WebRtc_cdft(int n, int isgn, float *a, int *ip, float *w) in WebRtc_cdft() 324 void WebRtc_rdft(int n, int isgn, float *a, int *ip, float *w) in WebRtc_rdft() 642 static void makewt(int nw, int *ip, float *w) in makewt() 645 float delta, x, y; in makewt() local 671 static void makect(int nc, int *ip, float *c) in makect() 693 static void bitrv2(int n, int *ip, float *a) in bitrv2() 793 static void bitrv2conj(int n, int *ip, float *a) in bitrv2conj()
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
D | p5.cpp | 12 int *ip; in main() local 58 T x = 1; // expected-note{{variable 'x' declared const here}} in operator T*() local 65 T x = T(); in operator const T*() local
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_among.h | 36 __be32 ip; member 45 #define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) \ argument 57 #define ebt_among_wh_dst(x) ((x)->wh_dst_ofs ? \ argument 59 #define ebt_among_wh_src(x) ((x)->wh_src_ofs ? \ argument
|
/external/v8/test/mjsunit/ |
D | mirror-object.js | 170 function Point(x,y) { argument 250 var ip = mirror.internalProperties(); variable
|