Home
last modified time | relevance | path

Searched defs:APtr (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp143 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 Dmove.pass.cpp88 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 Dmove_convert.pass.cpp148 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 DSmallPtrSet.h154 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 Dusing-decl-templates.cpp91 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 Dmove_convert.pass.cpp287 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 Denable_shared_from_this.pass.cpp82 typedef std::shared_ptr<PrivateBase> APtr; in main() typedef
/llvm-project/clang/test/Analysis/
H A Dpointer-to-member.cpp106 A *APtr = &a; in testPointerToMemberVirtualCall() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp441 Value *APtr = A->getPointerOperand(); storeToSameAddress() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1811 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul); emitSIMDTiling() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3716 if (const PointerType *APtr = A->getAs<PointerType>()) { CheckOriginalCallArgDeduction() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5928 AllocaInst *APtr = Builder.CreateAlloca(Int32Ty, nullptr, "a_ptr"); TEST_F() local