/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A 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 64 int *ip2 = first_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
|
/llvm-project/clang/test/SemaCXX/ |
H A 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
|
H A D | complex-overload.cpp | 36 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
|
H A D | overload-call.cpp | 43 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
|
H A D | address-space-conversion.cpp | 25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, in test_const_cast()
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
H A 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
|
/llvm-project/clang/test/PCH/ |
H A D | chain-conversion-lookup.cpp | 22 int *ip2 = y.operator int*(); in main() local
|
H A D | namespaces.cpp | 10 N1::t2 *ip2 = &int_val; variable
|
H A D | variables.c | 33 int *ip2 = &x; variable
|
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1-11.cpp | 8 IP<ip> *ip2; global() member 23 IP<nullptr> ip2; global() variable
|
/llvm-project/clang/test/SemaObjCXX/Inputs/ |
H A D | nullability-pragmas-1.h | 98 int_ptr_2 ip2; in f30() local
|
/llvm-project/clang/test/Modules/ |
H A D | macros2.c | 37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
|
H A D | macros.c | 130 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test2() local
|
/llvm-project/clang/test/Analysis/ |
H A D | malloc-sizeof.c | 15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
|
/llvm-project/clang/test/Sema/ |
H A D | overloadable-complex.c | 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
|
H A D | function-redecl.c | 87 int *ip2 = outer7(x); in outer_test2() local
|
/llvm-project/flang/test/Semantics/ |
H A D | io15.f90 | 11 integer, private :: ip2 = 234 component
|
H A D | resolve63.f90 | 329 subroutine s2(rp2, ip2) argument 331 integer, pointer, intent(in) :: ip2 local
|
H A D | null01.f90 | 60 integer, pointer :: ip0, ip1(:), ip2(:,:) local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | address-spaces.cpp | 57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer()
|
H A D | member-template-access-expr.cpp | 65 float *ip2 = x1.f1(3.14); in test_X1() local
|
H A D | typename-specifier.cpp | 27 typename N::B::type *ip2 = &i; // expected-error{{no type named 'type' in 'N::B'}} variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-smartptr-get.cpp | 103 auto ip2 = ip; Positive() local
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
H A D | p4.cpp | 29 const int * const * const * const ip2 = a3; // expected-note {{instantiation of}} in test_deduce_with_qual() local
|