HomeSort by relevance Sort by last modified time
    Searched defs:ip2 (Results 1 - 16 of 16) sorted by null

  /external/clang/test/Analysis/
malloc-sizeof.c 14 int *ip2 = malloc(4 * sizeof(int)); local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 31 int *ip2 = first_arg<int *, float*>(0, 0); local
40 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); local
  /external/clang/test/PCH/
chain-conversion-lookup.cpp 22 int *ip2 = y.operator int*(); local
namespaces.cpp 10 N1::t2 *ip2 = &int_val; variable
variables.c 33 int *ip2 = &x; variable
  /external/clang/test/Sema/
overloadable-complex.c 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
function-redecl.c 88 int *ip2 = outer7(x); local
  /external/clang/test/SemaCXX/
complex-overload.cpp 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} local
overload-call.cpp 40 int* ip2 = i(iv); local
57 int* ip2 = k(("foo")); // expected-warning{{conversion from string literal to 'char *' is deprecated}} local
83 int* ip2 = n("foo"); // expected-warning{{conversion from string literal to 'char *' is deprecated}} local
135 int* ip2 = multiparm(lv, sv, lv); local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 37 int *ip2 = first_arg(ip, fp); local
50 int *ip2 = first_arg_ref(ip, fp); local
64 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); local
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 8 IP<ip> *ip2; member in struct:IP
19 IP<nullptr> ip2; variable
  /external/clang/test/SemaTemplate/
member-template-access-expr.cpp 65 float *ip2 = x1.f1(3.14); local
typename-specifier.cpp 19 typename N::B::type *ip2 = &i; // expected-error{{no type named 'type' in 'N::B'}} \ variable
  /external/valgrind/main/perf/
ffbench.c 173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local
186 ip2 = ip1 * n;
187 ip3 = ip2 * nrem;
189 for (i2 = 1; i2 <= ip2; i2 += ip1) {
192 for (i3 = i1; i3 <= ip3; i3 += ip2) {
199 ibit = ip2 >> 1;
207 while (ifp1 < ip2) {
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 243 const IPAddressNumber& ip2 = rhs.ip_address_number; local
244 if (ip1.size() != ip2.size())
245 return ip1.size() > ip2.size(); // IPv6 before IPv4.
246 DCHECK(ip1.size() == ip2.size());
247 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order.
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 2505 InstallParams ip2 = null; local
    [all...]

Completed in 726 milliseconds