Home
last modified time | relevance | path

Searched defs:ap2 (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp26 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_const_cast()
51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_static_cast()
102 void test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_dynamic_cast()
132 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_reinterpret_cast()
158 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_cstyle_cast()
182 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_implicit_conversion()
H A Dwarn-unsafe-buffer-usage.cpp20 auto ap2 = &p; in testAsSystemHeader() local
92 auto * ap2 = a; // expected-warning{{'ap2' is an unsafe pointer used for buffer access}} \ in testArraySubscriptsWithAuto() local
/llvm-project/clang/test/CodeGen/
H A Dms_abi.c64 __builtin_ms_va_list ap2; in f4() local
94 __builtin_va_list ap2; in f5() local
128 __builtin_ms_va_list ap2; in f6() local
H A Dvarargs-with-nonzero-default-address-space.c41 __builtin_va_list ap2; in testva() local
H A Dms_abi_aarch64.c40 __builtin_ms_va_list ap2; in f4() local
77 __builtin_va_list ap2; in f5() local
/llvm-project/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
H A Dconvert_to_auto_ptr.pass.cpp33 std::auto_ptr<A> ap2(source()); in test() local
H A Dconvert_to_auto_ptr_ref.pass.cpp30 std::auto_ptr<A> ap2(apr); in test() local
H A Dassign_from_auto_ptr_ref.pass.cpp31 std::auto_ptr<A> ap2(new A(2)); in test() local
H A Dconvert_from_auto_ptr_ref.pass.cpp31 std::auto_ptr<A> ap2(apr); in test() local
/llvm-project/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
H A Dcopy.pass.cpp30 std::auto_ptr<A> ap2(ap1); in test() local
H A Dconvert.pass.cpp30 std::auto_ptr<A> ap2(ap1); in test() local
H A Dconvert.compile.fail.cpp26 std::auto_ptr<A> ap2(ap1); in test() local
H A Dcopy.compile.fail.cpp28 std::auto_ptr<A> ap2(ap1); in test() local
H A Dconvert_assignment.pass.cpp31 std::auto_ptr<A> ap2(p2); in test() local
H A Dassignment.compile.fail.cpp27 std::auto_ptr<A> ap2(p2); in test() local
H A Dassignment.pass.cpp31 std::auto_ptr<A> ap2(p2); in test() local
H A Dconvert_assignment.compile.fail.cpp29 std::auto_ptr<A> ap2(p2); in test() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-vararg-ms.cpp22 my_va_list2 ap2; in test_typedefs() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Daix-vaargs.c15 __builtin_va_list ap2; in testva() local
[all...]
/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/
H A Dallocate.cxx20.pass.cpp62 T* ap2 = a.allocate(11, (const void*)5); in test_aligned() local
/llvm-project/clang/test/Analysis/
H A Dmalloc-sizeof.c23 struct A *ap2 = calloc(2, sizeof(*ap1)); in foo() local
/llvm-project/clang/test/AST/Interp/
H A Darrays.cpp