/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 37 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/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 37 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/ |
D | delete-and-function-templates.cpp | 63 …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
|
/external/llvm-project/clang/test/SemaCXX/ |
D | delete-and-function-templates.cpp | 63 …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
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 32 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/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 32 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/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 8 IP<ip> *ip2; member 23 IP<nullptr> ip2; variable
|
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 8 IP<ip> *ip2; member 23 IP<nullptr> ip2; variable
|
/external/autotest/client/cros/cellular/ |
D | base_station_interface.py | 25 def SetBsIpV4(self, ip1, ip2): argument 60 def SetUeIpV4(self, ip1, ip2=None): argument
|
D | base_station_8960.py | 109 def SetBsIpV4(self, ip1, ip2): argument 159 def SetUeIpV4(self, ip1, ip2=None): argument
|
D | base_station_pxt.py | 99 def SetBsIpV4(self, ip1, ip2): argument 134 def SetUeIpV4(self, ip1, ip2=None): argument
|
/external/clang/test/PCH/ |
D | chain-conversion-lookup.cpp | 22 int *ip2 = y.operator int*(); in main() local
|
D | namespaces.cpp | 10 N1::t2 *ip2 = &int_val; variable
|
D | variables.c | 33 int *ip2 = &x; variable
|
/external/llvm-project/clang/test/PCH/ |
D | chain-conversion-lookup.cpp | 22 int *ip2 = y.operator int*(); in main() local
|
D | namespaces.cpp | 10 N1::t2 *ip2 = &int_val; variable
|
D | variables.c | 33 int *ip2 = &x; variable
|
/external/clang/test/Modules/ |
D | macros2.c | 37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
|
D | macros.c | 130 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test2() local
|
/external/llvm-project/clang/test/Modules/ |
D | macros2.c | 37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
|
D | macros.c | 130 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test2() local
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-1.h | 76 int_ptr_2 ip2; in f30() local
|
/external/llvm-project/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-1.h | 98 int_ptr_2 ip2; in f30() local
|
/external/clang/test/Analysis/ |
D | malloc-sizeof.c | 15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc-sizeof.c | 15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
|