Home
last modified time | relevance | path

Searched defs:ap1 (Results 1 – 18 of 18) 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.cpp19 auto ap1 = p; in testAsSystemHeader() local
88 auto ap1 = a; // expected-warning{{'ap1' is an unsafe pointer used for buffer access}} in testArraySubscriptsWithAuto() local
394 ap1 = p; // expected-warning{{'ap1' is an unsafe pointer used for buffer access}} \ testMultiLineDeclStmt() local
H A Dcxx2a-explicit-bool.cpp316 const int& ap1((A<true>())); // expected-error {{no viable conversion}} variable
/llvm-project/clang/test/CodeGen/
H A Dmerge-statics.c8 struct s *ap1 = &a; variable
/llvm-project/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
H A Dcopy.pass.cpp29 std::auto_ptr<A> ap1(p); in test() local
H A Dconvert.pass.cpp29 std::auto_ptr<B> ap1(p); in test() local
H A Dconvert.compile.fail.cpp25 const std::auto_ptr<B> ap1(p); in test() local
H A Dcopy.compile.fail.cpp27 const std::auto_ptr<A> ap1(p); in test() local
H A Dconvert_assignment.pass.cpp29 std::auto_ptr<B> ap1(p1); in test() local
H A Dassignment.compile.fail.cpp25 const std::auto_ptr<A> ap1(p1); in test() local
H A Dassignment.pass.cpp29 std::auto_ptr<A> ap1(p1); in test() local
H A Dconvert_assignment.compile.fail.cpp27 const std::auto_ptr<B> ap1(p1); in test() local
/llvm-project/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
H A Dconvert_to_auto_ptr_ref.pass.cpp28 std::auto_ptr<B> ap1(p1); in test() local
H A Dassign_from_auto_ptr_ref.pass.cpp29 std::auto_ptr<A> ap1(p1); in test() local
H A Dconvert_from_auto_ptr_ref.pass.cpp29 std::auto_ptr<B> ap1(p1); in test() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-vararg-ms.cpp18 my_va_list1 ap1; in test_typedefs() local
/llvm-project/clang/test/Analysis/
H A Dmalloc-sizeof.c22 struct A *ap1 = calloc(1, sizeof(struct A)); in foo() local
/llvm-project/clang/test/AST/Interp/
H A Darrays.cpp