Home
last modified time | relevance | path

Searched defs:ip1 (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp36 int *ip1 = first_arg(ip); in test_simple_deduction() local
49 int *ip1 = first_arg_ref(ip); in test_simple_ref_deduction() local
63 int *ip1 = first_arg_pair(make_pair(ip, 17)); in test_pair_deduction() local
H A Dp3.cpp116 int *ip1 = f4c(&f); in test_f4() local
/llvm-project/clang/test/FixIt/
H A Dfixit-nullability-declspec.cpp7 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp31 int *ip1 = first_arg<int *>(0); in test_explicit_spec_simple() local
40 int *ip1 = first_arg<int *>(0, 0); in test_explicit_spec_extension() local
/llvm-project/clang/test/SemaCXX/
H A Daddress-space-newdelete.cpp21 void test_delete(int_1 *ip1) { in test_delete()
H A Dnullability-declspec.cpp5 _Nullable int *ip1; // expected-error{{nullability specifier '_Nullable' cannot be applied to non-p… variable
H A Doverload-call.cpp21 int* ip1 = g(iv, fv, 0); in test_g() local
42 int* ip1 = i(sv); in test_i() local
52 int* ip1 = j(ip); in test_j() local
59 int* ip1 = k("foo"); in test_k() local
79 int* ip1 = l(L"foo"); in test_l() local
101 int* ip1 = n(ca); in test_n() local
127 int* ip1 = o(PromotesToIntValue); in test_o() local
157 int* ip1 = multiparm(lv, iv, 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/PCH/
H A Dnamespaces.cpp9 N1::t1 *ip1 = &int_val; variable
/llvm-project/flang/test/Semantics/
H A Dnull01.f9041 integer, pointer :: ip1(:) component
60 integer, pointer :: ip0, ip1(:), ip2(:,:) local
H A Dio15.f905 integer, private :: ip1 = 123 component
H A Dresolve63.f90325 subroutine s1(ip1, rp1) argument
326 integer, pointer, intent(in) :: ip1 local
/llvm-project/clang/test/Analysis/
H A Dmalloc-sizeof.c14 int *ip1 = malloc(sizeof(1)); in foo() 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 Dinstantiate-field.cpp17 int* ip1 = xi->z; in test1() local
H A Dmember-template-access-expr.cpp64 int *ip1 = x1.f1(17); in test_X1() local
H A Dtypename-specifier.cpp23 typename N::A::type *ip1 = &i; variable
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp22 IP<(0)> ip1; // expected-error{{null non-type template argument must be cast to template parameter type 'int *'}} global() variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp27 int * const * const * const ip1 = a3; in test_deduce_with_qual() local