Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A 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
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 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
H A Dcomplex-overload.cpp36 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
H A 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
H A Daddress-space-conversion.cpp25 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 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
/llvm-project/clang/test/PCH/
H A Dchain-conversion-lookup.cpp22 int *ip2 = y.operator int*(); in main() local
H A Dnamespaces.cpp10 N1::t2 *ip2 = &int_val; variable
H A Dvariables.c33 int *ip2 = &x; variable
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp8 IP<ip> *ip2; global() member
23 IP<nullptr> ip2; global() variable
/llvm-project/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h98 int_ptr_2 ip2; in f30() local
/llvm-project/clang/test/Modules/
H A Dmacros2.c37 …LEFT_RIGHT_DIFFERENT *ip2 = &f; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test() local
H A Dmacros.c130 …LEFT_RIGHT_DIFFERENT *ip2 = &i; // expected-warning{{ambiguous expansion of macro 'LEFT_RIGHT_DIFF… in test2() local
/llvm-project/clang/test/Analysis/
H A Dmalloc-sizeof.c15 int *ip2 = malloc(4 * sizeof(int)); in foo() local
/llvm-project/clang/test/Sema/
H A Doverloadable-complex.c35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous}} in test_promote_or_convert() local
H A Dfunction-redecl.c87 int *ip2 = outer7(x); in outer_test2() local
/llvm-project/flang/test/Semantics/
H A Dio15.f9011 integer, private :: ip2 = 234 component
H A Dresolve63.f90329 subroutine s2(rp2, ip2) argument
331 integer, pointer, intent(in) :: ip2 local
H A Dnull01.f9060 integer, pointer :: ip0, ip1(:), ip2(:,:) local
/llvm-project/clang/test/SemaTemplate/
H A Daddress-spaces.cpp57 void test_accept_any_pointer(int_1_ptr ip1, int_2_ptr ip2) { in test_accept_any_pointer()
H A Dmember-template-access-expr.cpp65 float *ip2 = x1.f1(3.14); in test_X1() local
H A Dtypename-specifier.cpp27 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 Dredundant-smartptr-get.cpp103 auto ip2 = ip; Positive() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp29 const int * const * const * const ip2 = a3; // expected-note {{instantiation of}} in test_deduce_with_qual() local