/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.single.pass.cpp | 143 typedef std::unique_ptr<A> APtr; in test_noexcept() typedef 148 typedef std::unique_ptr<A, Deleter<A> > APtr; in test_noexcept() typedef 153 typedef std::unique_ptr<A, NCDeleter<A>&> APtr; in test_noexcept() typedef 158 typedef std::unique_ptr<A, const NCConstDeleter<A>&> APtr; in test_noexcept() typedef 170 typedef std::unique_ptr<A> APtr; in test() typedef 188 typedef std::unique_ptr<A, Deleter<A> > APtr; in test() typedef 210 typedef std::unique_ptr<A, NCDeleter<A>&> APtr; in test() typedef 231 typedef std::unique_ptr<A, CDeleter<A> > APtr; in test() typedef
|
H A D | move.pass.cpp | 88 typedef std::unique_ptr<VT> APtr; in test_basic() typedef 101 typedef std::unique_ptr<VT, MoveDel> APtr; in test_basic() typedef 119 typedef std::unique_ptr<VT, NonCopyDel&> APtr; in test_basic() typedef
|
H A D | move_convert.pass.cpp | 148 typedef std::unique_ptr<const VT> APtr; in test_noexcept() typedef 153 typedef std::unique_ptr<const VT, CDeleter<const VT> > APtr; in test_noexcept() typedef 158 typedef std::unique_ptr<const VT, NCDeleter<const VT>&> APtr; in test_noexcept() typedef 163 typedef std::unique_ptr<const VT, const NCConstDeleter<const VT>&> APtr; in test_noexcept() typedef
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 154 const void *Value = *APtr; in erase_imp() local 130 for (const void **APtr = SmallArray, **E = SmallArray + NumNonEmpty; insert_imp() local 183 for (const void *const *APtr = SmallArray, find_imp() local 381 const void **APtr = SmallArray, **E = SmallArray + NumNonEmpty; remove_if() local 396 for (const void **APtr = CurArray, **E = EndPointer(); APtr != E; ++APtr) { remove_if() local [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | using-decl-templates.cpp | 91 template<typename T> using APtr = A<T*>; // expected-note{{previous use is here}} typedef 93 …template struct APtr<int>; // expected-error{{alias template 'APtr' cannot be referenced with the … variable
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.pass.cpp | 287 typedef std::unique_ptr<const VT> APtr; in test_noexcept() typedef 292 typedef std::unique_ptr<const VT, CDeleter<const VT> > APtr; in test_noexcept() typedef 297 typedef std::unique_ptr<const VT, NCDeleter<const VT>&> APtr; in test_noexcept() typedef 302 typedef std::unique_ptr<const VT, const NCConstDeleter<const VT>&> APtr; in test_noexcept() typedef
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/ |
H A D | enable_shared_from_this.pass.cpp | 82 typedef std::shared_ptr<PrivateBase> APtr; in main() typedef
|
/llvm-project/clang/test/Analysis/ |
H A D | pointer-to-member.cpp | 106 A *APtr = &a; in testPointerToMemberVirtualCall() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 441 Value *APtr = A->getPointerOperand(); storeToSameAddress() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1811 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul); emitSIMDTiling() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 3716 if (const PointerType *APtr = A->getAs<PointerType>()) { CheckOriginalCallArgDeduction() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 5928 AllocaInst *APtr = Builder.CreateAlloca(Int32Ty, nullptr, "a_ptr"); TEST_F() local
|