Home
last modified time | relevance | path

Searched +defs:ip +defs:x +defs:ip (Results 1 – 25 of 118) sorted by relevance

12345

/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp20.cpp10 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/clang/test/SemaCXX/
Dcondition.cpp4 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 …]
Dscope-check.cpp45 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 …]
Doverload-call.cpp11 int* ip = f(iv); in test_f() local
35 int* ip = h(cv); in test_h() local
51 void test_j(int* ip) { in test_j()
92 int* ip = m("foo"); in test_m() local
135 int* ip = p((short)1); in test_p() local
147 void test_bitfield(Bits bits, int x) { in test_bitfield()
148 int* ip = bitfields(bits.int_bitfield, 0); in test_bitfield() local
299 void cvqual_diff_test(X x, Z z) { in cvqual_diff_test()
/external/clang/test/SemaTemplate/
Dnested-name-spec-template.cpp21 Promote<short>::type *ret_intptr(int* ip) { return ip; } in ret_intptr()
22 Promote<int>::type *ret_intptr2(int* ip) { return ip; } in ret_intptr2()
25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; } in ret_intptr3()
26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; } in ret_intptr4()
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
38 ::N::M::Promote<int>::type *ret_intptr6(int* ip) { return ip; } in ret_intptr6()
68 T x; member
Dmember-access-expr.cpp3 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()
Dinstantiate-init.cpp13 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
Dinstantiate-expr-1.cpp73 void increment(T &x) { in increment()
86 void add(const T &x) { in add()
144 …int *ip = I; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of typ… in X() local
159 …int *ip = I; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of typ… in operator new() local
/external/libpng/contrib/tools/
Dchecksum-icc.c19 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/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp11.cpp7 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/iptables/extensions/
Dlibxt_policy.c258 #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/clang/test/Sema/
Doverloadable.c13 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
Dtransparent-union.c3 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
Dfunction-redecl.c17 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/
Dmacros.c100 TOP_RIGHT_REDEF *ip = &i; in test1() local
129 LEFT_RIGHT_IDENTICAL *ip = &i; in test2() local
140 int x = FN_ADD(1,2); in test3() local
/external/libunwind/src/arm/
DGex_tables.c33 #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
379 tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip, in tdep_search_unwind_table()
497 arm_find_proc_info (unw_addr_space_t as, unw_word_t ip, in arm_find_proc_info()
/external/clang/test/CXX/over/over.over/
Dp2-resolve-single-template-id.cpp11 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/clang/test/PCH/
Dchain-conversion-lookup.cpp19 X x; in main() local
20 int *ip = x.operator int*(); in main() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
Dp4.cpp16 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/Misc/
Dmessage-length.c21 void a_very_long_line(int *ip, float *FloatPointer) { in a_very_long_line()
33 struct A { int x; }; member
/external/ltrace/sysdeps/linux-gnu/alpha/
Dtrace.c54 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/parameter-framework/asio-1.10.6/include/asio/ip/
Dresolver_query_base.hpp21 namespace ip { namespace
42 friend flags operator&(flags x, flags y) in operator &()
48 friend flags operator|(flags x, flags y) in operator |()
54 friend flags operator^(flags x, flags y) in operator ^()
60 friend flags operator~(flags x) in operator ~()
65 friend flags& operator&=(flags& x, flags y) in operator &=()
71 friend flags& operator|=(flags& x, flags y) in operator |=()
77 friend flags& operator^=(flags& x, flags y) in operator ^=()
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp12 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/
Debt_among.h36 __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/vulkan-validation-layers/libs/glm/detail/
Dfunc_noise.inl36 GLM_FUNC_QUALIFIER detail::tvec4<T, P> grad4(T const & j, detail::tvec4<T, P> const & ip)
47 GLM_FUNC_QUALIFIER T noise1(T const & x)
53 GLM_FUNC_QUALIFIER detail::tvec2<T, defaultp> noise2(T const & x)
61 GLM_FUNC_QUALIFIER detail::tvec3<T, defaultp> noise3(T const & x)
70 GLM_FUNC_QUALIFIER detail::tvec4<T, defaultp> noise4(T const & x)
119 detail::tvec3<T, P> x = static_cast<T>(2) * fract(p * C.w) - T(1); local
178 detail::tvec4<T, P> x(x_ * ns.x + ns.y); local
275 detail::tvec4<T, P> ip = detail::tvec4<T, P>(T(1) / T(294), T(1) / T(49), T(1) / T(7), T(0)); local
303 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec2<T, P> const & x)
311 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec3<T, P> const & x)
[all …]

12345