/external/clang/test/FixIt/ |
H A D | fixit-nullability-declspec.cpp | 7 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the pointer?}} variable
|
/external/clang/test/SemaCXX/ |
H A D | address-space-newdelete.cpp | 21 void test_delete(int_1 *ip1) { argument 22 delete ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}} 23 delete [] ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}}
|
H A D | nullability-declspec.cpp | 5 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the pointer?}} variable
|
H A D | address-space-conversion.cpp | 25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, argument 31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}} 36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}}
|
H A D | overload-call.cpp | 21 int* ip1 = g(iv, fv, 0); local 42 int* ip1 = i(sv); local 52 int* ip1 = j(ip); local 59 int* ip1 = k("foo"); local 79 int* ip1 = l(L"foo"); local 101 int* ip1 = n(ca); local 127 int* ip1 = o(PromotesToIntValue); local 157 int* ip1 = multiparm(lv, iv, lv); local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
H A D | p9-0x.cpp | 31 int *ip1 = first_arg<int *>(0); local 40 int *ip1 = first_arg<int *>(0, 0); local
|
/external/clang/test/PCH/ |
H A D | namespaces.cpp | 9 N1::t1 *ip1 = &int_val; variable
|
/external/clang/test/Analysis/ |
H A D | malloc-sizeof.c | 14 int *ip1 = malloc(sizeof(1)); local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p1-0x.cpp | 36 int *ip1 = first_arg(ip); local 49 int *ip1 = first_arg_ref(ip); local 64 int *ip1 = first_arg_pair(make_pair(ip, 17)); local
|
H A D | p3.cpp | 116 int *ip1 = f4c(&f); local
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1-11.cpp | 22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}} variable
|
/external/clang/test/SemaTemplate/ |
H A D | address-spaces.cpp | 57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { argument 59 accept_any_pointer(ip1); // expected-note{{in instantiation of}}
|
H A D | instantiate-field.cpp | 17 int* ip1 = xi->z; local
|
H A D | member-template-access-expr.cpp | 64 int *ip1 = x1.f1(17); local
|
H A D | typename-specifier.cpp | 23 typename N::A::type *ip1 = &i; variable
|
/external/valgrind/perf/ |
H A D | ffbench.c | 173 int i2rev, i3rev, ip1, ip2, ip3, ifp1, ifp2; local 185 ip1 = nprev << 1; 186 ip2 = ip1 * n; 189 for (i2 = 1; i2 <= ip2; i2 += ip1) { 191 for (i1 = i2; i1 <= i2 + ip1 - 2; i1 += 2) { 200 while (ibit >= ip1 && i2rev > ibit) { 206 ifp1 = ip1; 209 theta = isign * 6.28318530717959 / (ifp2 / ip1); 215 for (i3 = 1; i3 <= ifp1; i3 += ip1) { 216 for (i1 = i3; i1 <= i3 + ip1 [all...] |
/external/webrtc/webrtc/base/ |
H A D | network_unittest.cc | 804 IPAddress ip1, ip2; local 805 EXPECT_TRUE(IPFromString("2400:4030:1:2c00:be30:0:0:1", &ip1)); 809 Network* net1 = new Network("em1", "em1", TruncateIP(ip1, 64), 64); 810 Network* net2 = new Network("em1", "em1", TruncateIP(ip1, 64), 64); 813 net1->AddIP(ip1); 829 EXPECT_EQ(list2[0]->GetIPs()[0], ip1);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
H A D | PKIXNameConstraintValidator.java | 646 byte ip1[] = temp[0]; 651 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); 697 byte ip1[] = new byte[ipLength]; 699 System.arraycopy(ipWithSubmask1, 0, ip1, 0, ipLength); 707 {ip1, subnetmask1, ip2, subnetmask2}; 715 * @param ip1 The first IP address. 724 byte[] ip1, 729 int ipLength = ip1.length; 738 min1[i] = (byte)(ip1[i] & subnetmask1[i]); 739 max1[i] = (byte)(ip1[ 723 minMaxIPs( byte[] ip1, byte[] subnetmask1, byte[] ip2, byte[] subnetmask2) argument 1730 max(byte[] ip1, byte[] ip2) argument 1749 min(byte[] ip1, byte[] ip2) argument 1770 compareTo(byte[] ip1, byte[] ip2) argument 1791 or(byte[] ip1, byte[] ip2) argument [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
H A D | PKIXNameConstraintValidator.java | 377 byte ip1[] = temp[0]; 382 byte minMax[][] = minMaxIPs(ip1, subnetmask1, ip2, subnetmask2); 428 byte ip1[] = new byte[ipLength]; 430 System.arraycopy(ipWithSubmask1, 0, ip1, 0, ipLength); 438 {ip1, subnetmask1, ip2, subnetmask2}; 446 * @param ip1 The first IP address. 455 byte[] ip1, 460 int ipLength = ip1.length; 469 min1[i] = (byte)(ip1[i] & subnetmask1[i]); 470 max1[i] = (byte)(ip1[ 454 minMaxIPs( byte[] ip1, byte[] subnetmask1, byte[] ip2, byte[] subnetmask2) argument 1650 max(byte[] ip1, byte[] ip2) argument 1669 min(byte[] ip1, byte[] ip2) argument 1690 compareTo(byte[] ip1, byte[] ip2) argument 1711 or(byte[] ip1, byte[] ip2) argument [all...] |
/external/chromium-libpac/src/ |
H A D | proxy_resolver_v8.cc | 235 const IPAddressNumber& ip1 = this->ip_address_number; local 237 if (ip1.size() != ip2.size()) 238 return ip1.size() > ip2.size(); // IPv6 before IPv4. 239 return memcmp(&ip1[0], &ip2[0], ip1.size()) < 0; // Ascending order.
|
/external/mdnsresponder/mDNSCore/ |
H A D | DNSCommon.c | 303 mDNSexport mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2) argument 305 if (ip1->type == ip2->type) 307 switch (ip1->type) 310 case mDNSAddrType_IPv4 : return(mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4)); 311 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6));
|