Home
last modified time | relevance | path

Searched defs:ip2 (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() local
50 int *ip2 = first_arg_ref(ip, fp); in test_simple_ref_deduction() local
65 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/external/clang/test/SemaCXX/
Ddelete-and-function-templates.cpp63 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
79 …int *ip2 = g(3.14); // this is OK - because the non-int specializations are deleted and sfinae's o… in foo() local
101 …int *ip2 = g1(3.14, 3); // this is OK - because the non-int specializations are deleted and sfinae… in foo() local
Dcomplex-overload.cpp35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
Doverload-call.cpp43 int* ip2 = i(iv); in test_i() local
66 int* ip2 = k(("foo")); in test_k() local
102 int* ip2 = n("foo"); in test_n() local
158 int* ip2 = multiparm(lv, sv, lv); in test_multiparm() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp32 int *ip2 = first_arg<int *, float*>(0, 0); in test_explicit_spec_simple() local
41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); in test_explicit_spec_extension() local
/external/clang/test/PCH/
Dchain-conversion-lookup.cpp22 int *ip2 = y.operator int*(); in main() local
Dnamespaces.cpp10 N1::t2 *ip2 = &int_val; variable
Dvariables.c33 int *ip2 = &x; variable
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp8 IP<ip> *ip2; member
23 IP<nullptr> ip2; variable
/external/autotest/client/cros/cellular/
Dbase_station_interface.py25 def SetBsIpV4(self, ip1, ip2): argument
60 def SetUeIpV4(self, ip1, ip2=None): argument
Dbase_station_8960.py109 def SetBsIpV4(self, ip1, ip2): argument
159 def SetUeIpV4(self, ip1, ip2=None): argument
Dbase_station_pxt.py99 def SetBsIpV4(self, ip1, ip2): argument
134 def SetUeIpV4(self, ip1, ip2=None): argument
/external/clang/test/Modules/
Dmacros2.c37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
Dmacros.c130 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test2() local
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h76 int_ptr_2 ip2; in f30() local
/external/clang/test/Analysis/
Dmalloc-sizeof.c15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java457 byte[] ip2, in minMaxIPs()
1650 private static byte[] max(byte[] ip1, byte[] ip2) in max()
1669 private static byte[] min(byte[] ip1, byte[] ip2) in min()
1690 private static int compareTo(byte[] ip1, byte[] ip2) in compareTo()
1711 private static byte[] or(byte[] ip1, byte[] ip2) in or()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java461 byte[] ip2, in minMaxIPs()
1654 private static byte[] max(byte[] ip1, byte[] ip2) in max()
1673 private static byte[] min(byte[] ip1, byte[] ip2) in min()
1694 private static int compareTo(byte[] ip1, byte[] ip2) in compareTo()
1715 private static byte[] or(byte[] ip1, byte[] ip2) in or()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java797 byte[] ip2, in minMaxIPs()
1857 private static byte[] max(byte[] ip1, byte[] ip2) in max()
1876 private static byte[] min(byte[] ip1, byte[] ip2) in min()
1897 private static int compareTo(byte[] ip1, byte[] ip2) in compareTo()
1918 private static byte[] or(byte[] ip1, byte[] ip2) in or()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DPKIXNameConstraintValidator.java801 byte[] ip2, in minMaxIPs()
1861 private static byte[] max(byte[] ip1, byte[] ip2) in max()
1880 private static byte[] min(byte[] ip1, byte[] ip2) in min()
1901 private static int compareTo(byte[] ip1, byte[] ip2) in compareTo()
1922 private static byte[] or(byte[] ip1, byte[] ip2) in or()
/external/clang/test/Sema/
Dfunction-redecl.c88 int *ip2 = outer7(x); in outer_test2() local
Doverloadable-complex.c35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
/external/clang/test/SemaTemplate/
Daddress-spaces.cpp57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer()
Dmember-template-access-expr.cpp65 float *ip2 = x1.f1(3.14); in test_X1() local
/external/iptables/extensions/
Dlibebt_ip.c90 static int undot_ip(char *ip, unsigned char *ip2) in undot_ip()

12